Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2011 13:25:12 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223980 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201107131325.p6DDPC3g086237@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107131325.p6DDPC3g086237>