diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-06-27 06:50:57 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-06-27 06:50:57 +0800 |
commit | f93aab8a8fca13161e184c515b151806b17770fc (patch) | |
tree | cd68a8d712dde8253f77bde4345a8bd52c5bbfe2 /sysutils/backuppc4 | |
parent | 03bd9e8f40f006d96fe8256d35ffd7e955bc9882 (diff) | |
download | freebsd-ports-gnome-f93aab8a8fca13161e184c515b151806b17770fc.tar.gz freebsd-ports-gnome-f93aab8a8fca13161e184c515b151806b17770fc.tar.zst freebsd-ports-gnome-f93aab8a8fca13161e184c515b151806b17770fc.zip |
sysutils/backuppc4: Fix pkg-message
Fix deprecated periodic variable name in pkg-message
PR: 219980
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11262
Diffstat (limited to 'sysutils/backuppc4')
-rw-r--r-- | sysutils/backuppc4/Makefile | 1 | ||||
-rw-r--r-- | sysutils/backuppc4/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/backuppc4/Makefile b/sysutils/backuppc4/Makefile index 00672598a542..f8c4fa7e7344 100644 --- a/sysutils/backuppc4/Makefile +++ b/sysutils/backuppc4/Makefile @@ -3,6 +3,7 @@ PORTNAME= backuppc PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/backuppc/backuppc/releases/download/${PORTVERSION}/ \ SF diff --git a/sysutils/backuppc4/files/pkg-message.in b/sysutils/backuppc4/files/pkg-message.in index d5713288a2f8..2efac6d40d07 100644 --- a/sysutils/backuppc4/files/pkg-message.in +++ b/sysutils/backuppc4/files/pkg-message.in @@ -18,7 +18,7 @@ To avoid excessive daily security run output consider adding the following line to /etc/periodic.conf: - daily_status_security_neggrpperm_enable="NO" + security_status_neggrpperm_enable="NO" - Users of Samba 4 smbclient should change debug level for smbclient restore command to 5 ('-d 5') in the main configuration, for instance |