[Ultrapossum-cvs 696] ultrapossum 1.20, 1.21, Makefile.am 1.6, 1.7, ultrapossum-server.in

アーカイブの一覧に戻る

Masato Taruishi taru****@users*****
2004年 10月 7日 (木) 17:01:49 JST


===================================================================
RCS file: ultrapossum/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ultrapossum/Makefile.am	2004/10/07 07:18:45	1.20
+++ ultrapossum/Makefile.am	2004/10/07 08:01:49	1.21
@@ -8,12 +8,15 @@
 
 pkgdata_SCRIPTS = sshman envexec
 
-man_MANS = ultrapossum-config.1 update-ultrapossum.8
+man_MANS = ultrapossum-config.1 update-ultrapossum.8 ultrapossum-server.8
 
 POD2MAN := pod2man -c UltraPossum -r @VERSION@
 
 update-ultrapossum.8: update-ultrapossum
 	$(POD2MAN) --section 8 update-ultrapossum > update-ultrapossum.8
+
+ultrapossum-server.8: ultrapossum-server
+	$(POD2MAN) --section 8 ultrapossum-server > ultrapossum-server.8
 
 ultrapossum-config.1: ultrapossum-config
 	$(POD2MAN) --section 1 ultrapossum-config > ultrapossum-config.1
===================================================================
RCS file: ultrapossum/ultrapossum-server.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ultrapossum/ultrapossum-server.in	2004/09/30 09:38:51	1.6
+++ ultrapossum/ultrapossum-server.in	2004/10/07 08:01:49	1.7
@@ -1,4 +1,42 @@
 #!/usr/bin/env bash
+#
+# Copyright (C) 2004 VA Linux Systems Japan, K.K.
+#
+# LICENSE NOTICE
+#
+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
+#
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+
+: <<-POD
+
+=head1 NAME
+
+ultrapossum-server - ultrapossum server daemon
+
+=head1 SYNOPSYS
+
+B<ultrapossum-server> [-v] <start|stop>
+
+=head1 DESCRIPTION
+
+B<ultrapossum-server> start or stop UltraPossum server. With -v option,
+you can see the detail output.
+
+=head1 AUTHOR
+
+Masato Taruishi <taru****@valin*****>
+
+=cut
+
+POD
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@



Ultrapossum-cvs メーリングリストの案内
アーカイブの一覧に戻る