Explorar el Código

kill crond before trying to umount /etc

Waldemar Brodkorb hace 15 años
padre
commit
4be9df1c7f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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