소스 검색

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