瀏覽代碼

kill crond before trying to umount /etc

Waldemar Brodkorb 15 年之前
父節點
當前提交
4be9df1c7f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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