Masato Taruishi
taru****@sourc*****
2004年 6月 1日 (火) 14:40:19 JST
=================================================================== RCS file: ultrapossum/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ultrapossum/Makefile.am 2004/04/13 17:50:27 1.11 +++ ultrapossum/Makefile.am 2004/06/01 05:40:19 1.12 @@ -1,6 +1,6 @@ SUBDIRS = test-si module test config -sbin_SCRIPTS = update-ultrapossum +sbin_SCRIPTS = update-ultrapossum ultrapossum-server bin_SCRIPTS = ultrapossum-config pkgdata_DATA = \ =================================================================== RCS file: ultrapossum/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ultrapossum/README 2004/03/23 08:10:57 1.3 +++ ultrapossum/README 2004/06/01 05:40:19 1.4 @@ -42,38 +42,27 @@ If not, you have to install the UltraPossum server. See INSTALL for more info. - First, you have to set PATH environment variable. - Usually, the following directories are needed: + This makes the UltraPossum server start. - ${prefix}/bin - ${prefix}/sbin + % ${prefix}/sbin/ultrapossum-server start - So if you configure this like ./configure --prefix=/usr/local/ultrapossum, - then you would specify + ${prefix} is /usr/local by default. you can specify this value + in --prefix argument of configure. - PATH=/usr/local/ultrapossum/bin:/usr/local/ultrapossum/sbin:$PATH - - Next, this makes the UltraPossum server start. - - % ${prefix}/share/ultrapossum/module.d/server/startup start - - ${prefix} is /usr/local by default. you can specify this value - in --prefix argument of configure. - - This command prints the list of daemons executed to stdout. + This command prints the list of daemons executed to stdout. or % /etc/init.d/ultrapossum-server start - if you installed ultrapossum from package. - or you can copy the following scripts directly: + if you installed ultrapossum from package. + or you can copy the following scripts directly: - debian/ultrapossum-server.init.d ( for Debian ) - redhat/ultrapossum.init ( for Fedora ) - tools/solaris.init ( for Solaris ) + debian/ultrapossum-server.init.d ( for Debian ) + redhat/ultrapossum.init ( for Fedora ) + tools/solaris.init ( for Solaris ) - Customizing - See /etc/ultrapossum/ultrapossum.cf + See ${sysconfdir}/ultrapossum/ultrapossum.cf =================================================================== RCS file: ultrapossum/configure.in,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ultrapossum/configure.in 2004/06/01 05:08:14 1.35 +++ ultrapossum/configure.in 2004/06/01 05:40:19 1.36 @@ -198,7 +198,7 @@ CONFARGS=`grep configure config.log | grep \\\\$ | head -1 | cut -d' ' -f4-` AC_SUBST(CONFARGS) -AC_CONFIG_FILES([test/run test/Makefile Makefile test-si/Makefile test-si/test.d/Makefile module/ultrapossum.am module/failover/heartbeat/Makefile modules ultrapossum-config module/Makefile module/server/Makefile module/failover/Makefile module/startTLS/Makefile module/dnsbalance/Makefile module/vaj-robust/Makefile config/Makefile config/ldap/Makefile]) +AC_CONFIG_FILES([test/run test/Makefile Makefile test-si/Makefile test-si/test.d/Makefile module/ultrapossum.am module/failover/heartbeat/Makefile modules ultrapossum-config module/Makefile module/server/Makefile module/failover/Makefile module/startTLS/Makefile module/dnsbalance/Makefile module/vaj-robust/Makefile config/Makefile config/ldap/Makefile ultrapossum-server]) AC_OUTPUT if include "startTLS" "$modules"; then echo "startTLS plugin will be used which includes software"