mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9d53204d89
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
*** pine/osdep/os-bsf.h.orig Fri Jun 26 09:19:54 1998
|
|
--- pine/osdep/os-bsf.h Sun Jul 12 23:38:28 1998
|
|
***************
|
|
*** 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 */
|
|
|
|
|
|
|
|
***************
|
|
*** 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
|
|
|
|
|
|
|