Module Name:    src
Committed By:   christos
Date:           Mon Dec 31 23:21:27 UTC 2012

Modified Files:
        src/etc/rc.d: bootconf.sh

Log Message:
add a sync to make it less likely to boot with /etc pointing to nothing after
a crash.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/etc/rc.d/bootconf.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/rc.d/bootconf.sh
diff -u src/etc/rc.d/bootconf.sh:1.14 src/etc/rc.d/bootconf.sh:1.15
--- src/etc/rc.d/bootconf.sh:1.14	Mon Nov  1 10:42:08 2010
+++ src/etc/rc.d/bootconf.sh	Mon Dec 31 18:21:27 2012
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: bootconf.sh,v 1.14 2010/11/01 14:42:08 christos Exp $
+# $NetBSD: bootconf.sh,v 1.15 2012/12/31 23:21:27 christos Exp $
 #
 
 # PROVIDE: bootconf
@@ -74,6 +74,7 @@ bootconf_start()
 	*)
 		rm -f /etc/etc.current
 		ln -s etc.$conf /etc/etc.current
+		sync
 		;;
 	esac
 

Reply via email to