summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2003-12-27 16:47:17 +0000
committerBrian Jackson <iggy@gentoo.org>2003-12-27 16:47:17 +0000
commit21a112b5fe13346480bbc2ebec54d12d335de657 (patch)
tree7b26d1bc58645cb782aa470f60122833282ab90e /sys-cluster
parentCommitting the whole ball of wax for Sandy (to close Bug #33943) (diff)
downloadgentoo-2-21a112b5fe13346480bbc2ebec54d12d335de657.tar.gz
gentoo-2-21a112b5fe13346480bbc2ebec54d12d335de657.tar.bz2
gentoo-2-21a112b5fe13346480bbc2ebec54d12d335de657.zip
version bump, 1.24 is for 2.6 kernels, if you are still using a 2.4 kernel, stick with 1.21. Also corrected a problem with the init script, closes 36446, thanks to csnyder@mvpsoft.com
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ipvsadm/ChangeLog8
-rw-r--r--sys-cluster/ipvsadm/Manifest6
-rw-r--r--sys-cluster/ipvsadm/files/digest-ipvsadm-1.241
-rw-r--r--sys-cluster/ipvsadm/files/ipvsadm-init4
-rw-r--r--sys-cluster/ipvsadm/ipvsadm-1.24.ebuild39
5 files changed, 54 insertions, 4 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog
index 6f3d52010438..a7b460829f7d 100644
--- a/sys-cluster/ipvsadm/ChangeLog
+++ b/sys-cluster/ipvsadm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/ipvsadm
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.7 2003/11/23 17:10:23 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.8 2003/12/27 16:47:16 iggy Exp $
+
+ 27 Dec 2003; Brian Jackson <iggy@gentoo.org> ipvsadm-1.24.ebuild:
+ files/ipvsadm-init:
+ version bump, 1.24 is for 2.6 kernels, if you are still using a 2.4 kernel,
+ stick with 1.21. Also corrected a problem with the init script, closes 36446,
+ thanks to csnyder@mvpsoft.com
23 Nov 2003; Brian Jackson <iggy@gentoo.org> ipvsadm-1.21.ebuild:
bumped the ebuild so people get my recent work, closes bug 32906, thanks to
diff --git a/sys-cluster/ipvsadm/Manifest b/sys-cluster/ipvsadm/Manifest
index 176538cbc426..ec594eb56ebc 100644
--- a/sys-cluster/ipvsadm/Manifest
+++ b/sys-cluster/ipvsadm/Manifest
@@ -1,5 +1,7 @@
-MD5 1e6fb5e7ae42a0479ade335bad19b191 ChangeLog 1256
+MD5 d5ecc6ebf1b4523baf0ef641ee73b181 ipvsadm-1.24.ebuild 1007
+MD5 838c3755cf7f9c0ae30df20ed0f1d892 ChangeLog 1514
MD5 61203435ed5dc50e2259e1df1322b779 metadata.xml 411
MD5 5403765d1ad2f5e76c7fca3521e00dfe ipvsadm-1.21-r1.ebuild 950
+MD5 1b3d2656b8219fca2114015a5ed932c9 files/digest-ipvsadm-1.24 63
MD5 4701a5d41fbd71b84a132051fba6a024 files/digest-ipvsadm-1.21-r1 63
-MD5 8917dc6c5e9896799b461ce56a94d333 files/ipvsadm-init 745
+MD5 076430a6c04724356a53c737eef4d12d files/ipvsadm-init 769
diff --git a/sys-cluster/ipvsadm/files/digest-ipvsadm-1.24 b/sys-cluster/ipvsadm/files/digest-ipvsadm-1.24
new file mode 100644
index 000000000000..583077e6b48f
--- /dev/null
+++ b/sys-cluster/ipvsadm/files/digest-ipvsadm-1.24
@@ -0,0 +1 @@
+MD5 e4b2a5c2a8f261485929563d479f87ab ipvsadm-1.24.tar.gz 32007
diff --git a/sys-cluster/ipvsadm/files/ipvsadm-init b/sys-cluster/ipvsadm/files/ipvsadm-init
index 4caac6e060e9..8f39f9debd4c 100644
--- a/sys-cluster/ipvsadm/files/ipvsadm-init
+++ b/sys-cluster/ipvsadm/files/ipvsadm-init
@@ -1,7 +1,9 @@
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/files/ipvsadm-init,v 1.2 2003/11/14 20:58:15 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/files/ipvsadm-init,v 1.3 2003/12/27 16:47:17 iggy Exp $
+
+opts="start stop save"
depend() {
need net
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
new file mode 100644
index 000000000000..a145efc286c5
--- /dev/null
+++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.1 2003/12/27 16:47:16 iggy Exp $
+
+
+DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support."
+HOMEPAGE="http://linuxvirtualserver.org"
+LICENSE="GPL-2"
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.2"
+
+SRC_URI="http://www.linuxvirtualserver.org/software/kernel-2.5/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="-*"
+S="${WORKDIR}/${P}"
+
+src_compile() {
+ cd "${S}"
+ make || die
+}
+
+src_install() {
+ into /
+ dosbin ipvsadm
+ dosbin ipvsadm-save
+ dosbin ipvsadm-restore
+
+ doman ipvsadm.8
+ doman ipvsadm-save.8
+ doman ipvsadm-restore.8
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/ipvsadm-init ipvsadm
+ keepdir /var/lib/ipvsadm
+
+ einfo "You will need a kernel that has ipvs patches to use LVS."
+ einfo "This version is specicifically for 2.6 kernels."
+}