Module Name: src Committed By: christos Date: Sun Jan 26 01:57:04 UTC 2014
Modified Files: src/usr.sbin/pwd_mkdb: pwd_mkdb.c Log Message: Fix the "separate root" test. If we get a permission error check for separate root. But if we get ENOENT, always succeed. Otherwise if someone removes the db files or they get corrupted, you can never recreate them. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.sbin/pwd_mkdb/pwd_mkdb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.