Revision: 2691
          http://gar.svn.sourceforge.net/gar/?rev=2691&view=rev
Author:   chninkel
Date:     2008-12-23 23:59:15 +0000 (Tue, 23 Dec 2008)

Log Message:
-----------
ca_certificates: fixed certificates exclusion

Modified Paths:
--------------
    csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates

Modified: csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates     
2008-12-23 23:31:29 UTC (rev 2690)
+++ csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates     
2008-12-23 23:59:15 UTC (rev 2691)
@@ -61,7 +61,7 @@
                [ -n "$CERTFILE" ] && find_certfile "$CERTFILE"
        done | sort -u | {
                while read CERTFILE; do
-                       grep -w "$CERTFILE" /tmp/update-ca-certificates.tmp.$$ 
>/dev/null || echo "$CERTFILE"
+                       grep "^$CERTFILE$" /tmp/update-ca-certificates.tmp.$$ 
>/dev/null || echo "$CERTFILE"
                done
        }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to