SVN: security/removeReservedCVE.sh

shadzik shadzik at pld-linux.org
Mon Sep 14 20:55:34 CEST 2009


Author: shadzik
Date: Mon Sep 14 20:55:34 2009
New Revision: 10602

Modified:
   security/removeReservedCVE.sh
Log:
- cleanup


Modified: security/removeReservedCVE.sh
==============================================================================
--- security/removeReservedCVE.sh	(original)
+++ security/removeReservedCVE.sh	Mon Sep 14 20:55:34 2009
@@ -1,7 +1,5 @@
 #!/bin/bash
 
-remove=no
-
 for cve in $(ls -1 ~/www/cache/CVE*); do 
 	grep -q "RESERVED" $cve && rm -f $cve
 done


More information about the pld-cvs-commit mailing list