| Summary: | "ps tpt" produces "ps: /dev/ttypT: No such file or directory" | ||
|---|---|---|---|
| Product: | Base System | Reporter: | inwap <inwap> |
| Component: | bin | Assignee: | Brian Somers <brian> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 2.2.8-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
inwap
1999-09-21 11:30:04 UTC
Well, the workaround is to use: ps -tpt The kuldge_oldps_options(), blindly replaces the trailing 't' with 'T'. It should probably check for an eat-all-remaining-characters type option first. But, that is the nature of kludges. -- Danny J. Zerkel dzerkel@columbus.rr.com State Changed From-To: open->closed Fixing this would mean breaking compatibility. Considering that simply prepending a dash--which you should be doing anyway--solves the problem, I don't think it's worth it. State Changed From-To: closed->feedback Fixed in 5.0-CURRENT, bin/ps/ps.c,v 1.41. Responsible Changed From-To: freebsd-bugs->brian MFC reminder. State Changed From-To: feedback->closed Applied to -stable |