Changeset 1027 for trunk/guitools/shared/sambainit.vrs
- Timestamp:
- Jun 6, 2017, 2:59:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/shared/sambainit.vrs
r1023 r1027 178 178 if \VRFileExists(samba.!nmblookupexe) then call _ErrorBinaryNotFound 'Could not find "'samba.!nmblookupexe'"!' 179 179 IF options.!debug == 1 then say ' nmblookup.exe = "'samba.!nmblookupexe'"' 180 181 /* smbspool.exe */ 182 samba.!smbspoolexe = samba.!bin'\smbspool.exe' 183 if \VRFileExists(samba.!smbspoolexe) then call _ErrorBinaryNotFound " could not find smbspool.exe!" 184 IF options.!debug == 1 THEN say ' smbspool.exe = "'samba.!smbspoolexe'"' 185 186 /* rpcclient.exe */ 187 samba.!rpcclientexe = samba.!bin'\rpcclient.exe' 188 if \VRFileExists(samba.!rpcclientexe) then call _ErrorBinaryNotFound " could not find rpcclient.exe!" 189 IF options.!debug == 1 THEN say ' rpcclient.exe = "'samba.!rpcclientexe'"' 190 191 /* smbcacls.exe */ 192 samba.!smbcaclsexe = samba.!bin'\smbcacls.exe' 193 if \VRFileExists(samba.!smbcaclsexe) then call _ErrorBinaryNotFound " could not find smbcacls.exe!" 194 IF options.!debug == 1 THEN say ' smbcacls.exe = "'samba.!smbcaclsexe'"' 180 195 181 196 /* pwd_mkdb */
Note:
See TracChangeset
for help on using the changeset viewer.