summaryrefslogtreecommitdiff
path: root/mail/pine4
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-12-03 14:54:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-12-03 14:54:50 +0000
commit59c5c96a1fbca83114f7253ca1e44b3f72f5133b (patch)
tree4027b60a7c77a9219b9e8d3ebe27d31b28e1c3f0 /mail/pine4
parent1.0.94 --> 1.0.95 (diff)
Turn on locale. More FreeBSD tunings
Notes
Notes: svn path=/head/; revision=4775
Diffstat (limited to 'mail/pine4')
-rw-r--r--mail/pine4/files/patch-ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/pine4/files/patch-ac b/mail/pine4/files/patch-ac
index c51a4d300e21..53a87ba265e1 100644
--- a/mail/pine4/files/patch-ac
+++ b/mail/pine4/files/patch-ac
@@ -1,5 +1,5 @@
-*** pine/osdep/os-bsf.h.orig Sat Jun 15 12:32:50 1996
---- pine/osdep/os-bsf.h Fri Jun 14 00:45:08 1996
+*** pine/osdep/os-bsf.h.orig Tue Dec 3 16:36:18 1996
+--- pine/osdep/os-bsf.h Tue Dec 3 17:46:48 1996
***************
*** 0 ****
--- 1,406 ----
@@ -235,7 +235,7 @@
+
+
+ /*----------------- locale.h -------------------------------------------*/
-+ /* #include <locale.h> /* To make matching and sorting work right */
++ #include <locale.h> /* To make matching and sorting work right */
+
+
+
@@ -247,8 +247,8 @@
+
+
+ /*--------------- signal.h ---------------------------------------------*/
-+ /* #include <signal.h> /* sometimes both required, sometimes */
-+ #include <sys/signal.h> /* only one or the other */
++ #include <signal.h> /* sometimes both required, sometimes */
++ /* #include <sys/signal.h> /* only one or the other */
+
+ #define SigType void /* value returned by sig handlers is void */
+ /* #define SigType int /* value returned by sig handlers is int */
@@ -336,7 +336,7 @@
+ /*----------------------------------------------------------------------
+ If no nntp-servers are defined, this program will be used to post news.
+ ----*/
-+ /* #define SENDNEWS "/usr/local/bin/inews -h" /* news posting cmd */
++ #define SENDNEWS "/usr/local/lib/news/inews -h" /* news posting cmd */
+
+
+ /*--------- Program employed by users to change their password ---------*/