1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/pine4/files/patch-ac
Steve Price 6c5a81185b Update to version 4.05.
PR:		7993, 8151
Submitted by:	maintainer
1998-10-05 04:23:19 +00:00

92 lines
2.8 KiB
Plaintext

*** 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
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/lib/pine.conf.fixed file.
----*/
/* #define NEVER_ALLOW_CHANGING_FROM /* probably not needed */
--- 74,80 ----
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
! @@PREFIX@@/etc/pine.conf.fixed file.
----*/
/* #define NEVER_ALLOW_CHANGING_FROM /* probably not needed */
***************
*** 87,93 ****
NOTE: You'll also have to make sure the appropriate osdep/postreap.*
file is included in the os-*.ic file for your system.
----*/
! /* #define BACKGROUND_POST /* comment out to disable posting from child */
--- 87,93 ----
NOTE: You'll also have to make sure the appropriate osdep/postreap.*
file is included in the os-*.ic file for your system.
----*/
! #define BACKGROUND_POST /* comment out to disable posting from child */
***************
*** 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.
----*/
! #define SENDNEWS "/usr/local/news/inews -h" /* news posting cmd */
/*--------- Program employed by users to change their password ---------*/
--- 219,227 ----
/*----------------------------------------------------------------------
If no nntp-servers are defined, this program will be used to post news.
----*/
! #define SENDNEWS "/usr/local/news/lib/inews -h" /* For NN inews */
! /*#define SENDNEWS "/usr/local/bin/inews -h" /* For INN inews */
! /*#define SENDNEWS "/usr/local/bin/inews -h" /* For Cnews inews */
/*--------- Program employed by users to change their password ---------*/
***************
*** 268,274 ****
8
9 logs gross details of command execution
----*/
! #define DEFAULT_DEBUG 2
--- 270,276 ----
8
9 logs gross details of command execution
----*/
! #define DEFAULT_DEBUG 0