diff --git a/package/mnemoc/keepalived/locations.patch b/package/mnemoc/keepalived/locations.patch index af3d69744..b62508f37 100644 --- a/package/mnemoc/keepalived/locations.patch +++ b/package/mnemoc/keepalived/locations.patch @@ -17,8 +17,11 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- ---- ./keepalived/Makefile.in.orig 2004-04-05 03:39:58.000000000 +0200 -+++ ./keepalived/Makefile.in 2004-07-27 10:51:36.000000000 +0200 +init.d dir is inside rc.d/, and we don't want samples on $sysconfdir +Alejandro + +--- ./keepalived/Makefile.in.orig 2004-11-24 23:39:09.000000000 -0300 ++++ ./keepalived/Makefile.in 2004-11-24 23:41:16.000000000 -0300 @@ -96,11 +96,10 @@ install: install -d $(DESTDIR)$(sbindir) @@ -26,9 +29,9 @@ - install -d $(DESTDIR)$(sysconfdir)/init.d - install -m 755 $(init_script) $(DESTDIR)$(sysconfdir)/init.d/keepalived - install -d $(DESTDIR)$(sysconfdir)/keepalived/samples -+ install -d $(sysconfdir)/rc.d/init.d -+ install -m 755 $(init_script) $(sysconfdir)/rc.d/init.d/keepalived -+ install -d $(sysconfdir)/keepalived ++ 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)$(prefix)/man/man5 diff --git a/package/mnemoc/ktcpvs/ktcpvs.desc b/package/mnemoc/ktcpvs/ktcpvs.desc index 4b055859f..9496fd882 100644 --- a/package/mnemoc/ktcpvs/ktcpvs.desc +++ b/package/mnemoc/ktcpvs/ktcpvs.desc @@ -41,8 +41,8 @@ [L] GPL [S] Alpha -[V] 0.0.15 +[V] 0.0.16 [P] O -?---5---9 190.500 -[D] 404133066 ktcpvs-0.0.15.tar.gz http://www.linuxvirtualserver.org/software/ktcpvs/ +[D] 300983132 ktcpvs-0.0.16.tar.gz http://www.linuxvirtualserver.org/software/ktcpvs/ diff --git a/package/mnemoc/ktcpvs/make_install.patch b/package/mnemoc/ktcpvs/make_install.patch index 28b9fb7a2..eb29cb22d 100644 --- a/package/mnemoc/ktcpvs/make_install.patch +++ b/package/mnemoc/ktcpvs/make_install.patch @@ -17,8 +17,8 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- ---- ./Makefile.orig Sat Apr 26 11:28:28 2003 -+++ ./Makefile Sat Apr 26 11:32:36 2003 +--- ./Makefile.orig 2004-10-30 05:42:03.000000000 -0300 ++++ ./Makefile 2004-12-11 19:33:41.000000000 -0300 @@ -22,7 +22,8 @@ # relocations required by build roots. This is not defined in the # makefile but the arguement can be passed to make if needed. @@ -37,12 +37,12 @@ CFLAGS = -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -DMODVERSIONS \ $(SMPFLAGS) $(DEBUGFLAGS) -O2 -Wall \ -Wstrict-prototypes -I$(KERNELSOURCE)/include \ -@@ -79,7 +81,7 @@ +@@ -97,7 +99,7 @@ modules_install: $(TARGETS) if [ ! -d "$(MODLIB)" ]; then mkdir -p "$(MODLIB)"; fi install -m 600 -c $(TARGETS) "$(MODLIB)" -- depmod -ae -F $(KERNELSYMS) $(depmod_opts) $(KERNELRELEASE) -+ $(DEPMOD) -ae -F $(KERNELSYMS) $(depmod_opts) $(KERNELRELEASE) +- if [ `/usr/bin/id -u` = '0' ]; then depmod -ae -F $(KERNELSYMS) $(depmod_opts) $(KERNELRELEASE); fi ++ if [ `/usr/bin/id -u` = '0' ]; then $(DEPMOD) -ae -F $(KERNELSYMS) $(depmod_opts) $(KERNELRELEASE); fi modules_uninstall: (cd "$(MODLIB)"; rm -f $(TARGETS))