[Lunar-commits] CVS: moonbase/crypto/openssl POST_INSTALL,1.5,1.6

Auke Kok sofar at lunar-linux.org
Mon Jun 14 09:23:10 GMT 2004


Update of /var/cvs/lunar/moonbase/crypto/openssl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2988

Modified Files:
	POST_INSTALL 
Log Message:
Moving imap SSL certificates into imap/POST_INSTALL... it makes no sense on a clean ISO install that openSSL asks for this at all.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/openssl/POST_INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- POST_INSTALL	30 Sep 2003 22:43:58 -0000	1.5
+++ POST_INSTALL	14 Jun 2004 09:23:07 -0000	1.6
@@ -16,18 +16,6 @@
   done
 fi
 
-#fixup certs for imaps and pop3s
-CERTHOME="/etc/ssl/certs"
-if [ -d $CERTHOME ]; then
-  cd $CERTHOME
-  if [ ! -e imapd.pem ]; then
-    make imapd.pem
-  fi
-  if [ ! -e ipop3d.pem ]; then
-    make ipop3d.pem
-  fi
-fi
-
 #leave a note about how to make an apache cert from the new makefile
 if [ ! -e $CERTHOME/make.apache.cert.note ]; then
   echo "To create a test certificate for use with Apache, run: make testcert" > $CERTHOME/make.apache.cert.note



More information about the Lunar-commits mailing list