[Ultrapossum-cvs 162] ultrapossum/module/startTLS 1.8, 1.9, update-startTLS

Back to archive index

Masato Taruishi taru****@sourc*****
2004年 6月 15日 (火) 13:42:54 JST


===================================================================
RCS file: ultrapossum/module/startTLS/update-startTLS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ultrapossum/module/startTLS/update-startTLS	2004/05/13 15:41:32	1.8
+++ ultrapossum/module/startTLS/update-startTLS	2004/06/15 04:42:53	1.9
@@ -44,7 +44,7 @@
 configure() {
   install -d $TLSSYSCONFDIR
   if ! test -f "$TLSCERTIFICATEKEYFILE" && ! test -f "$TLSCERTIFICATEFILE"; then
-    echo -n "Creating SSL certificate fie... " 1>&2
+    progress "Creating SSL certificate fie... "
     touch $TLSCERTIFICATEKEYFILE $TLSCERTIFICATEFILE
     chmod 600 $TLSCERTIFICATEKEYFILE
     ( echo "$CERTCOUNTRY";
@@ -56,7 +56,7 @@
       echo "$CERTEMAIL"; ) | \
         /usr/bin/openssl req -new -x509 -nodes \
           -days 365 -out $TLSCERTIFICATEFILE -keyout $TLSCERTIFICATEKEYFILE 2> $tmp || cat $tmp 1>&2
-    echo "done" 1>&2
+    progress "Creating SSL certificate fie... done"
   fi
 
 



Ultrapossum-cvs メーリングリストの案内
Back to archive index