Skip to content

Commit

Permalink
Patch by Adam Li <adam.li@intel.com>:
Browse files Browse the repository at this point in the history
- man page updated for apphbd
- Sample apphbd configure file: doc/apphbd.cf
- Updated telecom/apphbd/apphbtest.c to make the output more understandable.
  New test cases added. However, the new test cases are not enabled by default
  (yet).
- Updated configure.in and other a few Makefile.am to enable compile of apphbd
  plugin recmgr and recovery manager.
- Bug fixes for recovery manager:
  - recoverymgrd cannot read more than one recovery script from configuration
    file.
  - recoverymgrd cannot set euid and egid for recovery scripts according to
    config file; order of setuid/setgid corrected.
  - Make sure that the specified user and group exists in the system by using
    getpwnam() and getgrnam()
  - Read configuration from file instead of using stdin in recoverymgrd

CVS patchset: 1712
CVS date: 2003/03/18 11:36:25

--HG--
extra : convert_revision : 699ceff20fd3081c67d0c3a45b334f5f2dac67bd
  • Loading branch information
lars committed Mar 18, 2003
1 parent 2c3d6c3 commit 30a7d24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure.in
Expand Up @@ -8,7 +8,7 @@ dnl Initialiase, with sanity check of a unique file in the hierarchy
AC_INIT(heartbeat.spec.in)

AC_CONFIG_AUX_DIR(.)
AC_REVISION($Revision: 1.189 $) dnl cvs revision
AC_REVISION($Revision: 1.190 $) dnl cvs revision
AC_CANONICAL_HOST

dnl Some scripts require options to "echo"
Expand Down Expand Up @@ -1182,13 +1182,15 @@ replace/Makefile \
linux-ha/Makefile \
lib/Makefile \
lib/apphb/Makefile \
lib/recoverymgr/Makefile \
lib/clplumbing/Makefile \
lib/pils/Makefile \
lib/plugins/Makefile \
lib/plugins/InterfaceMgr/Makefile \
lib/plugins/HBauth/Makefile \
lib/plugins/HBcomm/Makefile \
lib/plugins/stonith/Makefile \
lib/plugins/AppHBNotification/Makefile \
lib/stonith/Makefile \
heartbeat/Makefile \
heartbeat/rc.d/Makefile \
Expand Down Expand Up @@ -1227,6 +1229,7 @@ membership/Makefile \
membership/ccm/Makefile \
telecom/Makefile \
telecom/apphbd/Makefile \
telecom/recoverymgrd/Makefile \
snmp_subagent/Makefile \
)

Expand Down

0 comments on commit 30a7d24

Please sign in to comment.