From owner-cvs-etc Wed Mar 22 17:48:44 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA22736 for cvs-etc-outgoing; Wed, 22 Mar 1995 17:48:44 -0800 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 RAA22725; Wed, 22 Mar 1995 17:48:40 -0800 Received: from freefall.cdrom.com (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id RAA14479; Wed, 22 Mar 1995 17:48:29 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA22713; Wed, 22 Mar 1995 17:48:27 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: "Rodney W. Grimes" cc: jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-etc@time.cdrom.com Subject: Re: cvs commit: src/etc rc.netstart rc sysconfig netstart In-reply-to: Your message of "Wed, 22 Mar 95 17:35:02 PST." <199503230135.RAA11008@gndrsh.aac.dev.com> Date: Wed, 22 Mar 1995 17:48:26 -0800 Message-ID: <22712.795923306@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: cvs-etc-owner@freebsd.org Precedence: bulk > As long as your in there doing gratitious file renameing > (netstart -> rc.netstart) why not rename sysconfig -> rc.sysconfig. It may look gratuitous at first blush, but if you actually really look at it you'll see where the point of division clearly lies. sysconfig contains the system configuration for the benefit of some number of rc. scripts, each of which contains the initialization code particular to some particular area of the system. netstart was really just the smashed-together contents of part of sysconfig (variable settings) and some stuff ripped from the original rc file in someone's first pass cleanup. I'm simply continuing that cleanup and making the filenames orthogonal with eachother (though this and the edit-pr argument are beginning to make me think that arguing for greater orthogonality is a lost cause with you, Rod!). > you did this I really want *you* to go grep /usr/share/man for the > word netstart and fix all the man pages. That's fine. I actually think you give us too much credit anyway. Since when did we ever provide documentation for anything in /etc/* that was anything but a sad joke? Documentation on setting up netstart that I'll have to change? Hahahahahaha! There *is no* documentation, dude, and if there's ever a time to change it I'd say now is a pretty good one! > Then send corrections to all the BSD based sysadmin manual writers to Thanks. If I see him, I'll be sure to let him know. > let them know FreeBSD is different that *BSD in this area. And also > make sure you go update all the FAQ stuff, etc etc... Let's see.. "All the FAQ stuff, etc etc.." Grep all of /usr/share/FAQ: zero references Grep all of /usr/share/man: ./man4/yp.4:.Nm /etc/netstart Damn, you're right, Rod - a reference! Shit! This is going to take the rest of my afternoon, at least! :-) Jordan