better awd for sunos
This commit is contained in:
parent
28169890e2
commit
3fc9d88484
2 changed files with 3 additions and 2 deletions
3
bin/awd
3
bin/awd
|
|
@ -14,7 +14,8 @@ case $# in
|
|||
sys=$1
|
||||
;;
|
||||
0)
|
||||
sys=`hostname -s`
|
||||
# hostname -s sets the hostname to "-s" on Solaris
|
||||
sys=`hostname |sed 's/\..*//'`
|
||||
;;
|
||||
*)
|
||||
usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue