diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-09 04:34:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-09 04:34:00 +0000 |
commit | 93b25635c73e0f78ae9525c0ae4e72214191b94d (patch) | |
tree | 82351e572d58607107cd26f2a1abd7438c49f85e /net-misc/iputils | |
parent | cleaned up ebuild and patch (diff) | |
download | gentoo-2-93b25635c73e0f78ae9525c0ae4e72214191b94d.tar.gz gentoo-2-93b25635c73e0f78ae9525c0ae4e72214191b94d.tar.bz2 gentoo-2-93b25635c73e0f78ae9525c0ae4e72214191b94d.zip |
move trace{route,path} stuff into /usr/sbin and drop setuid bits #47212
Diffstat (limited to 'net-misc/iputils')
-rw-r--r-- | net-misc/iputils/iputils-021109-r3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/iputils/iputils-021109-r3.ebuild b/net-misc/iputils/iputils-021109-r3.ebuild index 4865ebfdb65a..49302aabe016 100644 --- a/net-misc/iputils/iputils-021109-r3.ebuild +++ b/net-misc/iputils/iputils-021109-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.9 2004/08/04 18:51:46 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.10 2004/08/09 04:34:00 vapier Exp $ inherit flag-o-matic gcc gnuconfig eutils @@ -87,12 +87,12 @@ src_install() { use ipv6 && dobin ping6 dosbin arping into /usr - dobin tracepath - use ipv6 && dobin trace{path,route}6 + dosbin tracepath + use ipv6 && dosbin trace{path,route}6 dosbin clockdiff rarpd rdisc ipg tftpd - fperms 4711 /bin/ping /usr/bin/tracepath - use ipv6 && fperms 4711 /bin/ping6 /usr/bin/trace{path,route}6 + fperms 4711 /bin/ping + use ipv6 && fperms 4711 /bin/ping6 dodoc INSTALL RELNOTES |