diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-03-23 15:14:51 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-03-23 15:14:51 +0000 |
commit | 51383ab6d44fbfb591a859d44f4b539f89b4eecf (patch) | |
tree | 044dc59fc6d9687b858a590e8b8e88c86c06e982 /etc | |
parent | 74aca4c4e5206b37dc5fae10b3d3e0ef6154c624 (diff) |
Small rewording to remove ambiguity.
A package can actually "change" after an update even if its version does
not and yet it will not appear in the security(8) output.
wording by eric@
ok mbalmer@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/security | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security index 1277106ff87..14abf75c900 100644 --- a/etc/security +++ b/etc/security @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: security,v 1.81 2008/07/23 16:05:47 sthen Exp $ +# $OpenBSD: security,v 1.82 2009/03/23 15:14:50 ajacoutot Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # @@ -753,7 +753,7 @@ if pkg_info > $file 2>&1 ; then if [ -s $CUR ] ; then diff -u $CUR $file > $OUTPUT if [ -s $OUTPUT ] ; then - echo "\n======\nInstalled package changes (-OLD +NEW)\n======" + echo "\n======\nPackage list changes (-OLD +NEW)\n======" cat $OUTPUT cp -p $CUR $BACK cp -p $file $CUR |