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