Summary: | ipvsadm-1.21 ebuild inappropriately installs the ipvsadm binary in /etc/init.d | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jacob Smullyan <smulloni> |
Component: | New packages | Assignee: | Brian Jackson (RETIRED) <iggy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jacob Smullyan
2003-11-06 13:58:46 UTC
sorry, that is mine ;) I think that was supposed to be ipvsadm.sh which is a startup script. I went ahead and wrote a Gentoo'ized startup script for ipvsadm. Give the mirrors a while to update and then give it a try. I havent' bumped it yet, I want to get somebody else to test it. So let me know if it works okay for you. You have a nasty typo in the stable ebuild now -- after exeinto /etc/init.d/ you have newbin ${FILESDIR}/ipvsadm-init ipvsadm which puts your runscript into /bin/ipvsadm, masking the real ipvsadm in /sbin. This needs fixin'! If anyone has a script running that calls ipvsadm without the full path and reinstalls for some reason, they'll be unhappy. Also, your init script, which you cloned from iptables, still refers to iptables where it means to say ipvsadm in an eerror message. good catch, it's supposed to be newexe, fixed that and the init script in cvs so we can close it ;) |