summaryrefslogtreecommitdiff
path: root/system/watchdog/watchdog.SlackBuild
diff options
context:
space:
mode:
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 3ce4c971ec..b5348407a7 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