diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-10-20 02:24:38 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-20 10:50:47 -0500 |
commit | e58328b7aa0ec5aa604223a9bf8fbce5ef4d2250 (patch) | |
tree | 80225d5b545f352003bacbf873050c8620073fb8 /system/watchdog/watchdog.SlackBuild | |
parent | 227ba3164f439ddf231f8204602e50cf55902e74 (diff) |
system/watchdog: Minor fixes; thanks to Chris Abela.
Diffstat (limited to 'system/watchdog/watchdog.SlackBuild')
-rw-r--r-- | system/watchdog/watchdog.SlackBuild | 3 |
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 |