From owner-cvs-sbin Mon Apr 1 17:42:19 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21711 for cvs-sbin-outgoing; Mon, 1 Apr 1996 17:42:19 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21695 Mon, 1 Apr 1996 17:42:10 -0800 (PST) Date: Mon, 1 Apr 1996 17:42:10 -0800 (PST) From: Peter Wemm Message-Id: <199604020142.RAA21695@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/rpc.lockd Makefile handles.c lockd.c lockd.h procs.c rpc.lockd.8 test.c src/sbin/rpc.statd Makefile file.c procs.c rpc.statd.8 statd.c statd.h test.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/04/01 17:42:08 Removed: sbin/rpc.lockd Makefile handles.c lockd.c lockd.h procs.c rpc.lockd.8 test.c sbin/rpc.statd Makefile file.c procs.c rpc.statd.8 statd.c statd.h test.c Log: Move rpc.statd and rpc.lockd to usr.sbin via repository copy as per discussionn when they were initially added some time ago. These programs are not needed before nfs is up and running to possibly mount /usr so they dont need to be static and on the root fs.