FreeBSD Bugzilla – Attachment 195903 Details for
Bug 227853
[PATCH] archivers/urbackup-server: add default config file and log rotation (via newsyslog)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove .sample file from newsyslog directory
urbackup-server-2.2.11_2.diff-1 (text/plain), 2.71 KB, created by
freebsd
on 2018-08-05 17:02:49 UTC
(
hide
)
Description:
Remove .sample file from newsyslog directory
Filename:
MIME Type:
Creator:
freebsd
Created:
2018-08-05 17:02:49 UTC
Size:
2.71 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 476417) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= urbackup-server > DISTVERSION= 2.2.11 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= archivers > MASTER_SITES= https://hndl.urbackup.org/Server/${DISTVERSION}/ > >@@ -32,8 +32,8 @@ > ${INSTALL_DATA} ${WRKDIR}/urbackupsrv.conf.sample-daemon \ > ${STAGEDIR}${PREFIX}/etc/urbackup/urbackupsrv.conf.sample > ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d >- ${INSTALL_DATA} ${FILESDIR}/urbackupsrv.conf.sample-newsyslog \ >- ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/urbackupsrv.conf.sample >+ ${INSTALL_DATA} ${FILESDIR}/urbackupsrv.conf-newsyslog \ >+ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/urbackupsrv.conf > > ${INSTALL_MAN} ${WRKSRC}/docs/urbackupsrv.1 ${STAGEDIR}${MANPREFIX}/man/man1 > >Index: files/urbackupsrv.conf-newsyslog >=================================================================== >--- files/urbackupsrv.conf-newsyslog (nonexistent) >+++ files/urbackupsrv.conf-newsyslog (working copy) >@@ -0,0 +1,2 @@ >+# logfilename [owner:group] mode count size(kb) when flags [/pid_file] [sig_num] >+/var/log/urbackup.log urbackup:urbackup 644 10 5120 * JC > >Property changes on: files/urbackupsrv.conf-newsyslog >___________________________________________________________________ >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 >Index: files/urbackupsrv.conf.sample-newsyslog >=================================================================== >--- files/urbackupsrv.conf.sample-newsyslog (revision 476417) >+++ files/urbackupsrv.conf.sample-newsyslog (nonexistent) >@@ -1,2 +0,0 @@ >-# logfilename [owner:group] mode count size(kb) when flags [/pid_file] [sig_num] >-/var/log/urbackup.log urbackup:urbackup 644 10 5120 * JC > >Property changes on: files/urbackupsrv.conf.sample-newsyslog >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-ON >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 476417) >+++ pkg-plist (working copy) >@@ -5,7 +5,7 @@ > man/man1/urbackupsrv.1.gz > @mode 0644 > @sample etc/urbackup/urbackupsrv.conf.sample >-@sample etc/newsyslog.conf.d/urbackupsrv.conf.sample >+etc/newsyslog.conf.d/urbackupsrv.conf > share/urbackup/server-license.txt > share/urbackup/urbackup_ecdsa409k1.pub > share/urbackup/www/css/bootstrap-flat-extras.chash-958e73e0ffd138319a4c6be29fa24392.min.css
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 227853
:
192910
|
195902
| 195903