Date: Thu, 28 Feb 2002 19:35:53 -0800 From: Mike Makonnen <mike_makonnen@yahoo.com> To: Terry Lambert <tlambert2@mindspring.com> Cc: current@freebsd.org, cjclark@alum.mit.edu Subject: Re: NetBSD-style rc.d Project -- What I have so far... Message-ID: <1014953754.2899.112.camel@blackbox.pacbell.net> In-Reply-To: <3C7E6299.5A7189D8@mindspring.com> References: <20020226051811.K52727@blossom.cjclark.org> <1014914374.816.53.camel@blackbox.pacbell.net> <3C7E6299.5A7189D8@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-02-28 at 09:02, Terry Lambert wrote: > Thanks for the hard work, Mike! > Thanks, nice to know someone appreciates it. Every one has their own ideas about how it _should_ be done, so I expected I'd get flamed for not pleasing everyone. OTOH it's been less than 24 hours since I posted it, maybe I should wait a couple more days :-) > You could handle most of this using something like: > > rc.bsd: > # Normalize difference between BSD's > # > # This is the FreeBSD version > # > SYSCTL_W="sysctl" > FOOARGS="-t -U" > > > # Normalize difference between BSD's > # > # This is the NetBSD version > # > SYSCTL_W="sysctl -w" > FOOARGS"-u" > I understand what you're saying, but my problem is with the larger issue of making the startup scripts more complex (even though the reason for introducing a new rc system is to make them simpler) when the right thing to do, IMO, is to make the rest of the system more compatible so that the startup scripts can be simpler. > > Yes, but the person who does the work is always the ultimate > arbiter of how it gets done. > > One of my professors was fond of reformulating Occam's Razoer > as "Anything that works is better than anything that doesn't". Ha ha! I like that one. I'll have to remember it the next time I'm thinking of all those unfinished projects I have sitting in the back of my mind. cheers, mike makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1014953754.2899.112.camel>