ports/core (2.3): net-tools: removed /etc/rc.d/net in favor of iproute2's
commit 6ebf59a91d14dc99e53702ea67a24a7a47b03211 Author: Matt Housh <jaeger@crux.nu> Date: Tue Dec 19 14:48:44 2006 -0600 net-tools: removed /etc/rc.d/net in favor of iproute2's diff --git a/net-tools/.footprint b/net-tools/.footprint index 2d90656..0e2cf52 100644 --- a/net-tools/.footprint +++ b/net-tools/.footprint @@ -5,9 +5,6 @@ lrwxrwxrwx root/root bin/domainname -> hostname -rwxr-xr-x root/root bin/netstat lrwxrwxrwx root/root bin/nisdomainname -> hostname lrwxrwxrwx root/root bin/ypdomainname -> hostname -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/rc.d/ --rwxr-xr-x root/root etc/rc.d/net drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/arp -rwxr-xr-x root/root sbin/ifconfig diff --git a/net-tools/.md5sum b/net-tools/.md5sum index 6c1343a..d0d48f9 100644 --- a/net-tools/.md5sum +++ b/net-tools/.md5sum @@ -1,4 +1,3 @@ -c573022dc9844e7a6c57ec161e891a69 net 830e6f4e684836ba37490466f76291ea net-tools-1.60-arp.patch 60fc4a56b77b1eed2edb1b5ec36811c2 net-tools-1.60-compile_fixes.patch e6bac543b1ecd00dce441e01a36803e8 net-tools-1.60-config.patch diff --git a/net-tools/Pkgfile b/net-tools/Pkgfile index 21ddb6d..baa8a43 100644 --- a/net-tools/Pkgfile +++ b/net-tools/Pkgfile @@ -4,7 +4,7 @@ name=net-tools version=1.60 -release=5 +release=6 source=(http://www.tazenda.demon.co.uk/phil/net-tools/$name-$version.tar.bz2 \ $name-$version-config.patch \ $name-$version-compile_fixes.patch \ @@ -14,8 +14,7 @@ source=(http://www.tazenda.demon.co.uk/phil/net-tools/$name-$version.tar.bz2 \ $name-$version-manydevs.patch \ $name-$version-virtualname.patch \ $name-$version-ipv6.patch \ - $name-$version-miiioctl.patch \ - net) + $name-$version-miiioctl.patch) build() { cd $name-$version @@ -30,5 +29,4 @@ build() { patch -p1 < ../$name-$version-miiioctl.patch make COPTS="$CFLAGS -D_GNU_SOURCE -Wall" make BASEDIR=$PKG mandir=/usr/man install - install -D -m 755 ../net $PKG/etc/rc.d/net }
participants (1)
-
crux@crux.nu