summaryrefslogtreecommitdiff
path: root/usr.sbin/mergemaster
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2000-11-01 07:21:56 +0000
committerDoug Barton <dougb@FreeBSD.org>2000-11-01 07:21:56 +0000
commitbc21bd54d0676f264a84e7b1addc803a208bc992 (patch)
tree9c9a8cd05519417c0ab1ceaa6c5725f090abb1d8 /usr.sbin/mergemaster
parent5558b041c819f9f27973d5081acb8e7dbb417430 (diff)
Notes
Diffstat (limited to 'usr.sbin/mergemaster')
-rwxr-xr-xusr.sbin/mergemaster/mergemaster.sh24
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/mergemaster/mergemaster.sh b/usr.sbin/mergemaster/mergemaster.sh
index 8b38a55d02fa..e7aee6aa16dc 100755
--- a/usr.sbin/mergemaster/mergemaster.sh
+++ b/usr.sbin/mergemaster/mergemaster.sh
@@ -754,6 +754,18 @@ case "${AUTO_RUN}" in
*) ;;
esac
+case "${AUTO_INSTALLED_FILES}" in
+'') ;;
+*)
+ (
+ echo ''
+ echo '*** You chose the automatic install option for files that did not exist'
+ echo ' on your system. The following files were installed for you:'
+ echo "${AUTO_INSTALLED_FILES}"
+ ) | ${PAGER}
+ ;;
+esac
+
case "${NEED_MAKEDEV}" in
'') ;;
*)
@@ -790,18 +802,6 @@ case "${NEED_PWD_MKDB}" in
;;
esac
-case "${AUTO_INSTALLED_FILES}" in
-'') ;;
-*)
- (
- echo ''
- echo '*** You chose the automatic install option for files that did not exist'
- echo ' on your system. The following files were installed for you:'
- echo "${AUTO_INSTALLED_FILES}"
- ) | ${PAGER}
- ;;
-esac
-
echo ''
if [ -r "${MM_EXIT_SCRIPT}" ]; then