Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 22:50:58 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444425 - in head/sysutils/backuppc4: . files
Message-ID:  <201706262250.v5QMowTU053455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706262250.v5QMowTU053455>