From aa6b7088872d0ccf507ce2d07fe81ab20d020655 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 10 Apr 2007 19:46:58 +0200 Subject: [PATCH] yp-tools: unmaintained --- yp-tools/.footprint | 30 ------------------------------ yp-tools/.md5sum | 1 - yp-tools/Pkgfile | 18 ------------------ 3 files changed, 49 deletions(-) delete mode 100644 yp-tools/.footprint delete mode 100644 yp-tools/.md5sum delete mode 100644 yp-tools/Pkgfile diff --git a/yp-tools/.footprint b/yp-tools/.footprint deleted file mode 100644 index 43450b864..000000000 --- a/yp-tools/.footprint +++ /dev/null @@ -1,30 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --r-xr-xr-x root/root usr/bin/ypcat --r-xr-xr-x root/root usr/bin/ypchfn --r-xr-xr-x root/root usr/bin/ypchsh --r-xr-xr-x root/root usr/bin/ypmatch --r-xr-xr-x root/root usr/bin/yppasswd --r-xr-xr-x root/root usr/bin/ypwhich -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ypcat.1.gz --rw-r--r-- root/root usr/man/man1/ypchfn.1.gz --rw-r--r-- root/root usr/man/man1/ypchsh.1.gz --rw-r--r-- root/root usr/man/man1/ypmatch.1.gz --rw-r--r-- root/root usr/man/man1/yppasswd.1.gz --rw-r--r-- root/root usr/man/man1/ypwhich.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/nicknames.5.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/yppoll.8.gz --rw-r--r-- root/root usr/man/man8/ypset.8.gz --rw-r--r-- root/root usr/man/man8/yptest.8.gz -drwxr-xr-x root/root usr/sbin/ --r-xr-xr-x root/root usr/sbin/yppoll --r-xr-xr-x root/root usr/sbin/ypserv_test --r-xr-xr-x root/root usr/sbin/ypset --r-xr-xr-x root/root usr/sbin/yptest -drwxr-xr-x root/root var/ -drwxr-xr-x root/root var/yp/ --rw-r--r-- root/root var/yp/nicknames diff --git a/yp-tools/.md5sum b/yp-tools/.md5sum deleted file mode 100644 index 1d8c71224..000000000 --- a/yp-tools/.md5sum +++ /dev/null @@ -1 +0,0 @@ -8a852581c831eb6e699a16d741a7ec52 yp-tools-2.9.tar.gz diff --git a/yp-tools/Pkgfile b/yp-tools/Pkgfile deleted file mode 100644 index a809f83f6..000000000 --- a/yp-tools/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org -# Description: NIS Yellow Pages utilities -# URL: http://www.linux-nis.org/nis/yp-tools -# Depends on: - -name=yp-tools -version=2.9 -release=1 -source=(ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$name-$version.tar.gz) - -build(){ - cd $name-$version - ./configure --mandir=/usr/man --disable-nls - make && make DESTDIR=$PKG install - - rm -rf $PKG/bin - rm -f $PKG/usr/man/man8/*domainname* -}