[csw-devel] SF.net SVN: gar:[16085] csw/mgar/pkg/ca_certificates/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sun Nov 6 00:01:03 CET 2011
Revision: 16085
http://gar.svn.sourceforge.net/gar/?rev=16085&view=rev
Author: chninkel
Date: 2011-11-05 23:01:02 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
ca_certificates: some /opt/csw/etc -> /etc/opt/csw migration
Modified Paths:
--------------
csw/mgar/pkg/ca_certificates/trunk/Makefile
csw/mgar/pkg/ca_certificates/trunk/files/README.CSW
csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates
Modified: csw/mgar/pkg/ca_certificates/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/Makefile 2011-11-05 22:38:33 UTC (rev 16084)
+++ csw/mgar/pkg/ca_certificates/trunk/Makefile 2011-11-05 23:01:02 UTC (rev 16085)
@@ -33,10 +33,10 @@
PRESERVECONF = $(sysconfdir)/ca-certificates.conf
+MIGRATE_FILES = ca-certificates.conf
+
##### Build and installation information #####
-CONFIGURE_ARGS = $(DIRPATHS)
-
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS =
TEST_SCRIPTS =
@@ -62,9 +62,9 @@
ginstall -d "$(DESTDIR)/$(sysconfdir)/ssl"
ginstall -D "$(WORKDIR)/ca-certificates.conf" "$(DESTDIR)/$(sysconfdir)/ca-certificates.conf"
ginstall -d "$(DESTDIR)/$(sysconfdir)/ssl/certs"
- ginstall -d "$(DESTDIR)/$(sharedstatedir)/ca-certificates"
+ ginstall -d "$(DESTDIR)/$(sharedstatedir)/cacertificates"
ginstall -D "$(WORKDIR)/update-ca-certificates" "$(DESTDIR)/$(sbindir)/update-ca-certificates"
- ginstall -D "$(WORKDIR)/hash.db" "$(DESTDIR)/$(localstatedir)/cacertificates/hash.db"
+ ginstall -D "$(WORKDIR)/hash.db" "$(DESTDIR)/$(sharedstatedir)/cacertificates/hash.db"
ginstall -D "$(WORKDIR)/README.CSW" "$(DESTDIR)/$(docdir)/cacertificates/README.CSW"
ginstall -D "$(WORKDIR)/LICENSE" "$(DESTDIR)/$(docdir)/cacertificates/license"
Modified: csw/mgar/pkg/ca_certificates/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/files/README.CSW 2011-11-05 22:38:33 UTC (rev 16084)
+++ csw/mgar/pkg/ca_certificates/trunk/files/README.CSW 2011-11-05 23:01:02 UTC (rev 16085)
@@ -15,7 +15,7 @@
* How to disable a certificate ?
-Just edit the /opt/csw/etc/ca-certificates.conf file and add the full path of the
+Just edit the /etc/opt/csw/ca-certificates.conf file and add the full path of the
certificate prefixed by an exclamation mark, then launch:
/opt/csw/sbin/update-ca-certificates
@@ -43,8 +43,8 @@
pkg-get install openssl_utils (or pkg-util -i openssl_utils)
-Then either you add the full location of the certificate in /opt/csw/etc/ca-certificates.conf
-or you just copy the certificate in /opt/csw/etc/ssl/certs and make sure it has a
+Then either you add the full location of the certificate in /etc/opt/csw/ca-certificates.conf
+or you just copy the certificate in /etc/opt/csw/ssl/certs and make sure it has a
pem extension.
Eventually you launch the update-ca-certificate command:
Modified: csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates 2011-11-05 22:38:33 UTC (rev 16084)
+++ csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates 2011-11-05 23:01:02 UTC (rev 16085)
@@ -22,7 +22,7 @@
#
CACERTS_CONF=/etc/opt/csw/ca-certificates.conf
-CACERTS_DIR=/opt/csw/share/ca-certificates
+CACERTS_DIR=/opt/csw/share/cacertificates
CERTBUNDLE=ca-certificates.crt
CERTSDIR=/etc/opt/csw/ssl/certs
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