@ -1,36 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../keepalived/keepalived-1.1.13-types_h.patch |
|||
# Copyright (C) 2007 The OpenSDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
--- keepalived-1.1.13/keepalived/vrrp/vrrp_arp.c.orig 2007-08-06 22:57:11.000000000 +0200
|
|||
+++ keepalived-1.1.13/keepalived/vrrp/vrrp_arp.c 2007-08-06 22:55:40.000000000 +0200
|
|||
@@ -22,14 +22,14 @@
|
|||
* Copyright (C) 2001-2006 Alexandre Cassen, <acassen@linux-vs.org> |
|||
*/ |
|||
|
|||
-/* system includes */
|
|||
-#include <linux/if_packet.h>
|
|||
-
|
|||
/* local includes */ |
|||
#include "vrrp_arp.h" |
|||
#include "memory.h" |
|||
#include "utils.h" |
|||
|
|||
+/* system includes */
|
|||
+#include <linux/if_packet.h>
|
|||
+
|
|||
/* global vars */ |
|||
char *garp_buffer; |
|||
int garp_fd; |
@ -0,0 +1,29 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../keepalived/keepalived-1.1.15-no-samples.patch |
|||
# Copyright (C) 2008 The OpenSDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
--- keepalived-1.1.15/keepalived/Makefile.in.orig 2008-03-14 01:28:47.000000000 +0200
|
|||
+++ keepalived-1.1.15/keepalived/Makefile.in 2008-03-14 02:44:19.000000000 +0200
|
|||
@@ -104,9 +104,8 @@
|
|||
install -m 755 etc/init.d/keepalived.init $(DESTDIR)$(init_dir)/keepalived |
|||
install -d $(DESTDIR)$(sysconf_dir) |
|||
install -m 755 etc/init.d/keepalived.sysconfig $(DESTDIR)$(sysconf_dir)/keepalived |
|||
- install -d $(DESTDIR)$(sysconfdir)/keepalived/samples
|
|||
+ install -d $(DESTDIR)$(sysconfdir)/keepalived
|
|||
install -m 644 etc/keepalived/keepalived.conf $(DESTDIR)$(sysconfdir)/keepalived/ |
|||
- install -m 644 ../doc/samples/* $(DESTDIR)$(sysconfdir)/keepalived/samples/
|
|||
install -d $(DESTDIR)$(mandir)/man5 |
|||
install -d $(DESTDIR)$(mandir)/man8 |
|||
install -m 644 ../doc/man/man5/keepalived.conf.5 $(DESTDIR)$(mandir)/man5 |
@ -1,37 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../keepalived/locations.patch |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
init.d dir is inside rc.d/, and we don't want samples on $sysconfdir |
|||
Alejandro |
|||
|
|||
--- ./keepalived/Makefile.in.orig 2005-02-14 11:02:39.000000000 -0300
|
|||
+++ ./keepalived/Makefile.in 2005-02-15 09:35:06.445206336 -0300
|
|||
@@ -96,11 +96,10 @@
|
|||
install: |
|||
install -d $(DESTDIR)$(sbindir) |
|||
install -m 700 $(BIN)/$(EXEC) $(DESTDIR)$(sbindir)/ |
|||
- install -d $(DESTDIR)$(sysconfdir)/init.d
|
|||
- install -m 755 $(init_script) $(DESTDIR)$(sysconfdir)/init.d/keepalived
|
|||
- install -d $(DESTDIR)$(sysconfdir)/keepalived/samples
|
|||
+ install -d $(DESTDIR)$(sysconfdir)/rc.d/init.d
|
|||
+ install -m 755 $(init_script) $(DESTDIR)$(sysconfdir)/rc.d/init.d/keepalived
|
|||
+ install -d $(DESTDIR)$(sysconfdir)/keepalived
|
|||
install -m 644 $(conf_file) $(DESTDIR)$(sysconfdir)/keepalived/ |
|||
- install -m 644 ../doc/samples/* $(DESTDIR)$(sysconfdir)/keepalived/samples/
|
|||
install -d $(DESTDIR)@mandir@/man/man5 |
|||
install -d $(DESTDIR)@mandir@/man/man8 |
|||
install -m 644 ../doc/man/man5/keepalived.conf.5 $(DESTDIR)@mandir@/man/man5 |