diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-10 18:25:14 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-10 18:25:14 +0000 |
commit | 58f586aaed776d5883bcebe488e08f2dceae3832 (patch) | |
tree | 616b4d975d287709c8bab9afcf36ce08c47b97f9 /sys-fs/devfsd | |
parent | added ~amd64 to KEYWORDS. fixes bug #77276. (diff) | |
download | historical-58f586aaed776d5883bcebe488e08f2dceae3832.tar.gz historical-58f586aaed776d5883bcebe488e08f2dceae3832.tar.bz2 historical-58f586aaed776d5883bcebe488e08f2dceae3832.zip |
Added in a message with a link to the Device File System Guide, bug #77326
Diffstat (limited to 'sys-fs/devfsd')
-rw-r--r-- | sys-fs/devfsd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/devfsd/Manifest | 14 | ||||
-rw-r--r-- | sys-fs/devfsd/devfsd-1.3.25-r8.ebuild | 13 |
3 files changed, 23 insertions, 11 deletions
diff --git a/sys-fs/devfsd/ChangeLog b/sys-fs/devfsd/ChangeLog index 988ad67e73c5..87131d4437df 100644 --- a/sys-fs/devfsd/ChangeLog +++ b/sys-fs/devfsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/devfsd -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/ChangeLog,v 1.16 2004/12/04 02:46:42 vapier Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/ChangeLog,v 1.17 2005/01/10 18:25:14 ciaranm Exp $ + + 10 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> devfsd-1.3.25-r8.ebuild: + Added in a message with a link to the Device File System Guide, bug #77326 03 Dec 2004; Mike Frysinger <vapier@gentoo.org> devfsd-1.3.25-r8.ebuild: Dont use /usr/src/linux for headers #73198. diff --git a/sys-fs/devfsd/Manifest b/sys-fs/devfsd/Manifest index e3664ccd6657..38a9a2513982 100644 --- a/sys-fs/devfsd/Manifest +++ b/sys-fs/devfsd/Manifest @@ -1,19 +1,19 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 74e290492054656ce753a7ded13af4f5 ChangeLog 5177 -MD5 d5c3be032a28a730590d1495ecd63b2f devfsd-1.3.25-r8.ebuild 1330 +MD5 eb20a0b7a350256a08511680b8c8ba88 ChangeLog 5333 +MD5 b0dbbfdfc96767ad594ed19e0923081b devfsd-1.3.25-r8.ebuild 1533 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 72d324e2b484a8ba4087e16c46e6e2bf files/devfsd.conf 5139 -MD5 d580e9efc3658a0e71a165b3b531d415 files/devfsd 245 MD5 41a6be534a78f5a0ad994b10e4134e6e files/devfsd-1.3.25-kernel-2.5.patch 3929 MD5 b8ec7858c1ac54c47302ca839a52188f files/digest-devfsd-1.3.25-r8 65 MD5 9483221bc19786c3f7cb5df05a664477 files/devfsd-1.3.25-pic.patch 529 MD5 3df00d60f0ad517c5489f558c1a95056 files/devfsd-1.3.25-no-nis.patch 2142 +MD5 d580e9efc3658a0e71a165b3b531d415 files/devfsd 245 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBtmE4roRuSHgZdywRAme7AJ478DDz6r8SCiusgPUuI083YcuWcwCfTkSJ -lh7ywG0Ifl4hf+SOMl6JPoA= -=odZV +iD8DBQFB4sjCLLFUmVNQ7rkRAn5EAJ98Ubwle9vVmc+9RdOl58L5WZQbyACff4VL +zMf9GYdp1RZXemKdukaZI7E= +=H5M5 -----END PGP SIGNATURE----- diff --git a/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild b/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild index cab5c78a5596..38c14d6fbfd8 100644 --- a/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild +++ b/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild,v 1.13 2004/12/08 02:04:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild,v 1.14 2005/01/10 18:25:14 ciaranm Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -47,3 +47,12 @@ src_install() { insinto /etc doins ${FILESDIR}/devfsd.conf } + +pkg_postinst() { + echo + einfo "You may wish to read the Gentoo Linux Defice Filesystem Guide," + einfo "which can be found online at:" + einfo " http://www.gentoo.org/doc/en/devfs-guide.xml" + echo +} + |