OSDN Git Service

ultramonkey-l7/ultramonkey-l7-v2.git
14 years agoFix spec file name, should have been the same as package name.
TATEISHI Katsuyuki [Thu, 6 Aug 2009 07:07:29 +0000 (16:07 +0900)]
Fix spec file name, should have been the same as package name.

14 years agoModify spec and initscripts to make them rpmlint free except spec filename.
TATEISHI Katsuyuki [Thu, 6 Aug 2009 06:33:53 +0000 (15:33 +0900)]
Modify spec and initscripts to make them rpmlint free except spec filename.

14 years agoFix wrong include directory. (In fact, it will affect nothing.)
TATEISHI Katsuyuki [Tue, 4 Aug 2009 05:08:07 +0000 (14:08 +0900)]
Fix wrong include directory.  (In fact, it will affect nothing.)

14 years agoClean up Autotools related files and rpm spec file.
TATEISHI Katsuyuki [Wed, 24 Jun 2009 15:25:26 +0000 (00:25 +0900)]
Clean up Autotools related files and rpm spec file.

 * Add configure.ac instead of configure.in.  New configure script will
   check whether boost library and header files are installed.
 * Change all Makefile.am to respect variables and many targets
   in Autotools-generating Makefile.
 * Change ultramonkeyl7.spec.in to suit new build/install style.
 * Change $(top_srcdir)/Makefile.am to install README into %(docdir).

Note: To build this package, follow these steps.
 1 Install automake, autoconf, libtool and other software required by
   UltraMonkey-L7.
 2 Checkout from git repository.
   % git clone <repository>
 3 Generate configure script, Makefile.in and other files.
   % cd ultramonkey-l7-v2
   % autoreconf -if
 4 Build
   % ./configure [*]
   % make
 5 Install
   % make install

 [*] You should specify following options to install as previous releases.
   % ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libdir='${prefix}/lib64'

14 years agoDelete all files generated from configure.in and Makefile.am.
TATEISHI Katsuyuki [Wed, 24 Jun 2009 12:40:42 +0000 (21:40 +0900)]
Delete all files generated from configure.in and Makefile.am.

14 years agoMerge commit 'sfj/heartbeat-ra'; commit 'sfj/man-fix' into autotools-fix
TATEISHI Katsuyuki [Wed, 24 Jun 2009 12:18:21 +0000 (21:18 +0900)]
Merge commit 'sfj/heartbeat-ra'; commit 'sfj/man-fix' into autotools-fix

14 years agoUpdate Heartbeat RA and cib.xml examples.
TATEISHI Katsuyuki [Tue, 9 Jun 2009 04:35:39 +0000 (13:35 +0900)]
Update Heartbeat RA and cib.xml examples.

14 years agoRename cib.xml-sample.
TATEISHI Katsuyuki [Tue, 9 Jun 2009 04:30:22 +0000 (13:30 +0900)]
Rename cib.xml-sample.

14 years agoAdd new directories for documentation and example configuration files.
TATEISHI Katsuyuki [Tue, 9 Jun 2009 02:50:00 +0000 (11:50 +0900)]
Add new directories for documentation and example configuration files.

doc/ Documentation root directory.
doc/heartbeat-ra/ Heartbeat Resource Agent and cib-xml examples.

14 years agoUpdated l7directord to newest version
Shinya TAKEBAYASHI [Thu, 28 May 2009 00:46:11 +0000 (09:46 +0900)]
Updated l7directord to newest version
Fixed section number: 1 -> 8

14 years agoTranlated l7vsd man page
Shinya TAKEBAYASHI [Mon, 25 May 2009 15:04:02 +0000 (00:04 +0900)]
Tranlated l7vsd man page

14 years agoFixed install progress
Shinya TAKEBAYASHI [Mon, 25 May 2009 00:22:58 +0000 (09:22 +0900)]
Fixed install progress

14 years agoDeleted HTTP header modifires v2.1.2-2
Shinya TAKEBAYASHI [Wed, 13 May 2009 00:49:50 +0000 (09:49 +0900)]
Deleted HTTP header modifires

