svn commit: r344806 - stable/11/usr.sbin/freebsd-update
Ed Maste
emaste at FreeBSD.org
Tue Mar 5 18:23:56 UTC 2019
Author: emaste
Date: Tue Mar 5 18:23:55 2019
New Revision: 344806
URL: https://svnweb.freebsd.org/changeset/base/344806
Log:
MFC r343412: Fix a typo/wordsmith a description modified in [MFC of r343407]
Modified:
stable/11/usr.sbin/freebsd-update/freebsd-update.sh
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- stable/11/usr.sbin/freebsd-update/freebsd-update.sh Tue Mar 5 18:23:31 2019 (r344805)
+++ stable/11/usr.sbin/freebsd-update/freebsd-update.sh Tue Mar 5 18:23:55 2019 (r344806)
@@ -1922,8 +1922,9 @@ fetch_create_manifest () {
# Report to the user if any updates were avoided due to local changes
if [ -s modifiedfiles ]; then
cat - modifiedfiles <<- EOF | ${PAGER}
- The folling files are affected by updates but no changes have
- been downloaded because the files have been modified locally:
+ The following files are affected by updates. No changes have
+ been downloaded, however, because the files have been modified
+ locally:
EOF
fi
rm modifiedfiles
More information about the svn-src-stable-11
mailing list