diff options
author | cperciva <cperciva@FreeBSD.org> | 2010-09-10 19:20:52 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2010-09-10 19:20:52 +0000 |
commit | 36a61709f238868bc20977494d20334c77fbd101 (patch) | |
tree | d7e69ad780d8c92329e52be72605479c05139123 /usr.sbin/freebsd-update | |
parent | 207cb0601ba55f794cfc2df5980623afd3542342 (diff) | |
download | FreeBSD-src-36a61709f238868bc20977494d20334c77fbd101.zip FreeBSD-src-36a61709f238868bc20977494d20334c77fbd101.tar.gz |
Remind the user that he needs to run 'freebsd-update install' to install
new bits after downloading them using 'freebsd-update upgrade'.
Submitted by: bapt
MFC after: 1 month
Diffstat (limited to 'usr.sbin/freebsd-update')
-rw-r--r-- | usr.sbin/freebsd-update/freebsd-update.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh index e1453c6..0539eb3 100644 --- a/usr.sbin/freebsd-update/freebsd-update.sh +++ b/usr.sbin/freebsd-update/freebsd-update.sh @@ -2528,6 +2528,10 @@ upgrade_run () { # Leave a note behind to tell the "install" command that the kernel # needs to be installed before the world. touch ${BDHASH}-install/kernelfirst + + # Remind the user that they need to run "freebsd-update install" + # to install the downloaded bits, in case they didn't RTFM. + echo "To install the downloaded upgrades, run \"$0 install\"." } # Make sure that all the file hashes mentioned in $@ have corresponding |