ypserv: unmaintained
This commit is contained in:
parent
c263c60801
commit
c32014aa6c
@ -1,49 +0,0 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/rc.d/
|
||||
-rwxr-xr-x root/root etc/rc.d/ypserv
|
||||
-rw-r--r-- root/root etc/ypserv.conf
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/rpcsvc/
|
||||
-rw-r--r-- root/root usr/include/rpcsvc/ypxfrd.x
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/yp/
|
||||
-rwxr-xr-x root/root usr/lib/yp/create_printcap
|
||||
-r-xr-xr-x root/root usr/lib/yp/makedbm
|
||||
-rwxr-xr-x root/root usr/lib/yp/match_printcap
|
||||
-r-xr-xr-x root/root usr/lib/yp/mknetid
|
||||
-rwxr-xr-x root/root usr/lib/yp/pwupdate
|
||||
-r-xr-xr-x root/root usr/lib/yp/revnetgroup
|
||||
-r-xr-xr-x root/root usr/lib/yp/yphelper
|
||||
-rwxr-xr-x root/root usr/lib/yp/ypinit
|
||||
-rwxr-xr-x root/root usr/lib/yp/ypxfr
|
||||
-rwxr-xr-x root/root usr/lib/yp/ypxfr_1perday
|
||||
-rwxr-xr-x root/root usr/lib/yp/ypxfr_1perhour
|
||||
-rwxr-xr-x root/root usr/lib/yp/ypxfr_2perday
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/netgroup.5.gz
|
||||
-rw-r--r-- root/root usr/man/man5/ypserv.conf.5.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/makedbm.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/mknetid.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/pwupdate.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/revnetgroup.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/rpc.yppasswdd.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/rpc.ypxfrd.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/yphelper.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ypinit.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/yppasswdd.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/yppush.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ypserv.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ypxfr.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ypxfrd.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-r-xr-xr-x root/root usr/sbin/rpc.yppasswdd
|
||||
-r-xr-xr-x root/root usr/sbin/rpc.ypxfrd
|
||||
-r-xr-xr-x root/root usr/sbin/yppush
|
||||
-r-xr-xr-x root/root usr/sbin/ypserv
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/yp/
|
||||
-rw-r--r-- root/root var/yp/Makefile
|
||||
-rw-r--r-- root/root var/yp/securenets
|
@ -1,4 +0,0 @@
|
||||
69eb38d489196af59bfac0c3d00d8d53 securenets
|
||||
066cb07c7779a22aec3ee347ea869d35 ypserv
|
||||
f6f856fc8143040ba8db61a1717ae815 ypserv-2.19.tar.bz2
|
||||
d6333cb8cf42bb476c358212261ec361 ypserv.conf
|
@ -1,21 +0,0 @@
|
||||
# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
|
||||
# Description: NIS Yellow Pages Server
|
||||
# URL: http://www.linux-nis.org/nis/ypserv
|
||||
# Depends on:
|
||||
|
||||
name=ypserv
|
||||
version=2.19
|
||||
release=1
|
||||
source=(ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$name-$version.tar.bz2 ypserv ypserv.conf securenets)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
make && make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/etc/rc.d/
|
||||
install -m 755 ../ypserv $PKG/etc/rc.d/
|
||||
install -m 644 ../securenets $PKG/var/yp/
|
||||
install -m 644 ../ypserv.conf $PKG/etc/
|
||||
}
|
||||
|
@ -1,11 +0,0 @@
|
||||
NIS Yellow Pages Services
|
||||
|
||||
POST-INSTALL
|
||||
|
||||
Ensure YPDOMAIN is defined in /etc/rc.conf, and run
|
||||
make in /var/yp after adjusting any targets. You'll
|
||||
also want to add ypserv to SERVICES in /etc/rc.conf,
|
||||
after a network device has been configured.
|
||||
|
||||
It would be wise to also install yp-tools.
|
||||
|
@ -1,14 +0,0 @@
|
||||
#
|
||||
# /var/yp/securenets: ypserv access file
|
||||
#
|
||||
|
||||
# allow from local host, required
|
||||
host 127.0.0.1
|
||||
|
||||
# allow from local subnet
|
||||
#255.255.255.0 192.168.0.0
|
||||
|
||||
# allow from 2nd subnet, to 134.88.217.255
|
||||
#255.255.254.0 134.88.216.0
|
||||
|
||||
# End of file
|
@ -1,33 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# /etc/rc.d/ypserv: start/stop NIS services
|
||||
#
|
||||
|
||||
. /etc/rc.conf
|
||||
|
||||
case $1 in
|
||||
start)
|
||||
test "$YPDOMAIN" || {
|
||||
echo "YPDOMAIN not defined in /etc/rc.conf"
|
||||
exit 1
|
||||
}
|
||||
|
||||
/bin/domainname $YPDOMAIN
|
||||
/usr/sbin/ypserv
|
||||
/usr/sbin/rpc.yppasswdd
|
||||
;;
|
||||
stop)
|
||||
killall -q /usr/sbin/rpc.yppasswdd
|
||||
killall -q /usr/sbin/ypserv
|
||||
;;
|
||||
|
||||
restart)
|
||||
pkill -HUP /usr/sbin/ypserv
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Usage: $0 start|stop|restart"
|
||||
;;
|
||||
esac
|
||||
|
||||
# End of file
|
@ -1,6 +0,0 @@
|
||||
#
|
||||
# File: /etc/ypserv.conf
|
||||
#
|
||||
|
||||
|
||||
# End of file
|
Loading…
x
Reference in New Issue
Block a user