diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-01 10:43:53 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-01 10:43:53 +0000 |
commit | f890b493ff6e8c51040cee2a4c43aafd2ab8fd26 (patch) | |
tree | bfb9b615c51170152eb1e04f6c48e72e7da9b5e7 /sys-fs | |
parent | Added kernel 2.4 backport patch for 1.0.3. (diff) | |
download | historical-f890b493ff6e8c51040cee2a4c43aafd2ab8fd26.tar.gz historical-f890b493ff6e8c51040cee2a4c43aafd2ab8fd26.tar.bz2 historical-f890b493ff6e8c51040cee2a4c43aafd2ab8fd26.zip |
Fix typo.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/devfsd/Manifest | 16 | ||||
-rw-r--r-- | sys-fs/devfsd/devfsd-1.3.25-r8.ebuild | 4 |
2 files changed, 5 insertions, 15 deletions
diff --git a/sys-fs/devfsd/Manifest b/sys-fs/devfsd/Manifest index 32b414674e07..ba7afde25c0a 100644 --- a/sys-fs/devfsd/Manifest +++ b/sys-fs/devfsd/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 531eae5bc781cee0bfee30256ef1b2b3 ChangeLog 5472 -MD5 c9195527fd0aa4e43dbbb769b6134955 devfsd-1.3.25-r8.ebuild 1534 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 20697f6dbb6506514b167a9d73945464 devfsd-1.3.25-r8.ebuild 1534 +MD5 531eae5bc781cee0bfee30256ef1b2b3 ChangeLog 5472 MD5 72d324e2b484a8ba4087e16c46e6e2bf files/devfsd.conf 5139 MD5 d580e9efc3658a0e71a165b3b531d415 files/devfsd 245 +MD5 9483221bc19786c3f7cb5df05a664477 files/devfsd-1.3.25-pic.patch 529 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 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.14 (GNU/Linux) - -iD8DBQFB8ExVroRuSHgZdywRAmLpAJ9W9ietFe+TwOIafux1/57L4/jk4QCfY1Ng -OnvNK7cWbsR6Tv8cPayNTd8= -=y8vx ------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 7e061ebbb0ec..d87b8c66437a 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-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.15 2005/01/21 00:26:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild,v 1.16 2005/02/01 10:43:53 greg_g Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -50,7 +50,7 @@ src_install() { pkg_postinst() { echo - einfo "You may wish to read the Gentoo Linux Defice Filesystem Guide," + einfo "You may wish to read the Gentoo Linux Device Filesystem Guide," einfo "which can be found online at:" einfo " http://www.gentoo.org/doc/en/devfs-guide.xml" echo |