]> git.pld-linux.org Git - packages/inn.git/blob - inn-cnfsstat.cron
- use is_yes from /etc/rc.d/init.d/functions
[packages/inn.git] / inn-cnfsstat.cron
1 #!/bin/sh
2
3 . /usr/share/news/innshellvars
4 . /etc/rc.d/init.d/functions
5
6 if is_yes $DOCNFSSTAT ; then
7     /usr/bin/cnfsstat -s
8 fi
This page took 0.05942 seconds and 4 git commands to generate.