Indication d'un paquet installé par fichier <paquet>.done au lieu d'écrire l'informat...
[hvlinux.git] / stage3 / pkg / fcron
index 46bd07d..1397f71 100644 (file)
@@ -57,7 +57,7 @@ editor     = /usr/bin/nano
 EOF
     chmod 640 /etc/fcron/fcron.conf
 
-    install -d /var/spool/fcron
+    install -v -d /var/spool/fcron
     chown fcron.fcron /var/spool/fcron
 
     cat > /etc/fcron/configure << "EOF"
@@ -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