slackbuilds_ponce/system/tiger/config/tiger.cron
pyllyukko b663f5c1fe system/tiger: Added (Report system security vulnerabilities)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2011-10-22 10:17:07 -02:00

6 lines
292 B
Text

#
# Regular cron jobs for the tiger package
#
# modified to work with Slackware and Dillon's Cron by pyllyukko
#
0 * * * * /bin/test -x /usr/sbin/tigercron && { DEFAULT=/etc/default/tiger ; [ -r "$DEFAULT" ] && . "$DEFAULT" || NICETIGER=10 ; /bin/nice -n$NICETIGER /usr/sbin/tigercron -q ; }