void-packages/srcpkgs/fcron/INSTALL
Andrea Brancaleoni 1e57b1d7d6 Revert "fcron: build PIE"
This reverts commit 5ee37a8fdc.
2015-08-24 13:48:17 +02:00

19 lines
499 B
Plaintext

# *-*-shell-*-*
#
case ${ACTION} in
post)
# fix permissions and owners
chown fcron:fcron usr/bin/fcrontab usr/bin/fcrondyn
chown root:fcron usr/bin/fcronsighup
chmod 110 usr/bin/fcron
chmod 4110 usr/bin/fcronsighup
chmod 6111 usr/bin/fcrontab usr/bin/fcrondyn
chown root:fcron etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny
chmod 640 etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny
chown fcron:fcron var/spool/fcron
chmod 770 var/spool/fcron
;;
esac