summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-09-11 20:39:41 +0000
committerdteske <dteske@FreeBSD.org>2015-09-11 20:39:41 +0000
commitbc7a1b0134c67454b9d5c7c01b7f3c9aac766585 (patch)
treea43e38ada07c449b8b8dc2b02bba017d7d7443e4 /usr.sbin/bsdinstall
parent2a0c9817c795eaf2bf7607d8cc9b36975aaca160 (diff)
downloadFreeBSD-src-bc7a1b0134c67454b9d5c7c01b7f3c9aac766585.zip
FreeBSD-src-bc7a1b0134c67454b9d5c7c01b7f3c9aac766585.tar.gz
Ignore error results from newaliases(1)
MFC after: 3 days X-MFC-to: stable/10
Diffstat (limited to 'usr.sbin/bsdinstall')
-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 bc3d723..4f189fe 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