]> git.pld-linux.org Git - packages/heartbeat.git/commitdiff
This commit was manufactured by cvs2git to create branch 'AC-branch'.
authorcvs2git <feedback@pld-linux.org>
Fri, 30 Nov 2007 13:51:17 +0000 (13:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2007-11-30 13:51:17 UTC Elan Ruusamäe <glen@pld-linux.org> '- adapter, tabs'
Delete:
    heartbeat-ac.patch
    heartbeat-type.patch

heartbeat-ac.patch [deleted file]
heartbeat-type.patch [deleted file]

diff --git a/heartbeat-ac.patch b/heartbeat-ac.patch
deleted file mode 100644 (file)
index 74e1220..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
---- heartbeat-1.2.0/configure.in.orig  Tue Feb 17 06:50:30 2004
-+++ heartbeat-1.2.0/configure.in       Tue Mar 16 13:36:09 2004
-@@ -258,18 +258,7 @@
- dnl Determine if we use -w1 or -t1 for ping (in PYTHON Scripts)
--AC_MSG_CHECKING(ping option for timeout - w or t)
--for PING_TIMEOUT_OPT in "-w1" "-t1"
--do
--  $PING -nq -c1 $PING_TIMEOUT_OPT localhost > /dev/null 2>&1
--  if
--    test "$?" = 0
--  then
--    AC_DEFINE_UNQUOTED(PING_TIMEOUT_OPT, "$PING_TIMEOUT_OPT", option for ping timeout)
--    AC_MSG_RESULT($PING_TIMEOUT_OPT)
--    break
--  fi
--done
-+PING_TIMEOUT_OPT="-w1"
- AC_SUBST(PING_TIMEOUT_OPT)
- dnl Determining a route (particularly for "findif").
-@@ -286,17 +275,7 @@
- AC_MSG_CHECKING(ifconfig option to list interfaces)
--for IFCONFIG_A_OPT in "" "-A" "-a"
--do
--  $IFCONFIG $IFCONFIG_A_OPT > /dev/null 2>&1
--  if
--    test "$?" = 0
--  then
--    AC_DEFINE_UNQUOTED(IFCONFIG_A_OPT, "$IFCONFIG_A_OPT", option for ifconfig command)
--    AC_MSG_RESULT($IFCONFIG_A_OPT)
--    break
--  fi
--done
-+IFCONFIG_A_OPT=""
- AC_MSG_CHECKING(for the location of the lock directory)
- for TTY_LOCK_D in /var/lock /var/spool/lock /var/spool/locks
---- heartbeat-2.0.7/configure.in.orig  2006-08-08 14:41:54.000000000 +0200
-+++ heartbeat-2.0.7/configure.in       2007-01-27 19:23:30.919741000 +0100
-@@ -1693,8 +1693,12 @@ dnl ************ printw ****************
-             [
- #if defined(HAVE_CURSES_H)
- #  include <curses.h>
-+#elif defined(HAVE_CURSES_CURSES_H)
-+#  include <curses/curses.h>
- #elif defined(HAVE_NCURSES_H)
- #  include <ncurses.h>
-+#elif defined(HAVE_NCURSES_NCURSES_H)
-+#  include <ncurses/ncurses.h>
- #endif
-             ],
-             [printw((const char *)"Test");]
diff --git a/heartbeat-type.patch b/heartbeat-type.patch
deleted file mode 100644 (file)
index 5fc7b94..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- heartbeat-2.0.7/lib/clplumbing/cl_msg.c    2007-01-27 17:08:26.135301000 +0000
-+++ heartbeat-2.0.7/lib/clplumbing/cl_msg.c~   2007-01-27 17:09:14.691011000 +0000
-@@ -225,7 +225,7 @@ list_cleanup(GList* list)
- /* Create a new (empty) message */
- struct ha_msg *
--ha_msg_new(nfields)
-+ha_msg_new(int nfields)
- {
-       struct ha_msg * ret;
-       int     nalloc;
This page took 0.307651 seconds and 4 git commands to generate.