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

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