14 years agoDeleted additional tool
Shinya TAKEBAYASHI [Mon, 11 May 2009 05:27:48 +0000 (14:27 +0900)]
Deleted additional tool

14 years agoUpdated autotools' files
Shinya TAKEBAYASHI [Mon, 11 May 2009 04:21:16 +0000 (13:21 +0900)]
Updated autotools' files

14 years agoUpdated version numbers.
Shinya TAKEBAYASHI [Tue, 5 May 2009 02:05:40 +0000 (11:05 +0900)]
Updated version numbers.

14 years agoUpdated CHANGES
Shinya TAKEBAYASHI [Tue, 5 May 2009 02:04:58 +0000 (11:04 +0900)]
Updated CHANGES

14 years agoMerge commit 'origin/sslid-fix' into 2.1.2-2-rc
Shinya TAKEBAYASHI [Tue, 5 May 2009 01:57:18 +0000 (10:57 +0900)]
Merge commit 'origin/sslid-fix' into 2.1.2-2-rc

14 years agoMerge commit 'origin/rcscript-fix' into 2.1.2-2-rc
Shinya TAKEBAYASHI [Tue, 5 May 2009 01:57:05 +0000 (10:57 +0900)]
Merge commit 'origin/rcscript-fix' into 2.1.2-2-rc

14 years agoMerge commit 'origin/document-fix' into 2.1.2-2-rc
Shinya TAKEBAYASHI [Tue, 5 May 2009 01:56:53 +0000 (10:56 +0900)]
Merge commit 'origin/document-fix' into 2.1.2-2-rc

15 years agoAdded entry(boost) to required libraries.
Shinya TAKEBAYASHI [Tue, 28 Apr 2009 04:39:28 +0000 (13:39 +0900)]
Added entry(boost) to required libraries.

15 years agoFixed chkconfig option
Shinya TAKEBAYASHI [Thu, 23 Apr 2009 02:26:04 +0000 (11:26 +0900)]
Fixed chkconfig option

15 years agoAdded autostart setting
Shinya TAKEBAYASHI [Thu, 23 Apr 2009 00:18:48 +0000 (09:18 +0900)]
Added autostart setting

15 years agoReverted previous version + fixed init problems
Shinya TAKEBAYASHI [Wed, 22 Apr 2009 06:25:44 +0000 (15:25 +0900)]
Reverted previous version + fixed init problems

15 years agoFixed rc script for l7directord --- suitable for init
Shinya TAKEBAYASHI [Wed, 22 Apr 2009 06:17:54 +0000 (15:17 +0900)]
Fixed rc script for l7directord --- suitable for init

15 years agoFixed rc script for l7vsd --- suitable for chkconfig
Shinya TAKEBAYASHI [Wed, 22 Apr 2009 01:36:28 +0000 (10:36 +0900)]
Fixed rc script for l7vsd --- suitable for chkconfig

15 years agoRemoved unused variable.
Shinya TAKEBAYASHI [Tue, 21 Apr 2009 23:18:19 +0000 (08:18 +0900)]
Removed unused variable.

15 years agoChanged key.
Shinya TAKEBAYASHI [Tue, 21 Apr 2009 14:31:30 +0000 (23:31 +0900)]
Changed key.

15 years agoDeleted dummy file
Shinya TAKEBAYASHI [Mon, 20 Apr 2009 02:25:34 +0000 (11:25 +0900)]
Deleted dummy file

15 years agoFixed replication process -- replication runs only if replication address is NOT...
Shinya TAKEBAYASHI [Mon, 20 Apr 2009 01:53:33 +0000 (10:53 +0900)]
Fixed replication process -- replication runs only if replication address is NOT NULL.

15 years agoInitial commit from 2.1.2-1
Shinya TAKEBAYASHI [Mon, 20 Apr 2009 01:20:01 +0000 (10:20 +0900)]
Initial commit from 2.1.2-1

15 years agoCommitted empty file
Shinya TAKEBAYASHI [Mon, 20 Apr 2009 01:16:51 +0000 (10:16 +0900)]
Committed empty file