Changeset 389 for branches/samba-3.3.x/source/script
- Timestamp:
- Jan 21, 2010, 1:35:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/script/findsmb
r239 r389 1 #! u:/Perl/bin/perl.exe1 #!e:/Perl/bin/perl.exe 2 2 # 3 3 # Prints info on all smb responding machines on a subnet. … … 21 21 # 22 22 23 $SAMBABIN = "/ samba/bin";23 $SAMBABIN = "/usr/local/samba/bin"; 24 24 25 25 for ($i = 0; $i < 2; $i++) { # test for -d and -r options
Note:
See TracChangeset
for help on using the changeset viewer.