Skip to content

Commit

Permalink
HBSD: fixed merge conflict in bsdinstall
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Pinter <[email protected]>
  • Loading branch information
opntr committed Sep 14, 2017
1 parent ed3e694 commit 96eb3e0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions usr.sbin/bsdinstall/scripts/checksum
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,16 @@ for dist in $DISTRIBUTIONS; do
percentage=$(echo $percentage + 100/`echo $DISTRIBUTIONS | wc -w` | bc)
else
eval "status_$distname=1"
<<<<<<< HEAD
dialog --backtitle "HardenedBSD Installer" --title "Error" \
--msgbox "The checksum for $dist does not match. It may have become corrupted, and should be redownloaded." 0 0
=======
case $(/bin/freebsd-version -u) in
*-ALPHA*|*-CURRENT|*-STABLE|*-PRERELEASE)
dialog --backtitle "FreeBSD Installer" --title "Error" \
--msgbox "The checksum for $dist does not match. It may have become corrupted, or it may be from a newer version of FreeBSD. Please check for a newer snapshot." 0 0
dialog --backtitle "HardenedBSD Installer" --title "Error" \
--msgbox "The checksum for $dist does not match. It may have become corrupted, or it may be from a newer version of HardenedBSD. Please check for a newer version/snapshot." 0 0
;;
*)
dialog --backtitle "FreeBSD Installer" --title "Error" \
dialog --backtitle "HardenedBSD Installer" --title "Error" \
--msgbox "The checksum for $dist does not match. It may have become corrupted, and should be redownloaded." 0 0
;;
esac
>>>>>>> origin/freebsd/11-stable/master
exit 1
fi
done
Expand Down

0 comments on commit 96eb3e0

Please sign in to comment.