From 727bc707b6ee4435c8f1a8988e5f80eb3a67fbc8 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 12 Feb 2004 20:43:23 +0000 Subject: merge old change from 2.2 branch to give legend in heading (This used to be commit ed4af810cf74943e9c1881ddc4044646fd72c998) --- source3/script/findsmb.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/script/findsmb.in') diff --git a/source3/script/findsmb.in b/source3/script/findsmb.in index fb06018fe5..546cf8ce7b 100755 --- a/source3/script/findsmb.in +++ b/source3/script/findsmb.in @@ -57,8 +57,9 @@ open(NMBLOOKUP,"$SAMBABIN/nmblookup $BCAST '*' --debuglevel=0|") || @ipaddrs = sort ipsort grep(s/ \*<00>.*$//,); # print header info - -print "\nIP ADDR NETBIOS NAME WORKGROUP/OS/VERSION $BCAST\n"; +print "\n *=DMB\n"; +print " +=LMB\n"; +print "IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION $BCAST\n"; print "---------------------------------------------------------------------\n"; foreach $ip (@ipaddrs) # loop through each IP address found -- cgit