Changeset 1055 for trunk/guitools/shared/sambainit.vrs
- Timestamp:
- Jun 12, 2018, 5:01:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/shared/sambainit.vrs
r1027 r1055 119 119 end 120 120 121 if samba.!smbd = "" then call _ErrorBinaryNotFound 'Could not find smbd.exe!' 122 121 if samba.!smbd = "" then call _ErrorBinaryNotFound 'Could not find "\smbd.exe"!' 123 122 124 123 samba.!bin = VRParseFileName(samba.!smbd,'DP') … … 130 129 if \VRFileExists(samba.!smbcmd) then do 131 130 samba.!smbcmd = samba.!bin'\smb.cmd' 132 if \VRFileExists(samba.!smbcmd) then call _ErrorBinaryNotFound 'Could not find smb.cmd!'131 if \VRFileExists(samba.!smbcmd) then call _ErrorBinaryNotFound 'Could not find "\smb.cmd"!' 133 132 end 134 133 IF options.!debug == 1 then say ' smb.cmd = "'samba.!smbcmd'"' … … 181 180 /* smbspool.exe */ 182 181 samba.!smbspoolexe = samba.!bin'\smbspool.exe' 183 if \VRFileExists(samba.!smbspoolexe) then call _ErrorBinaryNotFound " could not find smbspool.exe!"182 if \VRFileExists(samba.!smbspoolexe) then call _ErrorBinaryNotFound 'Could not find "\smbspool.exe"!' 184 183 IF options.!debug == 1 THEN say ' smbspool.exe = "'samba.!smbspoolexe'"' 185 184 186 185 /* rpcclient.exe */ 187 186 samba.!rpcclientexe = samba.!bin'\rpcclient.exe' 188 if \VRFileExists(samba.!rpcclientexe) then call _ErrorBinaryNotFound " could not find rpcclient.exe!"187 if \VRFileExists(samba.!rpcclientexe) then call _ErrorBinaryNotFound 'Could not find "\rpcclient.exe"!' 189 188 IF options.!debug == 1 THEN say ' rpcclient.exe = "'samba.!rpcclientexe'"' 190 189 191 190 /* smbcacls.exe */ 192 191 samba.!smbcaclsexe = samba.!bin'\smbcacls.exe' 193 if \VRFileExists(samba.!smbcaclsexe) then call _ErrorBinaryNotFound " could not find smbcacls.exe!"192 if \VRFileExists(samba.!smbcaclsexe) then call _ErrorBinaryNotFound 'Could not find "\smbcacls.exe"!' 194 193 IF options.!debug == 1 THEN say ' smbcacls.exe = "'samba.!smbcaclsexe'"' 195 194
Note:
See TracChangeset
for help on using the changeset viewer.