Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 1999 23:49:00 -0700 (PDT)
From:      Nick Sayer <nsayer@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc
Message-ID:  <199909240649.XAA06580@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909240649.XAA06580>