|
|
@ -6,7 +6,7 @@ |
|
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
|
|
# |
|
|
|
# ROCK Linux: rock-src/package/base/ifplugd/no-init.patch |
|
|
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# |
|
|
|
# This patch file is dual-licensed. It is available under the license the |
|
|
|
# patched project is licensed under, as long as it is an OpenSource license |
|
|
@ -17,13 +17,15 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
--- ifplugd-0.20/conf/Makefile.in.orig 2003-12-13 01:19:29.000000000 +0100
|
|
|
|
+++ ifplugd-0.20/conf/Makefile.in 2003-12-13 01:20:31.000000000 +0100
|
|
|
|
@@ -289,7 +289,6 @@
|
|
|
|
--- ifplugd-0.22/conf/Makefile.in~ 2004-02-10 00:23:14.000000000 +0100
|
|
|
|
+++ ifplugd-0.22/conf/Makefile.in 2004-03-21 05:52:48.017446880 +0100
|
|
|
|
@@ -294,8 +294,7 @@
|
|
|
|
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' $< > $@ |
|
|
|
chmod 755 $@ |
|
|
|
|
|
|
|
install-data-local: ifplugd.init |
|
|
|
- $(INSTALL) -b -D -m755 ifplugd.init ${DESTDIR}/${sysconfdir}/init.d/ifplugd
|
|
|
|
$(INSTALL) -b -D -m755 $(srcdir)/ifplugd.action ${DESTDIR}/${sysconfdir}/ifplugd/ifplugd.action |
|
|
|
$(INSTALL) -b -D -m644 $(srcdir)/ifplugd.conf ${DESTDIR}/${sysconfdir}/ifplugd/ifplugd.conf |
|
|
|
-install-data-local: ifplugd.init
|
|
|
|
- $(INSTALL) -b -D -m755 ifplugd.init ${DESTDIR}${sysinitdir}/ifplugd
|
|
|
|
+install-data-local:
|
|
|
|
$(INSTALL) -b -D -m755 $(srcdir)/ifplugd.action ${DESTDIR}${sysconfdir}/ifplugd/ifplugd.action |
|
|
|
$(INSTALL) -b -D -m644 $(srcdir)/ifplugd.conf ${DESTDIR}${sysconfdir}/ifplugd/ifplugd.conf |
|
|
|
|