mrtg/rc.mrtg

Sun, 05 Apr 2009 01:38:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 05 Apr 2009 01:38:50 +0200
changeset 139
d3e0f51e3821
child 140
d51e263e607b
permissions
-rw-r--r--

Replace broken sites with mirror, integrate GeoDB, and update version.

michael@130 1 #!@l_prefix@/bin/openpkg rc
michael@130 2 ##
michael@130 3 ## rc.mrtg -- Run-Commands
michael@130 4 ##
michael@130 5
michael@130 6 %config
michael@130 7 mrtg_enable="$openpkg_rc_def"
michael@130 8
michael@130 9 %quarterly -u @l_susr@
michael@130 10 rcService mrtg enable yes || exit 0
michael@130 11 export LANG=C
michael@130 12 @l_prefix@/bin/mrtg \
michael@130 13 --pid-file=@l_prefix@/var/mrtg/mrtg.pid \
michael@130 14 --lock-file=@l_prefix@/var/mrtg/mrtg.lock \
michael@130 15 --confcache-file=@l_prefix@/var/mrtg/mrtg.cache \
michael@130 16 @l_prefix@/etc/mrtg/mrtg.cfg
michael@130 17

mercurial