From owner-cvs-usrsbin Thu Jul 25 12:32:47 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA24823 for cvs-usrsbin-outgoing; Thu, 25 Jul 1996 12:32:47 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA24804; Thu, 25 Jul 1996 12:32:38 -0700 (PDT) Date: Thu, 25 Jul 1996 12:32:38 -0700 (PDT) From: Peter Wemm Message-Id: <199607251932.MAA24804@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/25 12:32:38 Modified: usr.sbin/ypserv Makefile.yp Log: Fix the services.byname target so that it creates search keys for the aliases of the "official" names as well, because now that getportbyname() does a yp match, it no longer found the entries under the alias. This broke rsh(1), because it looks up "shell/tcp" while the official name in /etc/services is "cmd/tcp". Revision Changes Path 1.11 +6 -4 src/usr.sbin/ypserv/Makefile.yp