svn commit: r542236 - head/sysutils/samdruckerclientshell

Dan Langille dvl at FreeBSD.org
Tue Jul 14 20:51:30 UTC 2020


Author: dvl
Date: Tue Jul 14 20:51:27 2020
New Revision: 542236
URL: https://svnweb.freebsd.org/changeset/ports/542236

Log:
  chmod 0640 etc/samdrucker/samdrucker.conf.sample
  
  I was thinking of another project when I did 550
  
  Why chmod g= ?
  
  Because we never know what might go in there one day.

Modified:
  head/sysutils/samdruckerclientshell/Makefile
  head/sysutils/samdruckerclientshell/pkg-plist

Modified: head/sysutils/samdruckerclientshell/Makefile
==============================================================================
--- head/sysutils/samdruckerclientshell/Makefile	Tue Jul 14 20:38:05 2020	(r542235)
+++ head/sysutils/samdruckerclientshell/Makefile	Tue Jul 14 20:51:27 2020	(r542236)
@@ -2,6 +2,7 @@
 
 PORTNAME=	SamDruckerClientShell
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=   GH
 

Modified: head/sysutils/samdruckerclientshell/pkg-plist
==============================================================================
--- head/sysutils/samdruckerclientshell/pkg-plist	Tue Jul 14 20:38:05 2020	(r542235)
+++ head/sysutils/samdruckerclientshell/pkg-plist	Tue Jul 14 20:51:27 2020	(r542236)
@@ -1,6 +1,6 @@
 bin/samdrucker.sh
 etc/periodic/daily/999-samdrucker-client
- at sample(,,550) etc/samdrucker/samdrucker.conf.sample
+ at sample(,,0640) etc/samdrucker/samdrucker.conf.sample
 
 @dir etc/periodic/daily
 @dir etc/samdrucker


More information about the svn-ports-all mailing list