1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/www/Mosaic/files/patch-ad

20 lines
1012 B
Plaintext
Raw Normal View History

*** src/xresources.h.orig Mon Aug 7 19:37:50 1995
--- src/xresources.h Mon Aug 7 19:38:55 1995
***************
*** 95,101 ****
offset (confirm_exit), XtRString, "True" },
/* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
{ "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
! offset (sendmail_command), XtRString, "/usr/lib/sendmail" },
/* Ignore this. Stealth feature. */
{ "mailFilterCommand", "MailFilterCommand", XtRString, sizeof (char *),
offset (mail_filter_command), XtRString, NULL },
--- 95,101 ----
offset (confirm_exit), XtRString, "True" },
/* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
{ "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
! offset (sendmail_command), XtRString, "/usr/sbin/sendmail" },
/* Ignore this. Stealth feature. */
{ "mailFilterCommand", "MailFilterCommand", XtRString, sizeof (char *),
offset (mail_filter_command), XtRString, NULL },