forked from ports/contrib
logrotate: add missing diff file
This commit is contained in:
parent
4202280c55
commit
53db16ab97
19
logrotate/logrotate-config.h.diff
Normal file
19
logrotate/logrotate-config.h.diff
Normal file
@ -0,0 +1,19 @@
|
||||
diff -Nru logrotate-3.7.7-orig/config.h logrotate-3.7.7/config.h
|
||||
--- logrotate-3.7.7-orig/config.h 2005-11-12 21:07:56.000000000 +0200
|
||||
+++ logrotate-3.7.7/config.h 2008-11-11 17:32:02.635392207 +0200
|
||||
@@ -20,7 +20,7 @@
|
||||
* Default settings for Linux - leave these last.
|
||||
*/
|
||||
#ifndef DEFAULT_MAIL_COMMAND
|
||||
-#define DEFAULT_MAIL_COMMAND "/bin/mail"
|
||||
+#define DEFAULT_MAIL_COMMAND "/usr/bin/mail"
|
||||
#endif
|
||||
|
||||
#ifndef COMPRESS_COMMAND
|
||||
@@ -36,5 +36,5 @@
|
||||
#endif
|
||||
|
||||
#ifndef STATEFILE
|
||||
-#define STATEFILE "/var/lib/logrotate.status"
|
||||
+#define STATEFILE "/var/state/logrotate/logrotate.status"
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user