From owner-cvs-usrsbin Wed Jul 24 03:48:18 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA11748 for cvs-usrsbin-outgoing; Wed, 24 Jul 1996 03:48:18 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA11730; Wed, 24 Jul 1996 03:48:11 -0700 (PDT) Date: Wed, 24 Jul 1996 03:48:11 -0700 (PDT) From: Peter Wemm Message-Id: <199607241048.DAA11730@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/07/24 03:48:10 Modified: usr.sbin/ypserv Makefile.yp Log: Add sample rules for amd.host, mostly from the AMD docs, but tweaked to fit the FreeBSD Makefile.yp structure by me. This allows you to have a single amd map for all machines in a cluster. In /etc/sysconfig, it would look something like: amdflags="-p -a /net -c 1800 -l syslog /host amd.host" Revision Changes Path 1.9 +26 -2 src/usr.sbin/ypserv/Makefile.yp