CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
inetutils: removed hostname
authorVictor Martinez <pitillo@ono.com>
Wed, 15 Oct 2014 10:06:09 +0000 (10:06 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 15 Oct 2014 10:06:09 +0000 (10:06 +0000)
inetutils/.footprint
inetutils/Pkgfile

index 094fb852629f22e6ef6af1ea16aa6ec73613ea76..424aaec079533df61f514eec702162028a9a2017 100644 (file)
@@ -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
index eed400944649cfe882defb61fba840ef599da62d..7baf897c8416635ffc7123e8e2918459aad310f2 100644 (file)
@@ -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