Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2007 22:35:43 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/rc.d syscons
Message-ID:  <200703122235.l2CMZhdc046131@repoman.freebsd.org>

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



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