Ignore:
Timestamp:
Feb 8, 2010, 7:50:36 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: Added EVFSGUI 2.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/shared/cltinit.vrs

    r349 r404  
    101101    IF options.!debug == 1 THEN say '  smbspool.exe   = "'samba.!smbspoolexe'"'
    102102
     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
    103108    /* smb.conf */
    104109    samba.!smbconf = ETC'\samba\smb.conf'
     
    120125    IF options.!debug == 1 THEN say '  samba.!error   = "'samba.!error'"'
    121126    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'"'
    123128    /* Use of this file is deprecated */
    124129    ErrorFile  = Tempdir'smbutil.error'
Note: See TracChangeset for help on using the changeset viewer.