r23981 - in /desktop/unstable/gdm3/debian: changelog patches/06_first_vt.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Apr 23 16:13:23 UTC 2010


Author: joss
Date: Fri Apr 23 16:13:18 2010
New Revision: 23981

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23981
Log:
06_first_vt.patch: use /dev/tty0 instead of /dev/console.

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/patches/06_first_vt.patch

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=23981&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Fri Apr 23 16:13:18 2010
@@ -8,6 +8,7 @@
   * Only suggest metacity, the functionality loss is minimal.
   * Suggest gok.
   * New Russian translations by Yuri Kozlov. Closes: #578775.
+  * 06_first_vt.patch: use /dev/tty0 instead of /dev/console.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 22 Apr 2010 17:48:35 +0200
 

Modified: desktop/unstable/gdm3/debian/patches/06_first_vt.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/06_first_vt.patch?rev=23981&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/06_first_vt.patch [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/06_first_vt.patch [utf-8] Fri Apr 23 16:13:18 2010
@@ -35,7 +35,7 @@
 +#define GDM_USE_CONSIO_VT
 +#include <sys/consio.h>
 +#endif
-+#define GDMCONSOLEDEVICE "/dev/console"
++#define GDMCONSOLEDEVICE "/dev/tty0"
 +
 +static gchar *
 +gdm_get_vt_device (int vtno)




More information about the pkg-gnome-commits mailing list