Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 20:39:41 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287683 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201509112039.t8BKdfe8033276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Fri Sep 11 20:39:41 2015
New Revision: 287683
URL: https://svnweb.freebsd.org/changeset/base/287683

Log:
  Ignore error results from newaliases(1)
  
  MFC after:	3 days
  X-MFC-to:	stable/10

Modified:
  head/usr.sbin/bsdinstall/scripts/config

Modified: head/usr.sbin/bsdinstall/scripts/config
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/config	Fri Sep 11 17:24:19 2015	(r287682)
+++ head/usr.sbin/bsdinstall/scripts/config	Fri Sep 11 20:39:41 2015	(r287683)
@@ -45,6 +45,8 @@ cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHR
 # Set up other things from installed config
 chroot $BSDINSTALL_CHROOT /usr/bin/newaliases > /dev/null 2>&1
 
+exit $SUCCESS
+
 ################################################################################
 # END
 ################################################################################



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