svn commit: r223980 - head/usr.sbin/bsdinstall/scripts

Nathan Whitehorn nwhitehorn at FreeBSD.org
Wed Jul 13 13:25:13 UTC 2011


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
+


More information about the svn-src-all mailing list