summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mergemaster/mergemaster.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mergemaster/mergemaster.sh')
-rwxr-xr-xusr.sbin/mergemaster/mergemaster.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/mergemaster/mergemaster.sh b/usr.sbin/mergemaster/mergemaster.sh
index 1b0753b..a723214 100755
--- a/usr.sbin/mergemaster/mergemaster.sh
+++ b/usr.sbin/mergemaster/mergemaster.sh
@@ -651,17 +651,14 @@ case "${RERUN}" in
;;
esac
- # Avoid comparing the motd if the user specifies it in .mergemasterrc
- # Compatibility shim to be removed in FreeBSD 9.x
case "${IGNORE_MOTD}" in
- '') ;;
- *) IGNORE_FILES="${IGNORE_FILES} /etc/motd"
+ *)
echo ''
echo "*** You have the IGNORE_MOTD option set in your mergemaster rc file."
echo " This option is deprecated in favor of the IGNORE_FILES option."
echo " Please update your rc file accordingly."
echo ''
- press_to_continue
+ exit 1
;;
esac
OpenPOWER on IntegriCloud