SF.net SVN: gar:[22303] csw/mgar/pkg/ca_certificates/trunk/files/ CSWcacertificates.postremove

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Fri Oct 25 11:58:30 CEST 2013


Revision: 22303
          http://gar.svn.sourceforge.net/gar/?rev=22303&view=rev
Author:   chninkel
Date:     2013-10-25 09:58:30 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
ca_certificates/trunk: update postinstall script to take into account the configuration location migration

Modified Paths:
--------------
    csw/mgar/pkg/ca_certificates/trunk/files/CSWcacertificates.postremove

Modified: csw/mgar/pkg/ca_certificates/trunk/files/CSWcacertificates.postremove
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/files/CSWcacertificates.postremove	2013-10-25 09:52:38 UTC (rev 22302)
+++ csw/mgar/pkg/ca_certificates/trunk/files/CSWcacertificates.postremove	2013-10-25 09:58:30 UTC (rev 22303)
@@ -2,7 +2,7 @@
 # We remove all dead links in /opt/csw/etc/ssl/certs/, 
 # that should remove all the links to the cerfificates
 # provided in this package
-find /opt/csw/etc/ssl/certs/ -type l | while read FILE; do 
+find /etc/opt/csw/ssl/certs/ -type l | while read FILE; do 
 	[ -f "$FILE" ] || rm -f "$FILE"
 done
 rm -f /opt/csw/etc/ssl/certs/ca-certificates.crt

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list