pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/33253: security/audit-packages: small cleanups



The following reply was made to PR pkg/33253; it has been noted by GNATS.

From: Ben Collver <collver%peak.org@localhost>
To: Auster <lrou%rtk0.lneuro.x.ua@localhost>
Cc: gnats-bugs%netbsd.org@localhost, agc%NetBSD.org@localhost
Subject: Re: pkg/33253: security/audit-packages: small cleanups
Date: Sat, 15 Apr 2006 06:28:19 -0700

 It may be simpler to fix audit-packages to match the documentation.
 
 Cheers,
 
 Ben
 
 
 Index: security/audit-packages/files/audit-packages
 ===================================================================
 RCS file: /cvsroot/pkgsrc/security/audit-packages/files/audit-packages,v
 retrieving revision 1.26
 diff -u -r1.26 audit-packages
 --- security/audit-packages/files/audit-packages       21 Nov 2005 10:39:50 
-0000      1.26
 +++ security/audit-packages/files/audit-packages       15 Apr 2006 13:27:11 
-0000
 @@ -112,9 +112,13 @@
                ign="${ign#*:}"
                pkg_patterns="$pkg_patterns $ign"
                ;;
 -      *)
 +      vulnid:*)
 +              ign="${ign#*:}"
                vulnids="$vulnids $ign"
                ;;
 +      *)
 +              usage "$0" "Unknown ignore token $ign"
 +              ;;
        esac
  done
  
 



Home | Main Index | Thread Index | Old Index