[Ultrapossum-cvs 1036] ultrapossum 1.5,1.6,service

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 26日 (火) 22:09:31 JST


===================================================================
RCS file: ultrapossum/service,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ultrapossum/service	2004/10/26 12:59:23	1.5
+++ ultrapossum/service	2004/10/26 13:09:30	1.6
@@ -17,9 +17,6 @@
 
 set -e
 
-eval `ultrapossum-config init`
-trap "eval `ultrapossum-config term`" 0
-
 usage() {
   echo "$0 protocol|provider [<protocol>...]" 1>&2
   exit 1
@@ -30,6 +27,9 @@
     ultrapossum-config variable | grep _PROVIDER | cut -d_ -f1 | tr A-Z a-z
     ;;
   xprovider)
+    eval `ultrapossum-config init`
+    trap "eval `ultrapossum-config term`" 0
+
     if test "x$2" != "x"; then
       shift
       ss="$@"



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