mtm 2008-06-24 21:01:56 UTC
FreeBSD src repository
Modified files:
etc/rc.d syscons
Log:
SVN rev 179981 on 2008-06-24 21:01:56Z by mtm
Quiet rc.d/syscons unless it has something to say.
Revision ChangesPath
1.22 +35 -6 src/etc/rc.d/syscon
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 sho
brooks 2007-03-25 23:58:46 UTC
FreeBSD src repository
Modified files:
etc/rc.d syscons
Log:
Use "-ne" instead of "!=" for integer comparison.
Revision ChangesPath
1.21 +1 -1 src/etc/rc.d/syscons
___
cv
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
yar 2007-03-10 14:00:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/rc.d syscons
Log:
MFC rev. 1.18:
Syscons cannot be stopped, so provide a no-op stop method.
The default stop method from rc.subr isn't suited for this
case an
yar 2006-12-20 12:59:50 UTC
FreeBSD src repository
Modified files:
etc/rc.d syscons
Log:
Syscons cannot be stopped, so provide a no-op stop method.
The default stop method from rc.subr isn't suited for this
case and produces a bogus warning: "syscons not runni