diff options
author | Christian Heim <phreak@gentoo.org> | 2007-04-22 16:11:20 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-04-22 16:11:20 +0000 |
commit | 0c99f8ef0786666fba18892dc2a29aba53a8225c (patch) | |
tree | ce4945d8e8160eb91a2d8da45a7ee6da572f7975 /net-misc/ipx-utils/files | |
parent | Caring for KDE's applnk stuff doesn't lead anywhere. (diff) | |
download | gentoo-2-0c99f8ef0786666fba18892dc2a29aba53a8225c.tar.gz gentoo-2-0c99f8ef0786666fba18892dc2a29aba53a8225c.tar.bz2 gentoo-2-0c99f8ef0786666fba18892dc2a29aba53a8225c.zip |
Use newconfd/newinitd for #174266; Properly quote variables.
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-misc/ipx-utils/files')
-rw-r--r-- | net-misc/ipx-utils/files/ipx-utils-1.1-makefile.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/ipx-utils/files/ipx-utils-1.1-makefile.patch b/net-misc/ipx-utils/files/ipx-utils-1.1-makefile.patch index e609823134cc..5a596f818d19 100644 --- a/net-misc/ipx-utils/files/ipx-utils-1.1-makefile.patch +++ b/net-misc/ipx-utils/files/ipx-utils-1.1-makefile.patch @@ -1,6 +1,6 @@ ---- Makefile.orig Fri Jul 19 21:31:42 2002 -+++ Makefile Fri Jul 19 21:33:05 2002 -@@ -10,17 +10,9 @@ +--- ipx-1.1.orig/Makefile ++++ ipx-1.1/Makefile +@@ -10,17 +10,8 @@ clean: install: $(UTILS) for i in $(UTILS); \ do \ @@ -19,6 +19,6 @@ - ln -sf /etc/rc.d/init.d/ipx /etc/rc.d/rc5.d/S15ipx - rm -f /etc/rc.d/rc6.d/K55ipx - ln -sf /etc/rc.d/init.d/ipx /etc/rc.d/rc6.d/K55ipx +- +# install init.ipx /etc/rc.d/init.d/ipx +# install -m 0644 config.ipx /etc/sysconfig/ipx - |