svn commit: r444425 - in head/sysutils/backuppc4: . files

Danilo G. Baio dbaio at FreeBSD.org
Mon Jun 26 22:50:59 UTC 2017


Author: dbaio
Date: Mon Jun 26 22:50:57 2017
New Revision: 444425
URL: https://svnweb.freebsd.org/changeset/ports/444425

Log:
  sysutils/backuppc4: Fix pkg-message
  
  Fix deprecated periodic variable name in pkg-message
  
  PR:		219980
  Submitted by:	Alexander Moisseev <moiseev at mezonplus.ru> (maintainer)
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11262

Modified:
  head/sysutils/backuppc4/Makefile
  head/sysutils/backuppc4/files/pkg-message.in

Modified: head/sysutils/backuppc4/Makefile
==============================================================================
--- head/sysutils/backuppc4/Makefile	Mon Jun 26 22:50:12 2017	(r444424)
+++ head/sysutils/backuppc4/Makefile	Mon Jun 26 22:50:57 2017	(r444425)
@@ -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

Modified: head/sysutils/backuppc4/files/pkg-message.in
==============================================================================
--- head/sysutils/backuppc4/files/pkg-message.in	Mon Jun 26 22:50:12 2017	(r444424)
+++ head/sysutils/backuppc4/files/pkg-message.in	Mon Jun 26 22:50:57 2017	(r444425)
@@ -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


More information about the svn-ports-all mailing list