diff options
author | max <max@FreeBSD.org> | 1997-09-17 02:51:24 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-17 02:51:24 +0000 |
commit | f4dfd23af2fcbf75c837c8ed63adb6185c4d9fb2 (patch) | |
tree | e6797e5716808c2f06b90300ad99ed799737a319 /news | |
parent | 923e3d4b71f4a5102d8b20c2d0f2bd76b03afc76 (diff) | |
download | FreeBSD-ports-f4dfd23af2fcbf75c837c8ed63adb6185c4d9fb2.zip FreeBSD-ports-f4dfd23af2fcbf75c837c8ed63adb6185c4d9fb2.tar.gz |
Tell the correct place of the history file to the program.
Submitted by: the port maintainer
Diffstat (limited to 'news')
-rw-r--r-- | news/suck/files/patch-aa | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/news/suck/files/patch-aa b/news/suck/files/patch-aa index f4e348c..7d789e5 100644 --- a/news/suck/files/patch-aa +++ b/news/suck/files/patch-aa @@ -1,5 +1,14 @@ --- Makefile.in.orig Fri Aug 1 20:59:01 1997 -+++ Makefile.in Mon Aug 4 19:04:25 1997 ++++ Makefile.in Sat Sep 13 10:17:11 1997 +@@ -7,7 +7,7 @@ + + # Step1: Define the location of the History file(s) + #HISTORYF=/var/news/etc/history +-HISTORYF=/usr/lib/news/history ++HISTORYF=/usr/local/news/history + + # Step 2: Define ONE of the CHKHISTORY + CHKHISTORY=chkhistory.o # use flat file history routine @@ -128,7 +128,7 @@ install_bin: suck rpost testhost lmove |