summaryrefslogtreecommitdiff
path: root/news/inn/files/innd.sh
blob: 259b6b4d824d1f75901582efb669d4d6343c8d77 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# $NetBSD: innd.sh,v 1.3 1999/07/24 17:07:27 tron Exp $
#
if [ -x @@PREFIX@@/bin/rc.news -a -s @@INN_DATA_DIR@@/db/active ];
then
 su news @@PREFIX@@/bin/rc.news >/dev/null
 echo -n ' innd'
fi
exit 0