diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-03-13 12:34:55 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-03-13 12:34:55 -0700 |
commit | 00d6ca46cb7bcbeb05e700f777033c18d6b46866 (patch) | |
tree | b7adbbd8f8a9cda9d80da24efecb0ecbedb7a09d /templates | |
parent | c2a706eaed31974c41e1f0bc2e93f767729e1db5 (diff) | |
download | vyatta-op-00d6ca46cb7bcbeb05e700f777033c18d6b46866.tar.gz vyatta-op-00d6ca46cb7bcbeb05e700f777033c18d6b46866.zip |
Add command to show domain name
New op command to show system domain name:
show host domain
coresponds to existing 'show host name'
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/host/domain/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show/host/domain/node.def b/templates/show/host/domain/node.def new file mode 100644 index 0000000..f252bfb --- /dev/null +++ b/templates/show/host/domain/node.def @@ -0,0 +1,2 @@ +help: Show domain name +run: /bin/domainname |