diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-17 02:51:24 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-17 02:51:24 +0000 |
commit | cc4311e64b1442f730536f72556c66e435eafbbc (patch) | |
tree | 6cd4c63da2fc683dbf7f7c4b4230ad98b6221c9d /news/suck/files/patch-aa | |
parent | Upgrade, 1.6 -> 1.7. (diff) |
Tell the correct place of the history file to the program.
Submitted by: the port maintainer
Notes
Notes:
svn path=/head/; revision=7931
Diffstat (limited to 'news/suck/files/patch-aa')
-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 f4e348cc4f0f..7d789e58c458 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 |