mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
341 B

--- ./openvt/openvt.h.orig 2002-10-11 14:08:59.000000000 +0300
+++ ./openvt/openvt.h 2003-08-16 15:48:07.000000000 +0300
@@ -33,8 +33,8 @@
* Where your VTs are hidden
*/
#ifdef __linux__
-#define VTNAME "/dev/tty%d"
-#define VTNAME2 "/dev/vc/%d"
+#define VTNAME "/dev/vc/%d"
+#define VTNAME2 "/dev/tty%d"
#endif
#ifdef ESIX_5_3_2_D