yp-tools: unmaintained

This commit is contained in:
Juergen Daubert 2007-04-10 19:46:58 +02:00
parent 41219f69fc
commit aa6b708887
3 changed files with 0 additions and 49 deletions

View File

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

View File

@ -1 +0,0 @@
8a852581c831eb6e699a16d741a7ec52 yp-tools-2.9.tar.gz

View File

@ -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*
}