tuse hostname -s - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d76c8130e6ff36f3970ea4e6de5d0003382ca7c5
DIR parent 26ca53e180f52026520bba04f1aa49c607aa9550
HTML Author: rsc <devnull@localhost>
Date: Mon, 14 Feb 2005 07:37:11 +0000
use hostname -s
Diffstat:
M bin/awd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/awd b/bin/awd
t@@ -14,7 +14,7 @@ case $# in
sys=$1
;;
0)
- sys=`hostname`
+ sys=`hostname -s`
;;
*)
usage