diff options
author | sf <sf@FreeBSD.org> | 2001-03-06 23:25:26 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-06 23:25:26 +0800 |
commit | 52822e1527691d4a3ba154079f069701a52471dd (patch) | |
tree | 89e75c70ad5eb7fa4a47b7fba456ca1e325d8f27 /irc/ninja/files | |
parent | 547bc818145e5ac7476a9ffa3229388c5eb608b6 (diff) | |
download | freebsd-ports-gnome-52822e1527691d4a3ba154079f069701a52471dd.tar.gz freebsd-ports-gnome-52822e1527691d4a3ba154079f069701a52471dd.tar.zst freebsd-ports-gnome-52822e1527691d4a3ba154079f069701a52471dd.zip |
update to 1.5.2.
PR: 25532
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'irc/ninja/files')
-rw-r--r-- | irc/ninja/files/patch-aa | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/irc/ninja/files/patch-aa b/irc/ninja/files/patch-aa index 84450304b076..b4339e620af9 100644 --- a/irc/ninja/files/patch-aa +++ b/irc/ninja/files/patch-aa @@ -1,5 +1,23 @@ ---- include/config.h.dist.orig Wed Sep 27 07:17:23 2000 -+++ include/config.h.dist Wed Jan 17 22:31:50 2001 +--- include/config.h.dist.orig Tue Sep 26 23:17:23 2000 ++++ include/config.h.dist Sun Mar 4 20:51:50 2001 +@@ -52,7 +52,7 @@ + + /* UNIX_MAIL is the normal unix mail format. */ + #ifndef UNIX_MAIL +-#define UNIX_MAIL "/usr/spool/mail" /* */ ++#define UNIX_MAIL "/var/mail" /* */ + #endif + + /* +@@ -69,7 +69,7 @@ + * If you undefine this you will spare some code, though, so better only + * set if you are sure you are going to keep your help-files compressed. + */ +-#define ZCAT "/bin/zcat" ++#define ZCAT "/usr/bin/zcat" + + /* Define ZSUFFIX in case we are using ZCAT */ + #ifdef ZCAT @@ -170,7 +170,7 @@ #define DEFAULT_HACKED_IDENTD NULL #define DEFAULT_HELP_PAGER 1 |