summaryrefslogtreecommitdiff
path: root/sysutils/logrotate/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/logrotate/files/patch-ad')
-rw-r--r--sysutils/logrotate/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/logrotate/files/patch-ad b/sysutils/logrotate/files/patch-ad
new file mode 100644
index 000000000000..169bced9d1c3
--- /dev/null
+++ b/sysutils/logrotate/files/patch-ad
@@ -0,0 +1,11 @@
+--- logrotate.h.orig Tue Dec 28 15:55:44 1999
++++ logrotate.h Tue Dec 28 15:55:56 1999
+@@ -12,7 +12,7 @@
+ #define LOG_FLAG_MISSINGOK (1 << 5)
+ #define LOG_FLAG_MAILFIRST (1 << 6)
+
+-#define DEFAULT_MAIL_COMMAND "/bin/mail -s"
++#define DEFAULT_MAIL_COMMAND "/usr/bin/mail -s"
+ #define COMPRESS_COMMAND "gzip -9"
+ #define COMPRESS_EXT ".gz"
+ #define UNCOMPRESS_PIPE "gunzip"