[Ultrapossum-cvs 1021] ultrapossum 1.36, 1.37, Makefile.am 1.1, 1.2, service

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 26日 (火) 20:52:12 JST


===================================================================
RCS file: ultrapossum/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ultrapossum/Makefile.am	2004/10/26 08:55:33	1.36
+++ ultrapossum/Makefile.am	2004/10/26 11:52:12	1.37
@@ -6,7 +6,7 @@
 pkgdata_DATA = \
 	modules term plugin variable pysical logical secret
 
-pkgdata_SCRIPTS = sshman envexec sedwrap mkvariable
+pkgdata_SCRIPTS = sshman envexec sedwrap mkvariable service
 
 man_MANS = ultrapossum-config.1 update-ultrapossum.8 ultrapossum-server.8
 
@@ -107,7 +107,8 @@
 	sshman \
 	sedwrap \
 	envexec \
-	plugin
+	plugin \
+	service
 
 .PHONY: init.d/variable
 
===================================================================
RCS file: ultrapossum/service,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ultrapossum/service	2004/10/26 11:39:57	1.1
+++ ultrapossum/service	2004/10/26 11:52:12	1.2
@@ -29,8 +29,11 @@
   xprotocol)
     if test -d "$SERVICEDIR"; then
       for s in `find $SERVICEDIR -type f`; do
-        source_shell $s
-        echo $protocols
+        module=ULTRAPOSSUM_MODULE_"`basename $s | cut -d- -f2- | tr 'a-z' 'A-Z'`"
+        if test "x${!module}" = "xinstalled"; then
+          source_shell $s
+          echo $protocols
+	fi
       done | tr ' ' '\n' | sort | uniq
     fi
     ;;



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