Date: Tue, 14 Jul 2020 20:51:28 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542236 - head/sysutils/samdruckerclientshell Message-ID: <202007142051.06EKpSrW008265@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@sample(,,550) etc/samdrucker/samdrucker.conf.sample +@sample(,,0640) etc/samdrucker/samdrucker.conf.sample @dir etc/periodic/daily @dir etc/samdrucker
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007142051.06EKpSrW008265>