Lancement de configure a chaque demarrage de fcron
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 8 Mar 2011 03:48:01 +0000 (03:48 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 8 Mar 2011 03:48:01 +0000 (03:48 +0000)
stage3/TODO
stage3/bootscripts/fcron
stage3/pkg/fcron

index b2c12f1..4a60846 100644 (file)
@@ -25,8 +25,6 @@ XF86: Clavier selon sysinfos, et aussi loadkeys selon sysinfos. Combiner
       les deux variables en une seule (utiliser un tableau pour sélectionner
       ensuite les deux valeurs distinctes).
 
-Server: install Lynx text-based browser
-
 Créer un répertoire unique pour les icons et copier tous les icons dedans
 "/usr/share/icons" par exemple.
 
index d26e880..9fd60a8 100755 (executable)
@@ -7,10 +7,16 @@ source /etc/rc.d/init.d/functions
 
 log_script_name "$0 $*"
 
+fcron_start()
+{
+    /etc/fcron/configure
+    loadproc fcron -b -c /etc/fcron/fcron.conf
+}
+
 # See how we were called.
 case "$1" in
     start)
-        cmd_run_log_box_warn "Starting fcron" loadproc fcron -b -c /etc/fcron/fcron.conf
+        cmd_run_log_box_warn "Starting fcron" fcron_start
         ;;
     
     stop)
index 46bd07d..4b8c768 100644 (file)
@@ -70,6 +70,7 @@ for f in /etc/fcron/fcron.d/*; do
     cat $f >> /etc/fcron/fcron.tab
 done
 
+chown -R root:fcron /etc/fcron
 chmod 640 /etc/fcron/fcron.tab
 
 fcrontab -c /etc/fcron/fcron.conf /etc/fcron/fcron.tab