From owner-freebsd-current Fri Jan 5 21:43:23 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26332 for current-outgoing; Fri, 5 Jan 1996 21:43:23 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA26325 for ; Fri, 5 Jan 1996 21:42:58 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA08457; Sat, 6 Jan 1996 16:35:29 +1100 Date: Sat, 6 Jan 1996 16:35:29 +1100 From: Bruce Evans Message-Id: <199601060535.QAA08457@godzilla.zeta.org.au> To: current@freebsd.org, pst@Shockwave.COM Subject: Re: s/rpc\.\(.*\)/\1/g? Sender: owner-current@freebsd.org Precedence: bulk >I'd have no objection to renaming the new utilities, if, and only if, >we do it consistently and rename all the rpc utilities. This seems reasonable >given that nfsd and mountd don't have rpc. in front of them. I rather like rpc.foo. It's better than having an rpc subdirectory of /usr/libexec to contain just a few files. There are several other inconsistent naming schemes in /usr/libexec: - the locate.* files - the lpr subdirectory to contain one file - the uucp subdirectory to contain two files, the names of which already have a `uu' prefix. Bruce