Fix permissions on /tmp when installing the runtime package.

Reported by:	many
Patch by:	Kyle Evans
PR:		217574
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-03-08 18:52:40 +00:00
parent a3afd05ce4
commit 696f00b67f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314916

View File

@ -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: {