From: Victor Martinez Date: Wed, 15 Oct 2014 10:06:09 +0000 (+0000) Subject: inetutils: removed hostname X-Git-Url: http://gitweb/?a=commitdiff_plain;h=4b8f91fd5611819f66be3a4f18578058458b33ac;p=crossrootfs.git inetutils: removed hostname --- diff --git a/inetutils/.footprint b/inetutils/.footprint index 094fb85..424aaec 100644 --- a/inetutils/.footprint +++ b/inetutils/.footprint @@ -1,19 +1,15 @@ -drwxr-xr-x root/root bin/ --rwxr-xr-x root/root bin/hostname drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/inetd.conf drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/inetd -drwxr-xr-x root/root sbin/ --rwxr-xr-x root/root sbin/ifconfig drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ifconfig -rwxr-xr-x root/root usr/bin/telnet -rwsrwxr-x root/root usr/bin/traceroute drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/ftp.1.gz --rw-r--r-- root/root usr/man/man1/hostname.1.gz -rw-r--r-- root/root usr/man/man1/ifconfig.1.gz -rw-r--r-- root/root usr/man/man1/telnet.1.gz -rw-r--r-- root/root usr/man/man1/traceroute.1.gz diff --git a/inetutils/Pkgfile b/inetutils/Pkgfile index eed4009..7baf897 100644 --- a/inetutils/Pkgfile +++ b/inetutils/Pkgfile @@ -27,15 +27,12 @@ build() { --localstatedir=/var \ --sysconfdir=/etc \ --disable-{servers,clients} \ - --enable-{hostname,ifconfig,inetd,ftp,telnet,traceroute} + --enable-{ifconfig,inetd,ftp,telnet,traceroute} make make DESTDIR=$PKG install - install -d $PKG/{etc/rc.d,bin,sbin} - - mv $PKG/usr/bin/hostname $PKG/bin/ - mv $PKG/usr/bin/ifconfig $PKG/sbin/ + install -d $PKG/etc/rc.d install -m 644 $SRC/inetd.conf $PKG/etc install -m 755 $SRC/inetd $PKG/etc/rc.d