shadow: /etc/default/useradd 644.
This commit is contained in:
parent
8bf354cd13
commit
bb566aa0ce
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue