blob: 9e24c27020988459496334828b5ea0bbfbd2106b (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
if [ $# -eq 0 -o x$1 = xstart ]; then
if [ -x !!PREFIX!!/etc/rc.news -a -f !!PREFIX!!/news/lib/history.pag ]; then
limits -C news !!PREFIX!!/etc/rc.news && echo ' inn'
fi
fi
if [ x$1 = xstop ]; then
[ -x !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down
fi
|