summaryrefslogtreecommitdiff
path: root/mail/mush/patches/patch-ah
blob: 569334e55914632c91ebe865915b754b5e8a8e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
$NetBSD: patch-ah,v 1.3 2006/01/08 17:04:58 joerg Exp $

*** old/config.h-dist	Fri Sep  4 11:21:28 1998
--- config.h-dist	Fri Sep  4 11:21:28 1998
***************
*** 3,15 ****
  /* Default names and locations for files */
  #define MAILRC		".mushrc"
  #define ALTERNATE_RC	".mailrc"
! #define DEFAULT_RC	"/usr/lib/Mushrc"
! #define ALT_DEF_RC	"/usr/lib/Mail.rc"
  #define SIGNATURE	".signature"
  #define FORTUNE		"/usr/games/fortune"
! #define COMMAND_HELP	"/usr/lib/cmd_help"
  #ifdef SUNTOOL
! #    define TOOL_HELP	"/usr/lib/tool_help"
  #endif /* SUNTOOL */
  #define ALTERNATE_HOME	"/tmp"       /* Path must be read/write to EVERYONE */
  #define EDFILE  	".edXXXXXX"  /* file/pathname added to user's "home" */
--- 3,15 ----
  /* Default names and locations for files */
  #define MAILRC		".mushrc"
  #define ALTERNATE_RC	".mailrc"
! #define DEFAULT_RC	"@PREFIX@/share/misc/Mushrc"
! #define ALT_DEF_RC	"/etc/Mail.rc"
  #define SIGNATURE	".signature"
  #define FORTUNE		"/usr/games/fortune"
! #define COMMAND_HELP	"@PREFIX@/share/misc/cmd_help"
  #ifdef SUNTOOL
! #    define TOOL_HELP	"@PREFIX@/share/misc/tool_help"
  #endif /* SUNTOOL */
  #define ALTERNATE_HOME	"/tmp"       /* Path must be read/write to EVERYONE */
  #define EDFILE  	".edXXXXXX"  /* file/pathname added to user's "home" */
***************
*** 112,118 ****
  /*
   * If you are not using MMDF, check these definitions.
   */
! #ifdef __FreeBSD__
  #define MAIL_DELIVERY	"/usr/sbin/sendmail -i" /* "-i" works like "-oi" */
  #else
  #define MAIL_DELIVERY	"/usr/lib/sendmail -i" /* "-i" works like "-oi" */
--- 113,119 ----
  /*
   * If you are not using MMDF, check these definitions.
   */
! #ifdef BSD44
  #define MAIL_DELIVERY	"/usr/sbin/sendmail -i" /* "-i" works like "-oi" */
  #else
  #define MAIL_DELIVERY	"/usr/lib/sendmail -i" /* "-i" works like "-oi" */