Feature #3430
closedSupport "hostname --fqdn"
80%
Description
I've recently noted that Linux systems can provide the short host name with "hostname" and for programs which require a domain - an FQDN with "hostname --fqdn".
This is a nicer solution than using something like "`hostname`.`domainname`" (or building conditional clauses to rule out the ending period if domainname is empty), and would help porting some Linux startup scripts for (in-house) programs that use this syntax of hostname invokation.
Related issues
Updated by Chris Nehren over 9 years ago
- Assignee set to Chris Nehren
I've got a start on this, but need to bring it up to the quality illumos demands.
Updated by Chris Nehren over 9 years ago
- % Done changed from 0 to 70
Most of the work actually done; just need to run a lint build and submit for review.
Updated by Chris Nehren over 9 years ago
- % Done changed from 70 to 80
- Tags deleted (
needs-triage)
I've got a webrev for this up at http://labs.omniti.com/people/cnehren/webrevs/issue3430/. It implements -f rather than --fqdn to be compatible with existing non-GNU tools.
Updated by Garrett D'Amore almost 9 years ago
- Status changed from Feedback to In Progress
Feedback means something else.... it isn't for things in review.
Please update, and send out another review. I'll be happy to look at it.
Updated by Andrew Stormont about 6 years ago
- Related to Bug #3758: RFE: Would like "hostname -s" added
Updated by Andrew Stormont about 6 years ago
For some reason I can't close this one as "rejected".
Updated by Yuri Pankov about 6 years ago
- Status changed from In Progress to Feedback
Updated by Yuri Pankov about 6 years ago
- Status changed from Feedback to Closed