From 90ea636ce1006670101f1185e42cb69a19bbf93c Mon Sep 17 00:00:00 2001 From: aiju Date: Sun, 26 Aug 2012 15:56:16 +0200 Subject: [PATCH] fixed netaudit blunder --- rc/bin/netaudit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'