diff options
author | tom <tom@FreeBSD.org> | 2000-01-29 13:32:50 +0000 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2000-01-29 13:32:50 +0000 |
commit | 80cf8186fc0c6f3d593ac79746e97b8edff602f0 (patch) | |
tree | 36d4dd5008c38b7c9b53b52f6d0768d61ed0b82c /news | |
parent | dba953d2b29ecd70d83a1f1b2a3f29a0d622710b (diff) | |
download | FreeBSD-ports-80cf8186fc0c6f3d593ac79746e97b8edff602f0.zip FreeBSD-ports-80cf8186fc0c6f3d593ac79746e97b8edff602f0.tar.gz |
Fix ${PREFIX} substitution problem
Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode+/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/leafnode+/files/patch-ab b/news/leafnode+/files/patch-ab index 71194a0..2fc5647 100644 --- a/news/leafnode+/files/patch-ab +++ b/news/leafnode+/files/patch-ab @@ -42,8 +42,8 @@ ---- INSTALL.orig Sun Dec 6 19:37:53 1998 -+++ INSTALL Wed Dec 9 17:34:49 1998 +--- INSTALL.orig Thu Jan 6 01:43:13 2000 ++++ INSTALL Sat Jan 29 12:15:28 2000 @@ -7,7 +7,8 @@ 3. make installall @@ -78,7 +78,7 @@ -7. Edit /etc/inetd.conf so $(BINDIR)/leafnode is executed for incoming - NNTP connections. HUP inetd. Here is my inetd.conf line: -+7. Edit /etc/inetd.conf so !!PREFIX!!/sbin/leafnode is executed for ++7. Edit /etc/inetd.conf so @PREFIX@/sbin/leafnode is executed for + incoming NNTP connections. HUP inetd. Here is my inetd.conf line: -nntp stream tcp nowait news /usr/local/sbin/leafnode |