Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Dec 2013 20:35:03 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335632 - in head: . security/trousers
Message-ID:  <201312042035.rB4KZ34v075167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed Dec  4 20:35:02 2013
New Revision: 335632
URL: http://svnweb.freebsd.org/changeset/ports/335632

Log:
  Fix build.
  
  Reported by:	pkg-fallout

Modified:
  head/GIDs
  head/security/trousers/Makefile
  head/security/trousers/pkg-plist

Modified: head/GIDs
==============================================================================
--- head/GIDs	Wed Dec  4 20:26:01 2013	(r335631)
+++ head/GIDs	Wed Dec  4 20:35:02 2013	(r335632)
@@ -185,7 +185,7 @@ pulse-access:*:564:
 assp:*:587:
 avahi-autoipd:*:588:
 _xsi:*:600:
-_tss:*:601:_tss
+_tss:*:601:
 _pkcs11:*:602:_pkcs11
 freeswitch:*:610:
 monkeysphere:*:641:

Modified: head/security/trousers/Makefile
==============================================================================
--- head/security/trousers/Makefile	Wed Dec  4 20:26:01 2013	(r335631)
+++ head/security/trousers/Makefile	Wed Dec  4 20:35:02 2013	(r335632)
@@ -61,7 +61,7 @@ run-autotools-autoreconf:
 	@cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
 
 post-install:
-	${INSTALL_DATA} -o ${USERS} -g ${GROUPS} -m 0600 \
+	${INSTALL_DATA} \
 	    ${WRKSRC}/dist/tcsd.conf ${STAGEDIR}${PREFIX}/etc/tcsd.conf.dist
 
 .include <bsd.port.mk>

Modified: head/security/trousers/pkg-plist
==============================================================================
--- head/security/trousers/pkg-plist	Wed Dec  4 20:26:01 2013	(r335631)
+++ head/security/trousers/pkg-plist	Wed Dec  4 20:35:02 2013	(r335632)
@@ -122,6 +122,8 @@ man/man5/tcsd.conf.5.gz
 man/man8/tcsd.8.gz
 @unexec cmp -s %D/etc/tcsd.conf %D/etc/tcsd.conf.dist && rm -f %D/etc/tcsd.conf || true
 etc/tcsd.conf.dist
+@exec chown _tss:_tss %D/etc/tcsd.conf.dist
+@exec chmod 0600 %D/etc/tcsd.conf.dist
 @exec [ -f %D/etc/tcsd.conf ] || cp -p %D/etc/tcsd.conf.dist %D/etc/tcsd.conf
 @dirrmtry var/lib/tpm
 @dirrmtry var/lib



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