freebsd-ports/news/inn-stable/files/innd.sh
1999-02-22 06:40:55 +00:00

10 lines
295 B
Bash

#!/bin/sh
if [ $# -eq 0 -o x$1 = xstart ]; then
if [ -x !!PREFIX!!/news/bin/rc.news -a -f !!PREFIX!!/news/db/history.pag ]; then
limits -C news !!PREFIX!!/news/bin/rc.news && echo ' inn'
fi
fi
if [ x$1 = xstop ]; then
!!PREFIX!!/news/bin/ctlinnd shutdown machine is going down
fi