From f6f6311625f9e78afb777ddfa43b34a268ee1670 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 25 Jul 2007 19:47:02 +0000 Subject: Fixed bugs --- ifplugd/build/ifplugd.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ifplugd/build/ifplugd.SlackBuild b/ifplugd/build/ifplugd.SlackBuild index 0942d984..d3f1ef75 100755 --- a/ifplugd/build/ifplugd.SlackBuild +++ b/ifplugd/build/ifplugd.SlackBuild @@ -54,7 +54,7 @@ ARCH=${ARCH:-i486} BUILD=${BUILD:-3} DOCS="LICENSE \ - doc/{NEWS,README*,style.css,SUPPORTED_DRIVERS}" + doc/{NEWS,README,README.SuSE,README.html,style.css,SUPPORTED_DRIVERS}" # Where do we look for sources? CWD=`pwd` @@ -184,6 +184,8 @@ else fi mv $PKG/etc/rc.d/ifplugd $PKG/etc/rc.d/rc.ifplugd.new +mv $PKG/etc/ifplugd/ifplugd.action{,.new} +mv $PKG/etc/ifplugd/ifplugd.conf{,.new} chmod -x $PKG/etc/rc.d/rc.ifplugd.new # Add this to the doinst.sh: @@ -206,6 +208,8 @@ config() { } config etc/rc.d/rc.ifplugd.new +config etc/ifplugd/ifplugd.action.new +config etc/ifplugd/ifplugd.conf.new # Update rc.local so that the ifplugd daemon will be started on boot if ! grep "rc.ifplugd" etc/rc.d/rc.local 1>/dev/null 2>&1 ; then -- cgit v1.2.3-65-gdbad