summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xifplugd/build/ifplugd.SlackBuild6
1 files changed, 5 insertions, 1 deletions
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