diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-02-18 03:56:17 +0800 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-02-18 03:56:17 +0800 |
commit | 7ef9e7065f31272eb0f4c69047426a1a96943629 (patch) | |
tree | 4f93995fe535762a8bc1a71bc0275d3f640c9e59 /news/inn-stable | |
parent | 5bbd3541a3dcfb5b402e14fbd0393e588ae037fb (diff) | |
download | freebsd-ports-gnome-7ef9e7065f31272eb0f4c69047426a1a96943629.tar.gz freebsd-ports-gnome-7ef9e7065f31272eb0f4c69047426a1a96943629.tar.zst freebsd-ports-gnome-7ef9e7065f31272eb0f4c69047426a1a96943629.zip |
Famous last words for UUCP users, because path of rnews has changed in inn2.
So update /etc/uucp/sys with something like this:
command-path /bin /usr/bin /usr/local/bin /usr/local/news/bin
Document this.
Diffstat (limited to 'news/inn-stable')
-rw-r--r-- | news/inn-stable/pkg-descr | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/news/inn-stable/pkg-descr b/news/inn-stable/pkg-descr index 2ee5673e5a66..808311e1c970 100644 --- a/news/inn-stable/pkg-descr +++ b/news/inn-stable/pkg-descr @@ -8,6 +8,12 @@ This is the new version 2.x, maintained by the ISC Installation is relatively complex but nicely explained in the file INSTALL, see the inn2 sources under the work directory. -More infos: +See: http://www.isc.org/ - http://www.isc.org/ +Final note for UUCP users. The path of the rnews executeable has changed ! +Add this to /etc/uucp/sys: + + command-path /bin /usr/bin /usr/local/bin /usr/local/news/bin + commands rmail uucp rnews + +otherwise /usr/local/news/bin/rnews rnews can't be executed. |