aboutsummaryrefslogtreecommitdiff
path: root/system/watchdog/watchdog.SlackBuild
diff options
context:
space:
mode:
authorMenno Duursma <druiloor@zonnet.nl>2010-10-20 02:24:38 -0500
committerErik Hanson <erik@slackbuilds.org>2010-10-20 10:50:47 -0500
commite58328b7aa0ec5aa604223a9bf8fbce5ef4d2250 (patch)
tree80225d5b545f352003bacbf873050c8620073fb8 /system/watchdog/watchdog.SlackBuild
parent227ba3164f439ddf231f8204602e50cf55902e74 (diff)
system/watchdog: Minor fixes; thanks to Chris Abela.
Diffstat (limited to 'system/watchdog/watchdog.SlackBuild')
-rw-r--r--system/watchdog/watchdog.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/watchdog/watchdog.SlackBuild b/system/watchdog/watchdog.SlackBuild
index 3ce4c971ec8b..b5348407a779 100644
--- a/system/watchdog/watchdog.SlackBuild
+++ b/system/watchdog/watchdog.SlackBuild
@@ -74,6 +74,9 @@ mv $PKG/etc/$PRGNAM.conf $PKG/etc/$PRGNAM.conf.new
# Add init script too
install -D -m755 $CWD/config/rc.$PRGNAM $PKG/etc/rc.d/rc.$PRGNAM.new
+# Install the repair script
+install -D -m755 examples/repair.sh $PKG/usr/sbin/repair
+
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done