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.
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)
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