Ignore error results from newaliases(1)

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
dteske 2015-09-11 20:39:41 +00:00
parent 2a0c9817c7
commit bc7a1b0134

View File

@ -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
################################################################################