summaryrefslogtreecommitdiff
path: root/news/inn-stable/files/innd.sh
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-02-16 22:01:06 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-02-16 22:01:06 +0000
commit7cbbe38b2cd8d091d0ddc0dc486c786521ae2144 (patch)
treeb69b16e061a620ae745b4e457e8096c414833186 /news/inn-stable/files/innd.sh
parentHonor $(MOTIFLIB). (diff)
New port inn2.2-stable after repository copy.
Thanks to the ports meister ;-) The new features are really cool (cnfs,...). BTW, why can't we use raw partitions for cnfs ??? Please read the file INSTALL carefully in the top level dir of sources ... it explains installation step by step. You still might have to watch for console messages, complaining about missing file or directories (news.times for example). All in all. inn22 is really fun !
Notes
Notes: svn path=/head/; revision=16739
Diffstat (limited to 'news/inn-stable/files/innd.sh')
-rw-r--r--news/inn-stable/files/innd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn-stable/files/innd.sh b/news/inn-stable/files/innd.sh
index 61c1d6601c18..20e819b0ad24 100644
--- a/news/inn-stable/files/innd.sh
+++ b/news/inn-stable/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.pag ]; then
+ limits -C news !!PREFIX!!/bin/rc.news && echo ' inn'
fi
fi
if [ x$1 = xstop ]; then