Mailinglist Archive: opensuse-commit (1003 mails)
| < Previous | Next > |
commit kbd
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 18 Jun 2007 16:53:09 +0200
- Message-id: <20070618145309.5866C678186@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kbd
checked in at Mon Jun 18 16:53:09 CEST 2007.
--------
--- kbd/kbd.changes 2007-05-11 15:39:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/kbd/kbd.changes 2007-06-18 14:09:41.677603000 +0200
@@ -1,0 +2,11 @@
+Mon Jun 18 14:07:53 CEST 2007 - jw@xxxxxxx
+
+- sleep 3 removed. bugzilla #284348
+
+-------------------------------------------------------------------
+Sat Jun 16 17:07:11 CEST 2007 - coolo@xxxxxxx
+
+- as discussed with jw and werner kbd does not need to run before
+ xdm
+
+-------------------------------------------------------------------
Old:
----
earlykbd.init
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kbd.spec ++++++
--- /var/tmp/diff_new_pack.t25453/_old 2007-06-18 16:52:35.000000000 +0200
+++ /var/tmp/diff_new_pack.t25453/_new 2007-06-18 16:52:35.000000000 +0200
@@ -16,7 +16,7 @@
Group: System/Console
Autoreqprov: on
Version: 1.12
-Release: 105
+Release: 116
Summary: Keyboard and Font Utilities
Source: ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/utils/kbd/%{name}-%{version}.tar.bz2
Source1: kbd_fonts.tar.bz2
@@ -25,7 +25,6 @@
Source4: kbd.init
Source5: kbd.fillup
Source6: kbd.fillup.nonpc
-Source7: earlykbd.init
Source8: sysconfig.console
Source9: sysconfig.keyboard
Source10: testutf8.c
@@ -157,7 +156,6 @@
exit 1
fi
install -m 755 %SOURCE4 $RPM_BUILD_ROOT/etc/init.d/kbd
-install -m 755 %SOURCE7 $RPM_BUILD_ROOT/etc/init.d/earlykbd
ln -sf ../etc/init.d/kbd $RPM_BUILD_ROOT/sbin/rckbd
ln -sf us.map.gz $K/keymaps/i386/qwerty/khmer.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/korean.map.gz
@@ -234,7 +232,6 @@
%post
%{fillup_and_insserv -npy console kbd}
-%{fillup_and_insserv -npY keyboard earlykbd}
#echo "Please read the docu about the new COMPOSETABLE rc.config variable."
#echo "See /etc/sysconfig/console, /etc/sysconfig/keyboard"
#echo "and %{_docdir}/kbd/README.SuSE."
@@ -248,7 +245,6 @@
%doc %{_defaultdocdir}/kbd
#%doc COPYING CHANGES README CREDITS
%config /etc/init.d/kbd
-%config /etc/init.d/earlykbd
/var/adm/fillup-templates/sysconfig.console
/var/adm/fillup-templates/sysconfig.keyboard
%dir %{kbd}
@@ -321,6 +317,11 @@
#rm -rf $RPM_BUILD_DIR/kbd-%{version}
%changelog
+* Mon Jun 18 2007 - jw@xxxxxxx
+- sleep 3 removed. bugzilla #284348
+* Sat Jun 16 2007 - coolo@xxxxxxx
+- as discussed with jw and werner kbd does not need to run before
+ xdm
* Fri May 11 2007 - olh@xxxxxxx
- do not run setfont on ps3 because it permanently blanks the screen
* Thu Mar 29 2007 - coolo@xxxxxxx
++++++ kbd.init ++++++
--- kbd/kbd.init 2007-05-11 15:28:37.000000000 +0200
+++ /mounts/work_src_done/STABLE/kbd/kbd.init 2007-06-18 14:08:46.090933000 +0200
@@ -23,8 +23,8 @@
# Provides: kbd
# Required-Start: $remote_fs
# Required-Stop:
-# X-SuSE-Should-Start: fbset setserial earlykbd
-# X-SuSE-Should-Stop:
+# Should-Start: fbset setserial
+# Should-Stop:
# Default-Start: 1 2 3 5 S
# Default-Stop:
# Description: Keyboard settings (don't disable!)
@@ -85,9 +85,8 @@
# Caution: Keep in sync with earlykbd.init
#
if test -z "$KBD_TTY"; then
- KBD_TTY="tty1 tty2 tty3 tty4 tty5 tty6 tty7 tty8 tty9
- tty10 tty11 tty12 tty13 tty14 tty15 tty16
- tty17 tty18 tty19 tty20 tty21 tty22 tty23 tty24"
+ # >=tty7 left out intentionaly
+ KBD_TTY="tty1 tty2 tty3 tty4 tty5 tty6"
fi
newkbd=""
@@ -117,9 +116,14 @@
echo -n $mod" "
modprobe $mod >/dev/null 2>&1
done
- echo
- echo "wait 3 seconds for USB initialisation ..."
- sleep 3
+
+# [bugzilla #284348]
+# sleep is no longer needed. horay!
+#
+# echo
+# echo "wait 3 seconds for USB initialisation ..."
+# sleep 3
+
for mod in usbhid input hid keybdev ; do
modprobe $mod >/dev/null 2>&1
done
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |