Module Name:    src
Committed By:   christos
Date:           Thu Jun 18 22:00:04 UTC 2009

Modified Files:
        src/etc/rc.d: sysdb

Log Message:
now that pwd_mkdb does not change the version, warn if we still have version
0 databases.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/etc/rc.d/sysdb

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/sysdb
diff -u src/etc/rc.d/sysdb:1.20 src/etc/rc.d/sysdb:1.21
--- src/etc/rc.d/sysdb:1.20	Sun Aug 26 19:55:50 2007
+++ src/etc/rc.d/sysdb	Thu Jun 18 18:00:04 2009
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: sysdb,v 1.20 2007/08/26 23:55:50 dyoung Exp $
+# $NetBSD: sysdb,v 1.21 2009/06/18 22:00:04 christos Exp $
 #
 
 # PROVIDE: sysdb
@@ -68,7 +68,7 @@
 build_password()
 {
 	local p=/etc/master.passwd
-	check_file $p /etc/spwd.db pwd_mkdb $p
+	check_file $p /etc/spwd.db pwd_mkdb -w $p
 }
 
 build_utmp()

Reply via email to