cvs commit: src/etc/rc.d syscons

Maxime Henrion mux at FreeBSD.org
Mon Mar 12 22:35:44 UTC 2007


mux         2007-03-12 22:35:43 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             syscons 
  Log:
  Make "/etc/rc.d/syscons start" correctly reload screensaver settings.
  
  The code looks for all the loaded screensaver modules, tries to
  kldunload them, and only loads the new one if kldstat's output shows
  that there aren't any left.  However, the regexp looking for modules
  to unload was still searching according to the the old naming scheme,
  splash_<name>.ko, instead of <name>_saver.ko.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.20      +1 -1      src/etc/rc.d/syscons


More information about the cvs-src mailing list