From owner-freebsd-commit Sun Feb 18 14:25:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08567 for freebsd-commit-outgoing; Sun, 18 Feb 1996 14:25:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08552 for cvs-all-outgoing; Sun, 18 Feb 1996 14:25:07 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA08480 Sun, 18 Feb 1996 14:24:34 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id GAA03416; Mon, 19 Feb 1996 06:23:57 +0800 (WST) Message-Id: <199602182223.GAA03416@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: Mike Pritchard cc: peter@freefall.freebsd.org (Peter Wemm), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/rpc.statd - Imported sources In-reply-to: Your message of "Sun, 18 Feb 1996 13:46:08 PST." <199602182146.NAA06448@freefall.freebsd.org> Date: Mon, 19 Feb 1996 06:23:56 +0800 From: Peter Wemm Sender: owner-commit@FreeBSD.ORG Precedence: bulk >Peter Wemm wrote: >> peter 96/02/17 07:15:00 >> >> src/sbin/rpc.statd - Imported sources >> Update of /home/ncvs/src/sbin/rpc.statd > >Perhaps rpc.statd & rpc.lockd should live in src/libexec with >all of the other rpc.* programs? > >BTW, They both need to be added to the modules database, and to sbin/Makefile. Perhaps not libexec, because they are perfectly valid to be run from the command prompt. libexec stuff is for things that are only useful when started by something else, eg: getty, telnetd, rshd, etc. I've not connected it to the makefile, because I'm not finished with it yet, even though it compiles. I'm half way through doing a rpcgen run (like the YP server) on the fly with a seperate main() and glue, so that it uses the new-style rpcgen "structure".. That sort of thing needs to go through a few rounds of feedback with the author though. BTW: in case anybody was wondering, the lockd test program doesn't work.. it even returns "fail" on a genuine sun derived NFS/Lockd. Cheers, -Peter