summaryrefslogtreecommitdiff
path: root/news/inn/files
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-05-02 20:28:11 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-05-02 20:28:11 +0000
commitcb6e9e0121a14b89ca481d1de5b372f5936c5d38 (patch)
tree9829c72297d8e8738b69d7ec93c643b7440ca159 /news/inn/files
parentupgrade to smail 3.2.0.106 (diff)
Upgrade to inn 2.2-release
Notes
Notes: svn path=/head/; revision=18326
Diffstat (limited to 'news/inn/files')
-rw-r--r--news/inn/files/innd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh
index 61c1d6601c18..48bf27abf86e 100644
--- a/news/inn/files/innd.sh
+++ b/news/inn/files/innd.sh
@@ -1,7 +1,7 @@
#!/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'
+ if [ -x !!PREFIX!!/news/bin/rc.news -a -f !!PREFIX!!/news/db/history.dir ]; then
+ limits -C news !!PREFIX!!/news/bin/rc.news && echo ' inn'
fi
fi
if [ x$1 = xstop ]; then