mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
fcron: Fix permissions of configuration files.
Some people had trouble with building the package on Ubuntu 10.10. http://forum.ipfire.org/index.php?topic=5107.msg38692#msg38692
This commit is contained in:
@@ -102,6 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
echo "Place scripts run weekly here ..." > /etc/fcron.weekly/info.txt
|
echo "Place scripts run weekly here ..." > /etc/fcron.weekly/info.txt
|
||||||
echo "Place scripts run monthly here ..." > /etc/fcron.monthly/info.txt
|
echo "Place scripts run monthly here ..." > /etc/fcron.monthly/info.txt
|
||||||
|
|
||||||
|
chmod 640 /etc/fcron.{conf,allow,deny}
|
||||||
/usr/bin/fcrontab $(DIR_SRC)/config/cron/crontab
|
/usr/bin/fcrontab $(DIR_SRC)/config/cron/crontab
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user