summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-24 23:58:17 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-24 23:58:17 +0100
commitbe3329076e3a9c78a01a4c0023165eae3043f179 (patch)
treee7f4d6f3f245e5c9099dd0c3e9bcbf96dcc4bfe4 /base
parentdf1bedd8151974dd4d37fc9e8b59b22eedf7f8e4 (diff)
downloadnutyx-extra-be3329076e3a9c78a01a4c0023165eae3043f179.tar.gz
nutyx-extra-be3329076e3a9c78a01a4c0023165eae3043f179.tar.bz2
nutyx-extra-be3329076e3a9c78a01a4c0023165eae3043f179.tar.xz
nutyx-extra-be3329076e3a9c78a01a4c0023165eae3043f179.zip
Maj inetutils#1.7-1
Diffstat (limited to 'base')
-rw-r--r--base/inetutils/.footprint8
-rw-r--r--base/inetutils/.md5sum3
-rwxr-xr-xbase/inetutils/Pkgfile8
3 files changed, 8 insertions, 11 deletions
diff --git a/base/inetutils/.footprint b/base/inetutils/.footprint
index 9d7907d5e..2ccb72e6b 100644
--- a/base/inetutils/.footprint
+++ b/base/inetutils/.footprint
@@ -1,10 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ftp
--rwxr-xr-x root/root usr/bin/hostname
-rwsrwxr-x root/root usr/bin/ping
-rwsrwxr-x root/root usr/bin/ping6
-rwsrwxr-x root/root usr/bin/rcp
+-rwxr-xr-x root/root usr/bin/rexec
-rwsrwxr-x root/root usr/bin/rlogin
-rwsrwxr-x root/root usr/bin/rsh
-rwxr-xr-x root/root usr/bin/talk
@@ -18,12 +18,12 @@ drwxr-xr-x root/root usr/share/info/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/ftp.1.gz
+-rw-r--r-- root/root usr/share/man/man1/ping.1.gz
-rw-r--r-- root/root usr/share/man/man1/rcp.1.gz
+-rw-r--r-- root/root usr/share/man/man1/rexec.1.gz
-rw-r--r-- root/root usr/share/man/man1/rlogin.1.gz
-rw-r--r-- root/root usr/share/man/man1/rsh.1.gz
-rw-r--r-- root/root usr/share/man/man1/talk.1.gz
-rw-r--r-- root/root usr/share/man/man1/telnet.1.gz
-rw-r--r-- root/root usr/share/man/man1/tftp.1.gz
-drwxr-xr-x root/root usr/share/man/man5/
-drwxr-xr-x root/root usr/share/man/man8/
--rw-r--r-- root/root usr/share/man/man8/ping.8.gz
+-rw-r--r-- root/root usr/share/man/man1/traceroute.1.gz
diff --git a/base/inetutils/.md5sum b/base/inetutils/.md5sum
index a9b2721b9..f13623451 100644
--- a/base/inetutils/.md5sum
+++ b/base/inetutils/.md5sum
@@ -1,2 +1 @@
-fffe02c2f93fec7911e57393fd927a9d inetutils-1.6-no_server_man_pages-1.patch
-23cc24bc77751bf77d50a07a7395f9b3 inetutils-1.6.tar.gz
+a1d5a01b0ab8a7e596ac4cff0cce7129 inetutils-1.7.tar.gz
diff --git a/base/inetutils/Pkgfile b/base/inetutils/Pkgfile
index ac26c72fd..323d6049d 100755
--- a/base/inetutils/Pkgfile
+++ b/base/inetutils/Pkgfile
@@ -5,14 +5,11 @@
# Depends on:
name=inetutils
-version=1.6
+version=1.7
release=1
-source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\
- http://www.linuxfromscratch.org/patches/lfs/development/$name-$version-no_server_man_pages-1.patch)
-
+source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- patch -Np1 -i ../$name-$version-no_server_man_pages-1.patch
./configure --prefix=/usr \
--libexecdir=/usr/sbin \
--localstatedir=/var \
@@ -21,6 +18,7 @@ build() {
--disable-logger \
--disable-syslogd \
--disable-whois \
+ --disable-hostname \
--disable-servers \
--mandir=/usr/share/man \
--infodir=/usr/share/info