Date: Thu, 29 Mar 2007 19:06:14 +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: <200703291906.l2TJ6E9b009019@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2007-03-29 19:06:14 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
etc/rc.d syscons
Log:
MFC r1.20:
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.
Revision Changes Path
1.13.2.4 +1 -1 src/etc/rc.d/syscons
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703291906.l2TJ6E9b009019>
