From owner-cvs-all Thu Sep 23 23:49:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 43AE414D71; Thu, 23 Sep 1999 23:49:23 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA06580; Thu, 23 Sep 1999 23:49:00 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199909240649.XAA06580@freefall.freebsd.org> From: Nick Sayer Date: Thu, 23 Sep 1999 23:49:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/09/23 23:49:00 PDT Modified files: etc rc Log: Slight reordering of /etc/rc order: It now goes ... recover vi msgs/bounds update MOTD rc.{arch} rc.devfs rc.local $local.startup securelevel The motive behind this is to delay rc.{arch} as long as possible, as it loads the screensaver, which kills the splash screen. But at the same time, it can't be done after rc.devfs, as that might depend on arch specific actions. rc.local and local.startup also should come after these, and securelevel must be last of all. Revision Changes Path 1.200 +30 -30 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message