FreeBSD Bugzilla – Attachment 199846 Details for
Bug 210195
mail/roundcube add logrotate config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add newsyslog script
roundcube.diff (text/plain), 1.91 KB, created by
Alex Dupre
on 2018-12-05 10:41:08 UTC
(
hide
)
Description:
Add newsyslog script
Filename:
MIME Type:
Creator:
Alex Dupre
Created:
2018-12-05 10:41:08 UTC
Size:
1.91 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revisione 485926) >+++ Makefile (copia di lavoro) >@@ -2,6 +2,7 @@ > > PORTNAME= roundcube > DISTVERSION= 1.3.8 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES?= mail www > MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/ >@@ -27,7 +28,7 @@ > > USE_PHP= pcre mbstring session iconv dom xml json intl zip filter openssl fileinfo exif > >-OPTIONS_DEFINE= LDAP GD PSPELL NSC DOCS >+OPTIONS_DEFINE= LDAP GD PSPELL NSC DOCS EXAMPLES > OPTIONS_SINGLE= DB > OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE > OPTIONS_DEFAULT=MYSQL >@@ -50,6 +51,8 @@ > PSPELL_VARS= use_php+=pspell > SQLITE_VARS= use_php+=pdo_sqlite > >+SUB_FILES= newsyslog.conf >+ > post-extract-NSC: > @${CP} ${FILESDIR}/spellchecker.php ${WRKSRC} > >@@ -75,4 +78,12 @@ > @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ > .endfor > >+do-install-EXAMPLES-on: >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ @${INSTALL_DATA} ${WRKDIR}/newsyslog.conf ${STAGEDIR}${EXAMPLESDIR} >+ @${ECHO_CMD} '@dir etc/newsyslog.conf.d' \ >+ >> ${TMPPLIST} >+ @${ECHO_CMD} '@sample ${EXAMPLESDIR}/newsyslog.conf etc/newsyslog.conf.d/roundcube.conf' \ >+ >> ${TMPPLIST} >+ > .include <bsd.port.mk> >Index: files/newsyslog.conf.in >=================================================================== >--- files/newsyslog.conf.in (nonexistent) >+++ files/newsyslog.conf.in (copia di lavoro) >@@ -0,0 +1,3 @@ >+# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] >+%%WWWDIR%%/roundcube/logs/errors www:www 644 10 1000 * XCBN >+%%WWWDIR%%/roundcube/logs/sendmail www:www 644 10 1000 * XCBN > >Property changes on: files/newsyslog.conf.in >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 210195
:
171278
|
171391
|
199822
|
199823
| 199846