diff --git a/etc/rc.d/bootconf.sh b/etc/rc.d/bootconf.sh index efca8aa187af..1e2defa82a90 100755 --- a/etc/rc.d/bootconf.sh +++ b/etc/rc.d/bootconf.sh @@ -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