e5a19caa6a
* Version 1.5.2: - Avoid adverts that might be twice what they should be on some Linux systems (Steve Kehlet). * Version 1.5.1: - A new option has been added to try using broadcast advertisements instead of multicast ones. * Version 1.5: - Breakage introducted with version 1.4 should finally be fixed, thanks to Petr Kohts, Greg Walton and Steve Kehlet. - A new option has been added to ignore unplugged network cable detection, useful when nodes are connected with a crossover cable, not with a switch. * Version 1.4: - This version should finally fix every issue people had with gratuitous ARP announcements. - Nodes configured with the same intervals shouln't flip-flop any more. * Version 1.3: - Gratuitous ARP packets should now properly be sent, regardless of the architecture. - New option: -m (-xparam=...) in order to add arbitrary arguments to up/down scripts. - New option: -o (--passfile=...) in order to read the secret key from a file. - A delayed ARP request is sent after the first one when switching to MASTER, in order to deal with some layer-3 switches. - Bug fixes. * Version 1.2: - Neutral mode (--neutral). - NetBSD compatibility. - Minor bug fixes.
15 lines
592 B
Text
15 lines
592 B
Text
$NetBSD: patch-aa,v 1.1 2011/11/02 01:13:04 hubertf Exp $
|
|
|
|
--- po/Makefile.in.in.orig 2011-10-27 14:16:54.000000000 +0000
|
|
+++ po/Makefile.in.in
|
|
@@ -39,8 +39,8 @@ INSTALL_DATA = @INSTALL_DATA@
|
|
# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
|
|
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
|
|
# versions, $(mkinstalldirs) and $(install_sh) are unused.
|
|
-mkinstalldirs = $(SHELL) @install_sh@ -d
|
|
-install_sh = $(SHELL) @install_sh@
|
|
+mkinstalldirs = @install_sh@ -d
|
|
+install_sh = @install_sh@
|
|
MKDIR_P = @MKDIR_P@
|
|
mkdir_p = @mkdir_p@
|
|
|