[Ultrapossum-cvs 727] ultrapossum 1.2, 1.3, envexec 1.25, 1.26, ultrapossum-config.in

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 8日 (金) 15:40:20 JST


===================================================================
RCS file: ultrapossum/envexec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ultrapossum/envexec	2004/10/07 03:53:04	1.2
+++ ultrapossum/envexec	2004/10/08 06:40:20	1.3
@@ -17,10 +17,7 @@
 
 set -e
 
-eval `ultrapossum-config init`
-trap "eval `ultrapossum-config term`" 0
-
-eval $(getconfig | while read l
+eval $(ultrapossum-config get | while read l
 do
   echo "export $l"
 done)
===================================================================
RCS file: ultrapossum/ultrapossum-config.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ultrapossum/ultrapossum-config.in	2004/10/07 08:09:57	1.25
+++ ultrapossum/ultrapossum-config.in	2004/10/08 06:40:20	1.26
@@ -55,9 +55,9 @@
 
 Sets the spcified variable of <module> to the specified value.
 
-=item B<remove> <variables...>
+=item B<remove> <module> <variables...>
 
-Removes the specified variable configuration and make them default value.
+Removes the specified variable configuration of <module> and make them default value.
 
 =item B<module>
 
@@ -187,7 +187,7 @@
 	done
         ;;
     x)
-	echo "Usage: $0 init|get <var...>|<set <var>=<val>...>|remove <var>|module|variable <module...>|status <module...>|term"
+	echo "Usage: $0 init|get <var...>|<set <module> <var>=<val>...>|remove <module> <var>|module|variable <module...>|status <module...>|term"
 	exit 1
 	;;
     x*)



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