ntadmin / DGND3700v2

Custom firmware for the Netgear DGND3700v2
12 stars 4 forks source link

Ensure that ps works with updated busybox #20

Closed ntadmin closed 8 years ago

ntadmin commented 8 years ago

Code diff:

492c492
<       enum { terminal_width = 79 };

---
>       enum { terminal_width = 132 };

This explains why ps returns very wide information on the DGND.

ntadmin commented 8 years ago

The latest version of busybox ps (here) handles terminal width differently, and there is no reason to be concerned about this one, so until we get to testing phase we can assume that this one is fine. The latest code may even adapt correctly, not least with SSH access via a decent terminal ...