[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1147 - trunk/web/patches



Author: rmh
Date: 2006-02-06 17:25:27 +0000 (Mon, 06 Feb 2006)
New Revision: 1147

Modified:
   trunk/web/patches/util-linux.diff
Log:
Nuke "TERM=cons25" hack (see bug #351615).

Modified: trunk/web/patches/util-linux.diff
===================================================================
--- trunk/web/patches/util-linux.diff	2006-02-06 14:13:48 UTC (rev 1146)
+++ trunk/web/patches/util-linux.diff	2006-02-06 17:25:27 UTC (rev 1147)
@@ -254,9 +254,9 @@
  
 +#ifdef __FreeBSD_kernel__
 +    ioctl (0, TIOCSCTTY, 0);
-+    putenv ("TERM=cons25");
 +#endif
 +
++
      /*
       * This works only if the modem produces its status code AFTER raising
       * the DCD line, and if the computer is fast enough to set the proper



Reply to: