[Ultrapossum-cvs 589] demo/uml/debian 1.1,1.2,init.d 1.3,1.4,rules

Back to archive index

Masato Taruishi taru****@users*****
2004年 9月 28日 (火) 00:15:45 JST


===================================================================
RCS file: demo/uml/debian/init.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- demo/uml/debian/init.d	2004/07/03 10:22:39	1.1
+++ demo/uml/debian/init.d	2004/09/27 15:15:45	1.2
@@ -39,9 +39,14 @@
 	echo "."
 	;;
   stop)
-  	echo "Not yet supported"
+	echo -n "Stopping $DESC: "
+        for h in $UML_HOSTS
+	do
+	  $MODULEDIR/uml/shutdown $h
+	  echo -n " $h"
+        done
+	echo "."
 	exit 0 
-#	echo -n "Stopping $DESC: "
 #	start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
 #		--exec $DAEMON
 #	echo "$NAME."
===================================================================
RCS file: demo/uml/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- demo/uml/debian/rules	2004/09/06 07:22:13	1.3
+++ demo/uml/debian/rules	2004/09/27 15:15:45	1.4
@@ -9,7 +9,7 @@
 VERSION := $(shell dpkg-parsechangelog | grep Version | cut -d' ' -f2)
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-DEB_DH_INSTALLINIT_ARGS := -- defaults 18
+DEB_DH_INSTALLINIT_ARGS := -r -- defaults 18
 
 common-binary-post-install-indep::
 	install -d $(DEB_DESTDIR)/etc/devfs/conf.d/



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