From owner-cvs-all Mon Dec 16 14:24:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 182A137B401; Mon, 16 Dec 2002 14:24:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCE543EC2; Mon, 16 Dec 2002 14:24:26 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGMOQmV012694; Mon, 16 Dec 2002 14:24:26 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBGMOQMV012693; Mon, 16 Dec 2002 14:24:26 -0800 (PST) Message-Id: <200212162224.gBGMOQMV012693@repoman.freebsd.org> From: Martin Blapp Date: Mon, 16 Dec 2002 14:24:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/etc netconfig src/lib/libc/rpc getnetconfig.c rpc_generic.c src/lib/libypclnt ypclnt_passwd.c src/usr.bin/rpcinfo rpcinfo.c src/usr.sbin/rpcbind rpcbind.c security.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/12/16 14:24:26 PST Modified files: . UPDATING etc netconfig lib/libc/rpc getnetconfig.c rpc_generic.c lib/libypclnt ypclnt_passwd.c usr.bin/rpcinfo rpcinfo.c usr.sbin/rpcbind rpcbind.c security.c Log: Change the name for the local unix-socket based protocol from "unix" back to "local". Add some compat stuff so both ways work for some time. Reviewed by: phk Approved by: imp (UPDATING) Requested by: iedowse, lukem@netbsd.org Revision Changes Path 1.230 +7 -0 src/UPDATING 1.3 +1 -1 src/etc/netconfig 1.7 +12 -0 src/lib/libc/rpc/getnetconfig.c 1.9 +14 -5 src/lib/libc/rpc/rpc_generic.c 1.5 +3 -1 src/lib/libypclnt/ypclnt_passwd.c 1.15 +1 -1 src/usr.bin/rpcinfo/rpcinfo.c 1.9 +12 -5 src/usr.sbin/rpcbind/rpcbind.c 1.6 +1 -1 src/usr.sbin/rpcbind/security.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message