summaryrefslogtreecommitdiff
path: root/news/inn/files/innd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'news/inn/files/innd.sh')
-rw-r--r--news/inn/files/innd.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh
index 4ee4fed891e..9647b1dbb9d 100644
--- a/news/inn/files/innd.sh
+++ b/news/inn/files/innd.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: innd.sh,v 1.5 1999/07/26 20:56:24 tron Exp $
+# $NetBSD: innd.sh,v 1.6 1999/07/29 20:27:20 tron Exp $
#
-if [ -x @@PREFIX@@/bin/rc.news -a -s @@INN_DATA_DIR@@/db/active ];
+if [ -x @@PREFIX@@/libexec/inn/rc.news -a -s @@INN_DATA_DIR@@/db/active ];
then
- su news -c @@PREFIX@@/bin/rc.news >/dev/null
+ su news -c @@PREFIX@@/libexec/inn/rc.news >/dev/null
if [ ! -f @@PREFIX@@/etc/nntp/server ]
then