aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdfly-update11
1 files changed, 7 insertions, 4 deletions
diff --git a/dfly-update b/dfly-update
index 678a861..ecd8c1f 100755
--- a/dfly-update
+++ b/dfly-update
@@ -551,10 +551,13 @@ postupgrade() {
echo "+---------------------------------------------------------+"
find -s /etc -name "*.${NEW_SUF}" | sort
- echo "+---------------------------------------------------------+"
- echo "Upgrade the packages by:"
- echo " # pkg upgrade -f"
- echo "+=========================================================+"
+ cat << _EOF_
++---------------------------------------------------------+
+After manually merge the above files, reboot into the new
+system, and upgrade the packages with:
+ # pkg upgrade -f
++=========================================================+
+_EOF_
}