From owner-freebsd-hackers Fri Apr 28 22:17:06 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA08538 for hackers-outgoing; Fri, 28 Apr 1995 22:17:06 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA08532 for ; Fri, 28 Apr 1995 22:17:05 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id WAA11054; Fri, 28 Apr 1995 22:16:42 -0700 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: "House of Debuggin'" cc: faulkner@mpd.tandem.com, kelly@fsl.noaa.gov, hackers@FreeBSD.org, root@morton.cdrom.com Subject: Re: What I'd *really like* for 2.0.5 In-reply-to: Your message of "Fri, 28 Apr 1995 22:02:48 EDT." <199504290202.WAA02751@skynet.ctr.columbia.edu> Date: Fri, 28 Apr 1995 22:16:42 -0700 Message-ID: <11052.799132602@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > Oh, one thing while I'm here: I was mistaken when I said you only > have to edit the defaultdomain setting in /etc/sysconfig to activate > NIS. You also need to change the nis_clientflags from "NO" to something > other than "NO". I recommend "-s" to run ypbind in secure mode. I will do this, thanks. > - The printf()s from the slicing code irritate the hell out of me: You're not alone.. :-) These should be going away soon. > - The SCSI disk probe messages also irritate the hell out of me: All the probe messages irritate the hell out of me. The style is inconsistent in many places and I still maintain that I do *NOT* want to know about all the things it didn't find, I want to know about only the things it did since the "fnob0: not found" messages just obscure the messages I'm really looking for (or cause them to scroll off the screen). Unfortunately, I seem to be in the minority here as a number of other folks say that they like all that "extra diagnostic information." I say fiddlesticks, and it's time to make the -v flag earn its keep. FreeBSD should either shut up entirely or spew loads of stuff at you if you boot with -v. Anyone of a mind to go on a little boot message reform rampage? Jordan