Date: Sun, 5 Aug 2018 17:43:49 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476422 - in head/archivers/urbackup-server: . files Message-ID: <201808051743.w75Hhnt7062095@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Aug 5 17:43:48 2018 New Revision: 476422 URL: https://svnweb.freebsd.org/changeset/ports/476422 Log: archivers/urbackup-server: fix newsyslog sample - Remove .sample file from newsyslog directory It can cause confusion to newsyslog PR: 227853 Submitted by: freebsd@coombscloud.com (maintainer) Reported by: mat Added: head/archivers/urbackup-server/files/urbackupsrv.conf-newsyslog (contents, props changed) Deleted: head/archivers/urbackup-server/files/urbackupsrv.conf.sample-newsyslog Modified: head/archivers/urbackup-server/Makefile head/archivers/urbackup-server/pkg-plist Modified: head/archivers/urbackup-server/Makefile ============================================================================== --- head/archivers/urbackup-server/Makefile Sun Aug 5 17:34:56 2018 (r476421) +++ head/archivers/urbackup-server/Makefile Sun Aug 5 17:43:48 2018 (r476422) @@ -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 @@ post-install: ${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 Added: head/archivers/urbackup-server/files/urbackupsrv.conf-newsyslog ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/urbackup-server/files/urbackupsrv.conf-newsyslog Sun Aug 5 17:43:48 2018 (r476422) @@ -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 Modified: head/archivers/urbackup-server/pkg-plist ============================================================================== --- head/archivers/urbackup-server/pkg-plist Sun Aug 5 17:34:56 2018 (r476421) +++ head/archivers/urbackup-server/pkg-plist Sun Aug 5 17:43:48 2018 (r476422) @@ -5,7 +5,7 @@ bin/urbackupsrv 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051743.w75Hhnt7062095>