From owner-freebsd-current Sat Sep 21 23:46:51 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA21058 for current-outgoing; Sat, 21 Sep 1996 23:46:51 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA21028 for ; Sat, 21 Sep 1996 23:46:49 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.6/8.6.6) with ESMTP id AAA00334 for ; Sun, 22 Sep 1996 00:46:39 -0600 (MDT) Message-Id: <199609220646.AAA00334@rover.village.org> To: current@freebsd.org Subject: Upgrading rc files + CTM outage? Date: Sun, 22 Sep 1996 00:46:38 -0600 From: Warner Losh Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After fighting a little with the upgrade procedure, and finally taking the time to upgrade the rc files, I was wondering if there was a painless way to merge in the current /etc/sysconfig file one might have with the newer ones that defines more things. I recently had a problem with this, and it got me thinking. I can do it by hand, but I'd rather not :-). I fixed one bogon in /etc/rc that required swapfile to be defined, or you'd get a hard to track down syntax error on boot (I hope that is alright, I just put "" around a $swapfile to stop the syntax error). I think there is another bogon lurking with local_dirs, but I didn't fix that one. If not, is there any interest in something that would do this sort of thing? I'd write it if there wasn't already a updsysconfig command out there :-) It shouldn't be hard to generate from the new sysconfig, so long as comments needn't be preserved from the sysconfig file that was being upgraded.... Warner P.S. Has anybody else noticed that a) The new stuff about 11% longer to compile (10hr vs 9hr for me) and b) there have been no new CTMs in several hours (like maybe 20-25)?