1 # 2 # this is a sample postsetup script for OpenBSD 3.1 3 # 4 # an example of specific commands to use INSTEAD of the best guess 5 # in setup_chroot.sh 6 # 7 8 grep $targetuser /etc/master.passwd > $targetdir/etc/master.passwd 9 pwd_mkdb -d "$targetdir/etc" $targetdir/etc/master.passwd 10 rm -rf $targetdir/etc/master.passwd $targetdir/etc/spwd.db