summaryrefslogtreecommitdiffstats
path: root/news/inn-current/files/innd.sh
blob: 18f1d68bd4820dedccd77dffcd41d2e77906e7ff (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 stop machine is going down
fi
OpenPOWER on IntegriCloud