From owner-freebsd-current Thu Oct 24 07:39:00 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA25400 for current-outgoing; Thu, 24 Oct 1996 07:39:00 -0700 (PDT) Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA25381 for ; Thu, 24 Oct 1996 07:38:54 -0700 (PDT) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id KAA22434 for current@freebsd.org; Thu, 24 Oct 1996 10:38:42 -0400 From: Bill Paul Message-Id: <199610241438.KAA22434@skynet.ctr.columbia.edu> Subject: /etc/rc* stuff To: current@freebsd.org Date: Thu, 24 Oct 1996 10:38:40 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just a couple of small nits: - At the very end of /etc/rc.i386, we have this: [begin snippage] echo '.' # interrupts for /dev/random device if [ "X${rand_irqs}" != X"NO" ] ; then echo -n 'entropy source: ' rndcontrol ${rand_irqs} fi echo '.' # probably bogus [end snippage] The 'probably bogus' comment is true: if you don't have rand_irqs set to anything, you get an extra '.' printed on a line all by itself. This has bugged me for a while. (I'm funny that way.) What's the correct way to fix this? Should the entropy source message be part of the '386 specific' config messages or should it be a seperate caterory, and thus be on a line by itself? Put another way, should the first "echo '.'" go away, or should the 'probably bogus' one be moved inside the if/fi clause? - Even though we have rpc.lockd and rpc.statd in the tree now, there are no knobs for it in /etc/sysconfig or /etc/rc. Shouldn't we be be starting them if NFS is turned on? -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "If you're ever in trouble, go to the CTR. Ask for Bill. He will help you." =============================================================================