]> git.pld-linux.org Git - packages/inn.git/blob - inn-cnfsstat.cron
- updated to 2.6.1 (note: new libinn soname; includes openssl 1.1 support)
[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.045351 seconds and 3 git commands to generate.