[Ultrapossum-cvs 959] demo/uml 1.23,1.24,update-uml

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 20日 (水) 17:33:36 JST


===================================================================
RCS file: demo/uml/update-uml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- demo/uml/update-uml	2004/10/17 16:48:21	1.23
+++ demo/uml/update-uml	2004/10/20 08:33:36	1.24
@@ -60,7 +60,7 @@
 
     # cert file handling
     if test -x $MODULEDIR/startTLS/keyman; then
-      cache="" CERTHOST="$h" $MODULEDIR/startTLS/keyman keygen > /dev/null 2> /dev/null
+      cache="" $MODULEDIR/startTLS/keyman keygen "$h" > /dev/null 2> /dev/null
     fi
 
   done
@@ -122,7 +122,7 @@
   do
     /bin/rm -f $UMLDIR/$h/rootstrap.conf
     if test -x "$MODULEDIR/startTLS/keyman"; then
-      cache="" CERTHOST="$h" $MODULEDIR/startTLS/keyman remove
+      cache="" $MODULEDIR/startTLS/keyman remove "$h"
     fi
   done
 }



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