diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 00:38:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 00:38:54 +0000 |
commit | 5bb3647dbf51d28856c7503fe9765be0f1b970f3 (patch) | |
tree | 78a69650b18a70665df0b98ae2d497ee171abe16 /net-misc | |
parent | Fixed einfo typo about location of WPrefs.app (diff) | |
download | historical-5bb3647dbf51d28856c7503fe9765be0f1b970f3.tar.gz historical-5bb3647dbf51d28856c7503fe9765be0f1b970f3.tar.bz2 historical-5bb3647dbf51d28856c7503fe9765be0f1b970f3.zip |
fix typo in patch
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ipx-utils/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/ipx-utils/Manifest | 14 | ||||
-rw-r--r-- | net-misc/ipx-utils/files/digest-ipx-utils-1.1-r2 (renamed from net-misc/ipx-utils/files/digest-ipx-utils-1.1-r1) | 0 | ||||
-rw-r--r-- | net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch | 2 | ||||
-rw-r--r-- | net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild (renamed from net-misc/ipx-utils/ipx-utils-1.1-r1.ebuild) | 2 |
5 files changed, 14 insertions, 10 deletions
diff --git a/net-misc/ipx-utils/ChangeLog b/net-misc/ipx-utils/ChangeLog index ced588f3b49e..efc56603b6b6 100644 --- a/net-misc/ipx-utils/ChangeLog +++ b/net-misc/ipx-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/ipx-utils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ChangeLog,v 1.10 2004/10/16 17:19:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ChangeLog,v 1.11 2004/10/29 00:38:54 vapier Exp $ + + 28 Oct 2004; Mike Frysinger <vapier@gentoo.org> + files/ipx-utils-1.1-proc.patch: + Fix a typo in the proc patch #67642. *ipx-utils-1.1-r1 (16 Oct 2004) diff --git a/net-misc/ipx-utils/Manifest b/net-misc/ipx-utils/Manifest index a3eaa4961a2f..e0ef8f18b5be 100644 --- a/net-misc/ipx-utils/Manifest +++ b/net-misc/ipx-utils/Manifest @@ -1,17 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 8fbb605a58dfad19a38d665625e660a2 ChangeLog 1063 -MD5 7e747ba041c2472830a02b75d798b4fc ipx-utils-1.1-r1.ebuild 924 +MD5 ecf67256a60bc2f873b72d7081a02769 ChangeLog 1187 +MD5 eb61c891bee68bbaa1bb90ed5856d627 ipx-utils-1.1-r2.ebuild 924 MD5 621ddf456883c9bb8ff0f2a516c47c0d files/ipx-utils-1.1-makefile.patch 822 -MD5 92018f349d5f554db2cbe96cb53bee87 files/ipx-utils-1.1-proc.patch 430 +MD5 1f41f7a629f0b3a35e27d4c4173e0641 files/ipx-utils-1.1-proc.patch 426 MD5 09ac2581b478d6ca4fb33002ecd34a2a files/ipx.confd 663 MD5 12d5c69423f199bf025dfc6be9233d7a files/ipx.init 950 -MD5 78845a00cf7ab6edd46bd2e705fd55ea files/digest-ipx-utils-1.1-r1 57 +MD5 78845a00cf7ab6edd46bd2e705fd55ea files/digest-ipx-utils-1.1-r2 57 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBcVgkHTu7gpaalycRAm7sAKCF/XOPGHgJm892XgrfytkODPnN1QCbBabe -WlmUA2dAt2sp/o0rmSkpDLo= -=DMD+ +iD8DBQFBgZFEHTu7gpaalycRAhdbAKDZ6GLuWOul3KuiKFLTNDRpRjP3iACfaiSd +sAp8RJa4Vewscu4+FQwUF0c= +=JYG9 -----END PGP SIGNATURE----- diff --git a/net-misc/ipx-utils/files/digest-ipx-utils-1.1-r1 b/net-misc/ipx-utils/files/digest-ipx-utils-1.1-r2 index dda49eb20af9..dda49eb20af9 100644 --- a/net-misc/ipx-utils/files/digest-ipx-utils-1.1-r1 +++ b/net-misc/ipx-utils/files/digest-ipx-utils-1.1-r2 diff --git a/net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch b/net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch index 4c9a5986cf00..d82d228ff139 100644 --- a/net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch +++ b/net-misc/ipx-utils/files/ipx-utils-1.1-proc.patch @@ -5,7 +5,7 @@ } - fp = fopen("/proc/net/ipx_interface", "r"); -+ fp = fopen("/proc/net/ipx/ipx_interface", "r"); ++ fp = fopen("/proc/net/ipx/interface", "r"); + if (fp == NULL) + fp = fopen("/proc/net/ipx_interface", "r"); if (fp == NULL) { diff --git a/net-misc/ipx-utils/ipx-utils-1.1-r1.ebuild b/net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild index 9d73da3710f3..761d4826a371 100644 --- a/net-misc/ipx-utils/ipx-utils-1.1-r1.ebuild +++ b/net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ipx-utils-1.1-r1.ebuild,v 1.1 2004/10/16 17:19:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild,v 1.1 2004/10/29 00:38:54 vapier Exp $ inherit eutils |