Ignore:
Timestamp:
Jan 1, 2012, 4:47:09 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI 2.5.x: Several fixes and additions (including fix for Ticket #185)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/shared/cltinit.vrs

    r660 r675  
    6161        if exist.0 = 1 then samba.!smbclientexe = exist.1
    6262    end
     63    if samba.!smbclientexe = "" then do /* RPM/YUM/FHS tree */
     64        call charout , "  Are binaries in RPM/YUM/FHS tree? "
     65        ok = SysFileTree(UnixRoot'\usr\bin\smbclient.exe', exist.,'FO')
     66        if exist.0 = 1 then say "Yes."; else say "No."
     67        if exist.0 = 1 then samba.!smbclientexe = exist.1
     68    end
    6369    if samba.!smbclientexe = "" then do /* in parent directory? */
    6470        call charout , "  Are binaries in parent directory? "
     
    142148    ok = SysMkDir(unixetc)
    143149    ok = SysMkDir(etc'\samba')
     150    ok = SysMkDir(etc'\samba\pid')
    144151    ok = SysMkDir(etc'\samba\lock')
     152    /* This EA makes the testparm warning about browsing go away. */
     153    /* Note: The EA is NOT marked critical as it should be, neverthelesse this fix works */
     154    ok = SysPutEA(etc||'\samba\lock',"MODE", "FEFF0400ED410000"x)
    145155
    146156    /* Messages from Samba will go here */
Note: See TracChangeset for help on using the changeset viewer.