Author: arekm Date: Mon Mar 7 19:48:19 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 3; disable power saving on console; make little sense with current monitors while causes essential information to be lost in case of KVMs etc
---- Files affected: packages/kbd: kbd.spec (1.108 -> 1.109) , kbd.sysconfig (1.17 -> 1.18) ---- Diffs: ================================================================ Index: packages/kbd/kbd.spec diff -u packages/kbd/kbd.spec:1.108 packages/kbd/kbd.spec:1.109 --- packages/kbd/kbd.spec:1.108 Thu Jan 27 23:09:13 2011 +++ packages/kbd/kbd.spec Mon Mar 7 20:48:14 2011 @@ -6,7 +6,7 @@ Summary(pl.UTF-8): Narzędzia do obsługi konsoli Name: kbd Version: 1.15.2 -Release: 2 +Release: 3 License: GPL v2+ Group: Applications/Console Source0: ftp://ftp.altlinux.org/pub/people/legion/kbd/%{name}-%{version}.tar.gz @@ -160,6 +160,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.109 2011/03/07 19:48:14 arekm +- rel 3; disable power saving on console; make little sense with current monitors while causes essential information to be lost in case of KVMs etc + Revision 1.108 2011/01/27 22:09:13 glen - upstart hook ================================================================ Index: packages/kbd/kbd.sysconfig diff -u packages/kbd/kbd.sysconfig:1.17 packages/kbd/kbd.sysconfig:1.18 --- packages/kbd/kbd.sysconfig:1.17 Tue Aug 12 16:39:57 2008 +++ packages/kbd/kbd.sysconfig Mon Mar 7 20:48:14 2011 @@ -31,7 +31,7 @@ SET_FONT_TERMINALS="1 2 3 4 5 6 7 8" # Turn on powersave on console? -POWER_SAVE=on +POWER_SAVE=no BLANK_TIME=10 POWERDOWN_TIME=60 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kbd/kbd.spec?r1=1.108&r2=1.109&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kbd/kbd.sysconfig?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
