git: 9front

Download patch

ref: 001e6651cbb491101ea608147a3092dca375ec47
parent: 437f7ae9625586e11f5eabf777093518d32c766b
author: aiju <aiju@phicode.de>
date: Sun Aug 26 11:56:16 EDT 2012

fixed netaudit blunder

--- a/rc/bin/netaudit
+++ b/rc/bin/netaudit
@@ -7,7 +7,7 @@
 	}
 	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'
--