Install the cron jobs with 744 perms.

--HG--
extra : convert_revision : 03e9b1e542f20c45d691b7fd2c7c17a794199209
This commit is contained in:
Juan RP 2009-03-29 07:23:39 +02:00
parent 9f081fbbb8
commit f7c1a34b88
4 changed files with 4 additions and 4 deletions

View file

@ -21,6 +21,6 @@ post_install()
{
sed -i -e "s|$XBPS_MASTERDIR||g" ${DESTDIR}/usr/bin/updatedb
# Insdtall the cron daily job.
install -D -m755 ${FILESDIR}/updatedb.cron-daily \
install -D -m744 ${FILESDIR}/updatedb.cron-daily \
${DESTDIR}/etc/cron.daily/updatedb
}

View file

@ -29,6 +29,6 @@ Add_dependency full lzma-utils
post_install()
{
# Install the cron daily job.
install -D -m755 ${FILESDIR}/man-db.cron-daily \
install -D -m744 ${FILESDIR}/man-db.cron-daily \
${DESTDIR}/etc/cron.daily/man-db
}

View file

@ -40,6 +40,6 @@ post_install()
done
# Install the cron daily job.
install -D -m755 ${FILESDIR}/shadow.cron-daily \
install -D -m744 ${FILESDIR}/shadow.cron-daily \
${DESTDIR}/etc/cron.daily/shadow
}

View file

@ -36,6 +36,6 @@ post_install()
mkdir -p ${DESTDIR}/var/lib/hwclock
# Install the cron daily job.
install -D -m755 ${FILESDIR}/adjtime.cron-hourly \
install -D -m744 ${FILESDIR}/adjtime.cron-hourly \
${DESTDIR}/etc/cron.hourly/adjtime
}