https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196311
Brooks Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Closed Resolution|--- |Works As Intended --- Comment #4 from Brooks Davis <[email protected]> --- You can avoid this problem with the DB_FROM_SRC make variable to use the passwd and group files in the source tree instead of the installed system. For example: # make installworld DESTDIR=${NFSROOTDIR} -DDB_FROM_SRC This failure mode has been around forever. Unfortunately, it is not entirely safe to enable DB_FROM_SRC by default as there may be different uid/gid values on the target system. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
