mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +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:
committed by
Arne Fitzenreiter
parent
adc9102075
commit
a6cbada13e
@@ -102,6 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
echo "Place scripts run weekly here ..." > /etc/fcron.weekly/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
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user