From owner-freebsd-hackers Wed May 7 01:32:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA10763 for hackers-outgoing; Wed, 7 May 1997 01:32:35 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA10753 for ; Wed, 7 May 1997 01:32:32 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id BAA07991; Wed, 7 May 1997 01:32:31 -0700 (PDT) To: Chris Coleman cc: hackers@FreeBSD.ORG Subject: Re: 3.0-SNAP/rc.stuff In-reply-to: Your message of "Wed, 07 May 1997 00:12:41 PDT." Date: Wed, 07 May 1997 01:32:31 -0700 Message-ID: <7989.862993951@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > rc.conf(?)." Now that I have this on my system I am anxiously awaiting > the rc.conf(?) manpage. Yep, on the way - I'm composing it in another buffer as we speak. ;-) > alot more changes than I expected. When I did an upgrade to 2.1.6 from > 2.1.0, it told me which files i would probably have to fix by hand and let > me know it didn't do anything to it. I was impressed by how well the > install/upgrade took care of things and thought it was taking care of > things, but I think a warning that "XXX files might possible need to be > checked" before continuing would be in order. files I had to change were: That's mostly the result of the rc.conf change - before then, the migration process was fairly straight-forward (yeah yeah, I know, Paul ;-) and now I have to take special steps to migrate /etc/sysconfig to /etc/rc.conf. It's not actually that hard and I'll be working on it, just as soon as some more decisions about rc.conf's final format are made. Jordan