lib: Remove sid_string_dbg
[samba.git] / source3 / script / findsmb.in
index 546cf8ce7b4a964429e7c1fac23c7b50d99110a5..38a6e2a1604fb6153401f20de6d7668a7f552da3 100755 (executable)
@@ -20,7 +20,7 @@
 # -r           add -r option to nmblookup when finding netbios name
 #
 
-$SAMBABIN = "@prefix@/bin";
+$SAMBABIN = "@BINDIR@";
 
 for ($i = 0; $i < 2; $i++) {   # test for -d and -r options
        $_ = shift;
@@ -87,7 +87,7 @@ foreach $ip (@ipaddrs)                # loop through each IP address found
                        }
                } else {
                        # The Netbios name can contain lot of characters also '<' '>'
-                       # and spaces. The follwing cure inside name space but not
+                       # and spaces. The following cure inside name space but not
                        # names starting or ending with spaces
                        /(.{1,15})\s+<00>\s+/;
                        $name = $1;