SF.net SVN: gar:[22300] csw/mgar/pkg/ca_certificates/trunk/files/ CSWcacertificates.postinstall
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Fri Oct 25 11:51:54 CEST 2013
Revision: 22300
http://gar.svn.sourceforge.net/gar/?rev=22300&view=rev
Author: chninkel
Date: 2013-10-25 09:51:51 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
ca_certificates/trunk: remove nfs workaround as certificates are now under /etc
Modified Paths:
--------------
csw/mgar/pkg/ca_certificates/trunk/files/CSWcacertificates.postinstall
Modified: csw/mgar/pkg/ca_certificates/trunk/files/CSWcacertificates.postinstall
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/files/CSWcacertificates.postinstall 2013-10-24 19:04:27 UTC (rev 22299)
+++ csw/mgar/pkg/ca_certificates/trunk/files/CSWcacertificates.postinstall 2013-10-25 09:51:51 UTC (rev 22300)
@@ -1,16 +1,3 @@
-# workaround to not fail if /opt/csw is read-only
-# in the nfs-shared or sparse zone case
-# this is temporary until configuration is moved in /etc/opt/csw
-if touch /opt/csw/.ca_certificate.test 2>/dev/null; then
- rm -f /opt/csw/.ca_certificate.test
-else
- echo "WARNING: /opt/csw seems to be read-only, certification authorities list will not be updated."
- echo " If /opt/csw is shared by nfs or among solaris zones, this is normal and you don't have"
- echo " to worry about it, the certification authorities list present on the nfs server or in"
- echo " the global zone will be used."
- exit 0
-fi
-
# Update ca lists
if [ -n "${BASEDIR}" ]; then
chroot ${BASEDIR} /opt/csw/sbin/update-ca-certificates
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