FreeBSD Bugzilla – Attachment 164845 Details for
Bug 205716
sysutils/logrotate: Update to 3.9.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils/logrotate-3.8.9_2.diff
logrotate-3.8.9_2.diff (text/plain), 882 bytes, created by
Douglas Thrift
on 2015-12-30 07:11:00 UTC
(
hide
)
Description:
sysutils/logrotate-3.8.9_2.diff
Filename:
MIME Type:
Creator:
Douglas Thrift
Created:
2015-12-30 07:11:00 UTC
Size:
882 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 404791) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= logrotate > PORTVERSION= 3.8.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > MASTER_SITES= https://fedorahosted.org/releases/l/o/logrotate/ > >Index: files/patch-config.c >=================================================================== >--- files/patch-config.c (revision 404791) >+++ files/patch-config.c (working copy) >@@ -9,3 +9,14 @@ > #include <limits.h> > #include <ctype.h> > #include <dirent.h> >+@@ -680,6 +676,10 @@ >+ >+ static int globerr(const char *pathname, int theerr) >+ { >++ /* A missing directory is not an error, so return 0 */ >++ if (theerr == ENOTDIR) >++ return 0; >++ >+ glob_errno = theerr; >+ >+ /* We want the glob operation to abort on error, so return 1 */
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
Actions:
View
|
Diff
Attachments on
bug 205716
:
164845
|
166132
|
166133