diff options
author | andreas <andreas@FreeBSD.org> | 1999-02-17 06:01:06 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-02-17 06:01:06 +0800 |
commit | 2186860f6a16aef70f46c6ea7a8f55e9f14b759d (patch) | |
tree | 04aa898c24fcb39ae99ecf9ee454fbb90064cf65 /news/inn-stable/files | |
parent | 15c02b21d1d516d6733c0422cca16733dfff1dd9 (diff) | |
download | freebsd-ports-gnome-2186860f6a16aef70f46c6ea7a8f55e9f14b759d.tar.gz freebsd-ports-gnome-2186860f6a16aef70f46c6ea7a8f55e9f14b759d.tar.zst freebsd-ports-gnome-2186860f6a16aef70f46c6ea7a8f55e9f14b759d.zip |
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 !
Diffstat (limited to 'news/inn-stable/files')
-rw-r--r-- | news/inn-stable/files/innd.sh | 4 |
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 |