plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit d76c8130e6ff36f3970ea4e6de5d0003382ca7c5
parent 26ca53e180f52026520bba04f1aa49c607aa9550
Author: rsc <devnull@localhost>
Date:   Mon, 14 Feb 2005 07:37:11 +0000

use hostname -s

Diffstat:
Mbin/awd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/awd b/bin/awd @@ -14,7 +14,7 @@ case $# in sys=$1 ;; 0) - sys=`hostname` + sys=`hostname -s` ;; *) usage