[pkg-kolab] r602 - in kolabd/trunk/debian: . patches
opensides-guest at alioth.debian.org
opensides-guest at alioth.debian.org
Wed Jun 6 22:50:41 UTC 2007
Author: opensides-guest
Date: 2007-06-06 22:50:40 +0000 (Wed, 06 Jun 2007)
New Revision: 602
Added:
kolabd/trunk/debian/patches/90-kolab-ssl-certs
Modified:
kolabd/trunk/debian/changelog
kolabd/trunk/debian/patches/00list
Log:
Corrected kolab_ssl_certs
Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog 2007-06-06 11:05:50 UTC (rev 601)
+++ kolabd/trunk/debian/changelog 2007-06-06 22:50:40 UTC (rev 602)
@@ -4,7 +4,8 @@
* Corrected README.Debian part 7 Resource manager
* Added an explanation in README.Debian when transport_maps is no needed
in postfix
-
+ * Corrected errors in kolab_ssl_certs.sh
+
-- Benoit Mortier <benoit.mortier at opensides.be> Wed, 06 Jun 2007 12:35:00 +0100
kolabd (1.9.4-20060707.dfsg-4) unstable; urgency=low
Modified: kolabd/trunk/debian/patches/00list
===================================================================
--- kolabd/trunk/debian/patches/00list 2007-06-06 11:05:50 UTC (rev 601)
+++ kolabd/trunk/debian/patches/00list 2007-06-06 22:50:40 UTC (rev 602)
@@ -5,3 +5,4 @@
60-kolabdcachetool-cachefiles
70-kolab2.schema-removal.of.rfc2739.dpatch
80-kolab-syslog-facility
+90-kolab-ssl-certs
\ No newline at end of file
Added: kolabd/trunk/debian/patches/90-kolab-ssl-certs
===================================================================
--- kolabd/trunk/debian/patches/90-kolab-ssl-certs (rev 0)
+++ kolabd/trunk/debian/patches/90-kolab-ssl-certs 2007-06-06 22:50:40 UTC (rev 602)
@@ -0,0 +1,36 @@
+--- kolabd-1.9.4-20060707.dfsg/kolab_sslcert.sh.orig 2007-06-06 20:19:22.000000000 +0200
++++ kolabd-1.9.4-20060707.dfsg/kolab_sslcert.sh 2007-06-06 20:24:30.000000000 +0200
+@@ -6,7 +6,7 @@
+ ## Read the file COPYING that comes with this packages for details.
+
+
+-cd @l_prefix@/etc/kolab
++cd /etc/ssl/certs
+
+ if [ $1 ];then
+ HN=$1
+@@ -30,18 +30,18 @@
+
+ echo -n "generate self-signed certificate for hostname $HN... "
+
+- /kolab/bin/openssl req -new -x509 -outform PEM -keyform PEM -nodes \
++ /usr/bin/openssl req -new -x509 -outform PEM -keyform PEM -nodes \
+ -days 3650 -out cert.pem -keyout key.pem \
+ -config tmp.req.cnf >/dev/null 2>&1
+ echo "done"
+
+-chgrp @l_rusr@ key.pem
+-chmod 0640 key.pem
+-chgrp @l_rusr@ cert.pem
+-chmod 0640 cert.pem
++chgrp mail kolab-key.pem
++chmod 0640 kolab-key.pem
++chgrp mail kolab-cert.pem
++chmod 0640 kolab-cert.pem
+
+ #rm -f tmp.req.cnf
+
+ cd -
+
+-echo "New certificate has been installed under @l_prefix@/etc/kolab/"
++echo "New certificate has been installed under /etc/ssl/certs"
Property changes on: kolabd/trunk/debian/patches/90-kolab-ssl-certs
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-kolab-devel
mailing list