]> git.pld-linux.org Git - packages/inn.git/blob - inn-cnfsstat.cron
- fixed IPv6 patch and removed brokenipv6patch patch
[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.032022 seconds and 3 git commands to generate.