mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
Bruce Evans is right - this shouldn't touch /etc *at all* and I should
have nuked it, not fixed it. No longer install /etc/localtime. Reviewed by: Submitted by:
This commit is contained in:
parent
5398226dc7
commit
6acd8e2475
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2025
@ -130,9 +130,6 @@ right_posix: right_only other_two
|
||||
|
||||
install: maninstall ${DATA} ${REDO}
|
||||
(cd ${.CURDIR}/datfiles && ../obj/zic -d ${TZDIR} -p ${POSIXRULES})
|
||||
rm -f ${DESTDIR}/etc/localtime
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
|
||||
chown -R ${BINOWN}.${BINGRP} ${TZDIR}
|
||||
chmod -R a-w ${TZDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user