diff options
author | agc <agc> | 2003-09-16 07:21:01 +0000 |
---|---|---|
committer | agc <agc> | 2003-09-16 07:21:01 +0000 |
commit | d5807cf5e48ed757329dde7c893aa106df7ff6df (patch) | |
tree | 0635496bcb561c0f7825f6e8ce16835df01af26f /security | |
parent | dc1d4cea02d100f7a16dd426295df06200c98494 (diff) | |
download | pkgsrc-d5807cf5e48ed757329dde7c893aa106df7ff6df.tar.gz |
Update audit-packages to 1.22:
Make an informational message clearer.
Diffstat (limited to 'security')
-rw-r--r-- | security/audit-packages/Makefile | 4 | ||||
-rw-r--r-- | security/audit-packages/files/download-vulnerability-list | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile index db247f02b91..e1aaf8e4e56 100644 --- a/security/audit-packages/Makefile +++ b/security/audit-packages/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2003/09/12 12:57:10 seb Exp $ +# $NetBSD: Makefile,v 1.31 2003/09/16 07:21:01 agc Exp $ -DISTNAME= audit-packages-1.21 +DISTNAME= audit-packages-1.22 WRKSRC= ${WRKDIR} CATEGORIES= security pkgtools MASTER_SITES= # empty diff --git a/security/audit-packages/files/download-vulnerability-list b/security/audit-packages/files/download-vulnerability-list index 3f2960a173e..0af6f51b7a4 100644 --- a/security/audit-packages/files/download-vulnerability-list +++ b/security/audit-packages/files/download-vulnerability-list @@ -1,6 +1,6 @@ #! @SH@ -# $NetBSD: download-vulnerability-list,v 1.17 2003/09/09 17:31:34 agc Exp $ +# $NetBSD: download-vulnerability-list,v 1.18 2003/09/16 07:21:03 agc Exp $ : ${PKGVULNDIR=@PKGVULNDIR@} @@ -61,7 +61,7 @@ fi # if we need the new file, move it into position if $neednew; then - echo "Package vulnerabilities file has been modified" + echo "Package vulnerabilities file has been updated" @CHMOD@ a+r ${NEW_VUL_LIST} @MV@ -f ${NEW_VUL_LIST} ${EXIST_VUL_LIST} else |