diff options
author | christos <christos@pkgsrc.org> | 1998-09-04 18:33:46 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 1998-09-04 18:33:46 +0000 |
commit | 9fe834e11114a623bedd3600a548ffc19928d2b2 (patch) | |
tree | 4743ccb92a8acbcb97036747c21a0f6cff0fc95e /mail/mush/patches/patch-ah | |
parent | df5744fc52d26949dccae9aefc6afa743f12ef48 (diff) | |
download | pkgsrc-9fe834e11114a623bedd3600a548ffc19928d2b2.tar.gz |
Add and enable mush
Diffstat (limited to 'mail/mush/patches/patch-ah')
-rw-r--r-- | mail/mush/patches/patch-ah | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/mail/mush/patches/patch-ah b/mail/mush/patches/patch-ah new file mode 100644 index 00000000000..ec93cc332ef --- /dev/null +++ b/mail/mush/patches/patch-ah @@ -0,0 +1,50 @@ +$NetBSD: patch-ah,v 1.1 1998/09/04 18:33:48 christos 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/etc/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" */ |