diff options
Diffstat (limited to '')
-rw-r--r-- | mail/pine4/files/patch-ac | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/mail/pine4/files/patch-ac b/mail/pine4/files/patch-ac index 17a90d0c2572..cc5c780d92ee 100644 --- a/mail/pine4/files/patch-ac +++ b/mail/pine4/files/patch-ac @@ -1,5 +1,5 @@ -*** pine/osdep/os-bsf.h.orig Fri Jun 26 09:19:54 1998 ---- pine/osdep/os-bsf.h Wed Aug 12 22:22:02 1998 +*** pine/osdep/os-bsf.h.orig Wed Aug 12 00:50:27 1998 +--- pine/osdep/os-bsf.h Sat Sep 12 17:26:37 1998 *************** *** 74,80 **** default-composer-hdrs or customized-hdrs to get at it. Instead of @@ -13,7 +13,7 @@ default-composer-hdrs or customized-hdrs to get at it. Instead of defining NEVER_ALLOW_CHANGING_FROM, an easier way of preventing From changing is to put the feature "no-allow-changing-from" in the -! /usr/local/etc/pine.conf.fixed file. +! @@PREFIX@@/etc/pine.conf.fixed file. ----*/ /* #define NEVER_ALLOW_CHANGING_FROM /* probably not needed */ @@ -35,6 +35,25 @@ *************** +*** 160,167 **** + + + /*----- System-wide config file ----------------------------------------*/ +! #define SYSTEM_PINERC "/usr/local/lib/pine.conf" +! #define SYSTEM_PINERC_FIXED "/usr/local/lib/pine.conf.fixed" + + + +--- 160,167 ---- + + + /*----- System-wide config file ----------------------------------------*/ +! #define SYSTEM_PINERC "@@PREFIX@@/etc/pine.conf" +! #define SYSTEM_PINERC_FIXED "@@PREFIX@@/etc/pine.conf.fixed" + + + +*************** *** 219,225 **** /*---------------------------------------------------------------------- If no nntp-servers are defined, this program will be used to post news. |