shadow: /etc/default/useradd 644.

This commit is contained in:
Juan RP 2014-09-22 13:25:15 +02:00
parent 8bf354cd13
commit bb566aa0ce
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ post_install() {
# Change default group to the users gid (100). # Change default group to the users gid (100).
sed -i -e 's/^\(GROUP\)=\(.*\)$/\1=100/' ${DESTDIR}/etc/default/useradd sed -i -e 's/^\(GROUP\)=\(.*\)$/\1=100/' ${DESTDIR}/etc/default/useradd
chmod 644 ${DESTDIR}/etc/default/useradd
# Install the cron daily job. # Install the cron daily job.
install -Dm744 ${FILESDIR}/shadow.cron-daily \ install -Dm744 ${FILESDIR}/shadow.cron-daily \
${DESTDIR}/etc/cron.daily/shadow ${DESTDIR}/etc/cron.daily/shadow