Author: nwhitehorn Date: Wed Jul 13 13:25:12 2011 New Revision: 223980 URL: http://svn.freebsd.org/changeset/base/223980
Log: Run newaliases at the end of the install process. Submitted by: kevlo Modified: head/usr.sbin/bsdinstall/scripts/config Modified: head/usr.sbin/bsdinstall/scripts/config ============================================================================== --- head/usr.sbin/bsdinstall/scripts/config Wed Jul 13 12:53:52 2011 (r223979) +++ head/usr.sbin/bsdinstall/scripts/config Wed Jul 13 13:25:12 2011 (r223980) @@ -30,3 +30,7 @@ cat $BSDINSTALL_TMPETC/rc.conf.* >> $BSD rm $BSDINSTALL_TMPETC/rc.conf.* cp $BSDINSTALL_TMPETC/* $BSDINSTALL_CHROOT/etc + +# Set up other things from installed config +chroot $BSDINSTALL_CHROOT /usr/bin/newaliases + _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"