ports/opt (master): ypbind-mt: unmaintained
commit c263c60801a3485e18d64c95bf40b142dc8d4eda Author: Juergen Daubert <jue@jue.li> Date: Tue Apr 10 19:47:14 2007 +0200 ypbind-mt: unmaintained diff --git a/ypbind-mt/.footprint b/ypbind-mt/.footprint deleted file mode 100644 index 9d605b0..0000000 --- a/ypbind-mt/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/rc.d/ --rwxr-xr-x root/root etc/rc.d/ypbind --rw-r--r-- root/root etc/yp.conf -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/yp.conf.5.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/ypbind.8.gz -drwxr-xr-x root/root usr/sbin/ --r-xr-xr-x root/root usr/sbin/ypbind diff --git a/ypbind-mt/.md5sum b/ypbind-mt/.md5sum deleted file mode 100644 index 017fe31..0000000 --- a/ypbind-mt/.md5sum +++ /dev/null @@ -1,3 +0,0 @@ -653ed84671a142450378e7aa72c8a523 yp.conf -b9f9cb773c6f76f8765c3017f7ec99e0 ypbind -4878b742d61590501230aa8baa6a4f53 ypbind-mt-1.19.tar.bz2 diff --git a/ypbind-mt/Pkgfile b/ypbind-mt/Pkgfile deleted file mode 100644 index 726fbc8..0000000 --- a/ypbind-mt/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org -# Description: NIS binding daemon -# URL: http://www.linux-nis.org/nis/ypbind-mt -# Depends on: - -name=ypbind-mt -version=1.19 -release=1 -source=(ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$name-$version.tar.bz2 yp.conf ypbind) - -build() { - cd $name-$version - ./configure --disable-nls - make && make DESTDIR=$PKG install - - install -d $PKG/etc/rc.d - install -m 644 ../yp.conf $PKG/etc - install ../ypbind $PKG/etc/rc.d -} diff --git a/ypbind-mt/README b/ypbind-mt/README deleted file mode 100644 index b88362b..0000000 --- a/ypbind-mt/README +++ /dev/null @@ -1,11 +0,0 @@ -NIS Yellow Pages Services - -POST-INSTALL - -Ensure YPDOMAIN is defined in /etc/rc.conf and edit -/etc/yp.conf to specify your NIS server. You'll also -want to add ypbind to SERVICES in /etc/rc.conf, after -a network device has been configured. - -It would also be wise to install yp-tools. - diff --git a/ypbind-mt/yp.conf b/ypbind-mt/yp.conf deleted file mode 100644 index cfaeb92..0000000 --- a/ypbind-mt/yp.conf +++ /dev/null @@ -1,7 +0,0 @@ -# -# File: /etc/yp.conf -# - -# domain localdomain broadcast - -# End of /etc/yp.conf diff --git a/ypbind-mt/ypbind b/ypbind-mt/ypbind deleted file mode 100644 index 2b61062..0000000 --- a/ypbind-mt/ypbind +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# /etc/rc.d/ypbind: start/stop NIS client 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/ypbind $YPBIND - ;; -stop) - killall -q /usr/sbin/ypbind - ;; -restart) - $0 stop - $0 start - ;; -*) - echo "Usage: $0 [start|stop|restart]" - ;; -esac - -# End of file
participants (1)
-
crux@crux.nu