Changeset 404 for branches/guitools-2.0/shared/cltinit.vrs
- Timestamp:
- Feb 8, 2010, 7:50:36 PM (16 years ago)
- File:
-
- 1 edited
-
branches/guitools-2.0/shared/cltinit.vrs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/shared/cltinit.vrs
r349 r404 101 101 IF options.!debug == 1 THEN say ' smbspool.exe = "'samba.!smbspoolexe'"' 102 102 103 /* rpcclient.exe */ 104 samba.!rpcclientexe = samba.!bin'\rpcclient.exe' 105 if \VRFileExists(samba.!rpcclientexe) then call _ErrorBinaryNotFound " could not find rpcclient.exe!" 106 IF options.!debug == 1 THEN say ' rpcclient.exe = "'samba.!rpcclientexe'"' 107 103 108 /* smb.conf */ 104 109 samba.!smbconf = ETC'\samba\smb.conf' … … 120 125 IF options.!debug == 1 THEN say ' samba.!error = "'samba.!error'"' 121 126 samba.!msg = SysTempFileName(TempDir'smb_msg.???') 122 IF options.!debug == 1 THEN say ' samba.!msg = "'samba.! error'"'127 IF options.!debug == 1 THEN say ' samba.!msg = "'samba.!msg'"' 123 128 /* Use of this file is deprecated */ 124 129 ErrorFile = Tempdir'smbutil.error'
Note:
See TracChangeset
for help on using the changeset viewer.
