summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/scripts/config
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-11-02 22:11:19 +0000
committerdteske <dteske@FreeBSD.org>2015-11-02 22:11:19 +0000
commit8fd4a44c75f5b5b02db01d9d3db949bd81c94bda (patch)
tree193124854ff1022b63e5b8b74a594790c553e803 /usr.sbin/bsdinstall/scripts/config
parentb61918fd352d70f9fa2e3d19d34283da64dbfb6d (diff)
downloadFreeBSD-src-8fd4a44c75f5b5b02db01d9d3db949bd81c94bda.zip
FreeBSD-src-8fd4a44c75f5b5b02db01d9d3db949bd81c94bda.tar.gz
MFC r287683: Ignore error results from newaliases(1)
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/config')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/scripts/config b/usr.sbin/bsdinstall/scripts/config
index 57358cf..ebb1dff 100755
--- a/usr.sbin/bsdinstall/scripts/config
+++ b/usr.sbin/bsdinstall/scripts/config
@@ -45,6 +45,8 @@ cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHROOT/boot
# Set up other things from installed config
chroot $BSDINSTALL_CHROOT /usr/bin/newaliases > /dev/null 2>&1
+exit $SUCCESS
+
################################################################################
# END
################################################################################
OpenPOWER on IntegriCloud