svn commit: r315042 - stable/11/release/packages
Glen Barber
gjb at FreeBSD.org
Sat Mar 11 02:12:40 UTC 2017
Author: gjb
Date: Sat Mar 11 02:12:39 2017
New Revision: 315042
URL: https://svnweb.freebsd.org/changeset/base/315042
Log:
MFC r314916:
Fix permissions on /tmp when installing the runtime package.
PR: 217574
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/packages/runtime.ucl
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/release/packages/runtime.ucl
==============================================================================
--- stable/11/release/packages/runtime.ucl Sat Mar 11 00:11:20 2017 (r315041)
+++ stable/11/release/packages/runtime.ucl Sat Mar 11 02:12:39 2017 (r315042)
@@ -20,6 +20,7 @@ scripts: {
post-install = <<EOD
cap_mkdb %CAP_MKDB_ENDIAN% ${PKG_ROOTDIR}/etc/login.conf
pwd_mkdb %PWD_MKDB_ENDIAN% -i -p -d ${PKG_ROOTDIR}/etc ${PKG_ROOTDIR}/etc/master.passwd
+ chmod 1777 ${PKG_ROOTDIR}/tmp
EOD
}
deps: {
More information about the svn-src-stable-11
mailing list