r23156 - in /desktop/unstable/gdm/debian: changelog patches/61_console_tty0.patch patches/series
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sat Feb 27 16:29:03 UTC 2010
Author: joss
Date: Sat Feb 27 16:28:59 2010
New Revision: 23156
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23156
Log:
61_console_tty0.patch: patch from Julien Cristau. The console device
is /dev/tty0 for the physical console, not /dev/console.
Closes: #348033.
Added:
desktop/unstable/gdm/debian/patches/61_console_tty0.patch
Modified:
desktop/unstable/gdm/debian/changelog
desktop/unstable/gdm/debian/patches/series
Modified: desktop/unstable/gdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/changelog?rev=23156&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm/debian/changelog [utf-8] Sat Feb 27 16:28:59 2010
@@ -12,6 +12,9 @@
* 01_gdmchooser-ipv6_bindv6only-workaround.patch: patch from Miguel
Landaeta. Allow gdmchooser to work with new default netbase setting
net.ipv6.bindv6only=1. Closes: #562126.
+ * 61_console_tty0.patch: patch from Julien Cristau. The console device
+ is /dev/tty0 for the physical console, not /dev/console.
+ Closes: #348033.
-- Emilio Pozuelo Monfort <pochu at debian.org> Mon, 14 Dec 2009 21:59:58 +0100
Added: desktop/unstable/gdm/debian/patches/61_console_tty0.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/61_console_tty0.patch?rev=23156&op=file
==============================================================================
--- desktop/unstable/gdm/debian/patches/61_console_tty0.patch (added)
+++ desktop/unstable/gdm/debian/patches/61_console_tty0.patch [utf-8] Sat Feb 27 16:28:59 2010
@@ -1,0 +1,13 @@
+Index: gdm-2.20.10/daemon/getvt.c
+===================================================================
+--- gdm-2.20.10.orig/daemon/getvt.c 2010-02-27 17:27:46.956530497 +0100
++++ gdm-2.20.10/daemon/getvt.c 2010-02-27 17:27:58.617031143 +0100
+@@ -149,7 +149,7 @@ gdm_get_vt_device (int vtno)
+ #ifdef __sun
+ #define GDMCONSOLEDEVICE "/dev/vt/0"
+ #else
+-#define GDMCONSOLEDEVICE "/dev/console"
++#define GDMCONSOLEDEVICE "/dev/tty0"
+ #endif
+
+
Modified: desktop/unstable/gdm/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/series?rev=23156&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gdm/debian/patches/series [utf-8] Sat Feb 27 16:28:59 2010
@@ -11,6 +11,7 @@
50_close-fds.patch
55_use-theme-gtkrc.patch
56_xnest-wrapper.patch
+61_console_tty0.patch
62_reference-manual-docbook-entity-reference.patch
#66_socket-in-var-run-for-fhs.patch
68_hurd_pathmax.patch
More information about the pkg-gnome-commits
mailing list