From b60ba1de77a5bb012117e78e57188b12f1bd25f0 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 12 Feb 2004 20:45:12 +0000 Subject: [PATCH] merge old change from 2.2 branch to give legend in heading (This used to be commit 1b7ba358b6c708bdede117c0cd16a7c4f7c0106a) --- source3/script/findsmb.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.34.1