From: Herb Lewis Date: Thu, 12 Feb 2004 20:45:12 +0000 (+0000) Subject: merge old change from 2.2 branch to give legend in heading X-Git-Tag: release-4-0-0alpha6~801^2~11793^2~192 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=b60ba1de77a5bb012117e78e57188b12f1bd25f0;p=ddiss%2Fsamba.git merge old change from 2.2 branch to give legend in heading (This used to be commit 1b7ba358b6c708bdede117c0cd16a7c4f7c0106a) --- diff --git a/source3/script/findsmb.in b/source3/script/findsmb.in index fb06018fe5c..546cf8ce7b4 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