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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to