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, 0 insertions, 11 deletions
diff --git a/sysutils/logrotate/files/patch-ad b/sysutils/logrotate/files/patch-ad
deleted file mode 100644
index 169bced9d1c3..000000000000
--- a/sysutils/logrotate/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"