Changeset 1027
- Timestamp:
 - Jun 6, 2017, 2:59:26 PM (8 years ago)
 - Location:
 - trunk/guitools/shared
 - Files:
 - 
      
- 2 edited
 
- 
          
  cltinit.vrs (modified) (1 diff)
 - 
          
  sambainit.vrs (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/guitools/shared/cltinit.vrs
r1023 r1027 146 146 IF options.!debug == 1 THEN say ' rpcclient.exe = "'samba.!rpcclientexe'"' 147 147 148 /* smbcacls.exe */ 149 samba.!smbcaclsexe = samba.!bin'\smbcacls.exe' 150 if \VRFileExists(samba.!smbcaclsexe) then call _ErrorBinaryNotFound " could not find smbcacls.exe!" 151 IF options.!debug == 1 THEN say ' smbcacls.exe = "'samba.!smbcaclsexe'"' 152 148 153 /* smb.conf */ 149 154 samba.!smbconf = ETC'\samba\smb.conf'  - 
      
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.
  