mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Change permissions for initial install of maillog file to 640. (from 644)
Pointed out by: rwatson
This commit is contained in:
parent
dbae8e5b46
commit
7032f49f4d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83561
@ -136,7 +136,7 @@ distribution:
|
||||
${DESTDIR}/var/db/locate.database
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
||||
${DESTDIR}/var/log/lpd-errs
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
|
||||
${DESTDIR}/var/log/maillog
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
||||
${DESTDIR}/var/log/lastlog
|
||||
|
Loading…
Reference in New Issue
Block a user