BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001338 [BusyBox] Other minor always 05-08-07 06:52 05-08-07 10:55
Reporter StefanAlthoefer View Status public  
Assigned To BusyBox
Priority normal Resolution unable to reproduce  
Status closed   Product Version 1.4.x
Summary 0001338: stty options (rows,cols,...)
Description stty options "rows", "cols", etc do not work properly.
Additional Information The following patch fixes the issue, but with it, the long form
of "cols" ("columns") is not longer available.

--- busybox-1.5.0-orig/coreutils/stty.c 2007-03-22 21:21:30.000000000 +0100
+++ busybox-1.5.0/coreutils/stty.c 2007-05-08 15:22:24.000000000 +0200
@@ -557,10 +557,10 @@
 static int find_param(const char * const name)
 {
        const char * const params[] = {
+ "xxxx",
                "line",
                "rows",
                "cols",
- "columns",
                "size",
                "speed",
                "ispeed",
Attached Files

- Relationships

- Notes
(0002347)
vda
05-08-07 10:55

Your patch is not against svn.

Since you did not give an example, it's impossible to check whether svn is fixed.
 

- Issue History
Date Modified Username Field Change
05-08-07 06:52 StefanAlthoefer New Issue
05-08-07 06:52 StefanAlthoefer Status new => assigned
05-08-07 06:52 StefanAlthoefer Assigned To  => BusyBox
05-08-07 10:55 vda Note Added: 0002347
05-08-07 10:55 vda Status assigned => closed
05-08-07 10:55 vda Resolution open => unable to reproduce


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker