summaryrefslogtreecommitdiff
path: root/news/inn/files/innd.sh
diff options
context:
space:
mode:
authortron <tron>1999-07-29 21:15:46 +0000
committertron <tron>1999-07-29 21:15:46 +0000
commit67e8ebdcfcf783b75ed777bb4a0aa76d2582e4c4 (patch)
tree5f22e22e5f82b78df22be89099cd1e636df27ba4 /news/inn/files/innd.sh
parent7fc34069f95c012405554d38ed4259d0c64edecd (diff)
downloadpkgsrc-67e8ebdcfcf783b75ed777bb4a0aa76d2582e4c4.tar.gz
Because INN fails at many places when its binaries are not installed in
"${PREFIX}/bin" it gets installed to "${PREFIX}/inn" now. Only the manual pages and the configuration file examples remain at the old location.
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 9647b1dbb9d..aa6182a77cb 100644
--- a/news/inn/files/innd.sh
+++ b/news/inn/files/innd.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: innd.sh,v 1.6 1999/07/29 20:27:20 tron Exp $
+# $NetBSD: innd.sh,v 1.7 1999/07/29 21:15:46 tron Exp $
#
-if [ -x @@PREFIX@@/libexec/inn/rc.news -a -s @@INN_DATA_DIR@@/db/active ];
+if [ -x @@PREFIX@@/inn/bin/rc.news -a -s @@INN_DATA_DIR@@/db/active ];
then
- su news -c @@PREFIX@@/libexec/inn/rc.news >/dev/null
+ su news -c @@PREFIX@@/inn/bin/rc.news >/dev/null
if [ ! -f @@PREFIX@@/etc/nntp/server ]
then