net-tools: removed /etc/rc.d/net in favor of iproute2's

This commit is contained in:
Matt Housh 2006-12-19 14:48:44 -06:00
parent 3212b2de07
commit 6ebf59a91d
3 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}