Parcourir la source

kill crond before trying to umount /etc

Waldemar Brodkorb il y a 15 ans
Parent
commit
4be9df1c7f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package/base-files/src/sbin/adkupdate

+ 1 - 0
package/base-files/src/sbin/adkupdate

@@ -29,6 +29,7 @@ check_exit() {
 prepare() {
 	cd /
 	if [ -x /sbin/cfgfs ];then
+		pkill crond
 		umount -f /etc
 		check_exit
 	fi