mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Conform to wider English usage.
Submitted by: Royce Williams
This commit is contained in:
parent
33c207f0e2
commit
b698a3ab22
1 changed files with 2 additions and 2 deletions
|
|
@ -1046,7 +1046,7 @@ fetch_metadata () {
|
|||
return 0
|
||||
}
|
||||
|
||||
# Generated a filtered version of the metadata file $1 from the downloaded
|
||||
# Generate a filtered version of the metadata file $1 from the downloaded
|
||||
# file, by fishing out the lines corresponding to components we're trying
|
||||
# to keep updated, and then removing lines corresponding to paths we want
|
||||
# to ignore.
|
||||
|
|
@ -1521,7 +1521,7 @@ fetch_warn_eol () {
|
|||
if [ ${EOLTIME} -lt ${NOWTIME} ]; then
|
||||
echo
|
||||
cat <<-EOF
|
||||
WARNING: `uname -sr` HAS PAST ITS END-OF-LIFE DATE.
|
||||
WARNING: `uname -sr` HAS PASSED ITS END-OF-LIFE DATE.
|
||||
Any security issues discovered after `date -r ${EOLTIME}`
|
||||
will not have been corrected.
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue