summaryrefslogtreecommitdiff
path: root/rc/bin
diff options
context:
space:
mode:
authoraiju <aiju@phicode.de>2012-08-26 15:56:16 +0200
committeraiju <aiju@phicode.de>2012-08-26 15:56:16 +0200
commit90ea636ce1006670101f1185e42cb69a19bbf93c (patch)
tree89583a4fdd0f053cfb7e2d023d19b67081dae7cc /rc/bin
parente935fec9beb946700c3695ca54fa87e36b6ebb1a (diff)
downloadplan9front-90ea636ce1006670101f1185e42cb69a19bbf93c.tar.xz
fixed netaudit blunder
Diffstat (limited to 'rc/bin')
-rwxr-xr-xrc/bin/netaudit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/netaudit b/rc/bin/netaudit
index acbafc68c..b06ed59c7 100755
--- a/rc/bin/netaudit
+++ b/rc/bin/netaudit
@@ -7,7 +7,7 @@ fn checkhost {
}
dom=`{ndb/ipquery sys $sysname dom | sed 's/^dom=//'}
echo 'checking this host''s tuple:'
- if(~ dom '')
+ if(~ $dom '')
echo ' no dom= entry'
if not if(! ~ $dom *.*)
echo ' dom='$dom 'does not have a dot'