[Ultrapossum-cvs 592] ultrapossum ...

Back to archive index

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


===================================================================
RCS file: ultrapossum/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ultrapossum/Makefile.am	2004/09/22 10:33:52	1.15
+++ ultrapossum/Makefile.am	2004/09/27 16:27:45	1.16
@@ -6,6 +6,8 @@
 pkgdata_DATA = \
 	modules term variable
 
+pkgdata_SCRIPTS = sshman
+
 aclocaldir = @aclocaldir@
 aclocal_DATA = ultrapossum.m4
 
@@ -63,7 +65,8 @@
 	python/UltraPossum.py \
 	redhat/ultrapossum.init \
 	term \
-	COPYRIGHT
+	COPYRIGHT \
+	sshman
 
 .PHONY: init.d/variable
 
===================================================================
RCS file: ultrapossum/update-ultrapossum,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ultrapossum/update-ultrapossum	2004/09/27 09:07:55	1.18
+++ ultrapossum/update-ultrapossum	2004/09/27 16:27:45	1.19
@@ -16,7 +16,7 @@
 #
 
 # Usage:
-#    update-ultrapossum <configure|remove|sanity|reconfigure>
+#    update-ultrapossum [-f] <configure|remove|sanity|reconfigure>
 #
 
 # $Id$
@@ -116,7 +116,13 @@
 
 remove() {
   remove_module
+  $SHAREDIR/sshman unauth
 }
+
+if test "x$1" = "x-f"; then
+  /bin/rm -f $CONFSTATUS
+  shift
+fi
 
 case "x$1" in
 	xconfigure)



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