Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 15705

Summary: New ebuild is for the ipvsadm package.
Product: Gentoo Linux Reporter: Brett Simpson <simpsonb>
Component: New packagesAssignee: Zach Welch (RETIRED) <zwelch>
Status: RESOLVED FIXED    
Severity: enhancement CC: simpsonb
Priority: High    
Version: 1.4_rc2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: This is the user space ebuild package for the Linux Virtual Server.
Added || die to the make command.
Description line is wrong
Description line is wrong
Description line is wrong
Description line is wrong
Corrected the Description and Homepage lines.

Description Brett Simpson 2003-02-14 12:21:08 UTC
The Linux Virtual Server is a highly scalable and highly available server built on a cluster of real 
servers, with the load balancer running on the Linux operating system. The architecture of the 
cluster is transparent to end users. End users only see a single virtual server.  
This software can be downloaded from http://linuxvirtualserver.org and requires a kernel with 
ipvs support.
Comment 1 Brett Simpson 2003-02-14 12:21:56 UTC
Created attachment 8277 [details]
This is the user space ebuild package for the Linux Virtual Server.
Comment 2 Brett Simpson 2003-02-17 12:41:18 UTC
Created attachment 8379 [details]
Added || die to the make command. 

This will allow the make process to fail if it doesn't see the ipvs kernel
patches in the running kernel headers.
Comment 3 Zach Welch (RETIRED) gentoo-dev 2003-02-24 22:32:07 UTC
Committed to portage in sys-cluster; removed dependency for ipvs-kernel, 
as patches could eventually appear in any kernel (and that ebuild is not in yet).
Comment 4 Ian Neubert 2003-05-29 18:12:57 UTC
Created attachment 12554 [details]
Description line is wrong

The ebuild description line is talking about keepalived, not part of the LVS
project. I took this line from the README of ipvsadm-1.21.
Comment 5 Ian Neubert 2003-05-29 18:13:14 UTC
Created attachment 12555 [details]
Description line is wrong

The ebuild description line is talking about keepalived, not part of the LVS
project. I took this line from the README of ipvsadm-1.21.
Comment 6 Ian Neubert 2003-05-29 18:13:41 UTC
Created attachment 12556 [details]
Description line is wrong

The ebuild description line is talking about keepalived, not part of the LVS
project. I took this line from the README of ipvsadm-1.21.
Comment 7 Ian Neubert 2003-05-29 18:13:56 UTC
Created attachment 12557 [details]
Description line is wrong

The ebuild description line is talking about keepalived, not part of the LVS
project. I took this line from the README of ipvsadm-1.21.
Comment 8 Brett Simpson 2003-05-29 22:05:27 UTC
Created attachment 12564 [details]
Corrected the Description and Homepage lines.

I really missed that one! Thanks.