Bug 13823 - stat port not formatting device node
Summary: stat port not formatting device node
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-19 18:20 UTC by cschuber
Modified: 2003-01-05 20:47 UTC (History)
0 users

See Also:


Attachments
file.diff (582 bytes, patch)
1999-09-19 18:20 UTC, cschuber
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cschuber 1999-09-19 18:20:01 UTC
Stat port prints device node as a %d of st_dev.  This patch prints the 
major and minor numbers as an ancient version of stat once did, as a
majornumber,minornumber.

How-To-Repeat: 
Run stat then apply patch and run it again to see the difference.
Comment 1 Michael Haro freebsd_committer freebsd_triage 1999-10-27 09:57:04 UTC
Responsible Changed
From-To: freebsd-ports->wosch

over to maintainer 
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2003-01-05 20:43:15 UTC
State Changed
From-To: open->closed
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2003-01-05 20:43:15 UTC
Responsible Changed
From-To: wosch->cy

Committed.