Bug 2023
Summary: | No ruptime command | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Chris Siebenmann <cks-rhbugzilla> |
Component: | rwho | Assignee: | Preston Brown <pbrown> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 5.2 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-04-09 18:16:25 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Chris Siebenmann
1999-04-06 20:25:48 UTC
Please send the source. Thanks. I mailed in the source following the FAQ on mailing in patches to bugzilla, but it doesn't seem to have shown up here (unless something is lagging in the update stuff). If the source has really gone missing, I will email it to the address of choice so as to get it submitted. ------- Email Received From Jeff Johnson <jbj> 04/07/99 19:51 ------- Ruptime added in rwho-0.10-23. Thanks for the source. ruptime now works like a charm, but the man page doesn't show the options correctly (at least not on a RedHat 5.2 system). The following patch fixes that. (I'm not sure it's the ideal fix, but it seems to do the job.) --- /usr/man/man1/ruptime.1 Wed Jul 14 11:54:01 1999 +++ ruptime.1 Wed Jul 14 18:06:24 1999 @@ -38,19 +38,20 @@ .Pp Options: .Tw Ds -.Tp Fl a +.Bl -tag -width flag +.It Fl a Users idle an hour or more are not counted unless the .Fl a flag is given. -.Tp Fl l +.It Fl l Sort by load average. -.Tp Fl r +.It Fl r Reverses the sort order. -.Tp Fl t +.It Fl t Sort by uptime. -.Tp Fl u +.It Fl u Sort by number of users. -.Tp +.El .Pp The default listing is sorted by host name. .Sh FILES |