1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/news/knews/files/patch-aa
1995-11-19 16:55:05 +00:00

37 lines
1.2 KiB
Plaintext

*** configure.h.orig Sat Nov 18 17:06:08 1995
--- configure.h Sat Nov 18 17:08:26 1995
***************
*** 6,12 ****
* You'll probably want to leave this as sendmail, but make sure the path
* is right. If you don't have sendmail, use /bin/false :-).
*/
! #define MAIL_COMMAND "/usr/lib/sendmail -t"
/* This macro controls the generation of email addresses.
--- 6,12 ----
* You'll probably want to leave this as sendmail, but make sure the path
* is right. If you don't have sendmail, use /bin/false :-).
*/
! #define MAIL_COMMAND "/usr/sbin/sendmail -t"
/* This macro controls the generation of email addresses.
***************
*** 33,39 ****
* Both %s and %i are optional, although the editor will not be much use
* if you don't specify %s...
*/
! #define DEFAULT_EDIT_COMMAND "xterm -e vi +%i %s"
/* The default NNTPSERVER. Basically: don't set this, use $NNTPSERVER
--- 33,39 ----
* Both %s and %i are optional, although the editor will not be much use
* if you don't specify %s...
*/
! #define DEFAULT_EDIT_COMMAND "xterm -cr red -fn 10x20 -bg lightsteelblue -e vi +%i %s"
/* The default NNTPSERVER. Basically: don't set this, use $NNTPSERVER