FreeBSD Bugzilla – Attachment 187473 Details for
Bug 223227
sysutils/logrotate doesn't correctly work after upgrading to 3.13.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes configure.ac to select default paths for FreeBSD
logrotate-ports-3.13.0-default-paths.patch (text/plain), 753 bytes, created by
js
on 2017-10-25 20:02:34 UTC
(
hide
)
Description:
fixes configure.ac to select default paths for FreeBSD
Filename:
MIME Type:
Creator:
js
Created:
2017-10-25 20:02:34 UTC
Size:
753 bytes
patch
obsolete
>diff --git a/files/patch-configure.ac b/files/patch-configure.ac >new file mode 100644 >index 0000000..32c33b8 >--- /dev/null >+++ b/files/patch-configure.ac >@@ -0,0 +1,15 @@ >+--- configure.ac.orig 2017-10-14 21:32:35.824051000 +0000 >++++ configure.ac 2017-10-14 21:43:56.260680000 +0000 >+@@ -75,6 +75,12 @@ >+ COMPRESS_COMMAND="/usr/bin/gzip" >+ UNCOMPRESS_COMMAND="/usr/bin/gunzip" >+ ;; >++ *-freebsd*) >++ DEFAULT_MAIL_COMMAND="/usr/bin/mailx" >++ COMPRESS_COMMAND="/usr/bin/gzip" >++ UNCOMPRESS_COMMAND="/usr/bin/ginzip" >++ STATE_FILE_PATH="/var/run/logrotate.status" >++ ;; >+ *-darwin*) >+ COMPRESS_COMMAND="/usr/bin/gzip" >+ UNCOMPRESS_COMMAND="/usr/bin/gunzip"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
js:
maintainer-approval-
js:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 223227
:
187473
|
187667
|
188777