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/sambainit.vrs

    r638 r675  
    7272        if exist.0 = 1 then samba.!smbd = exist.1
    7373    end
     74    if samba.!smbd = "" then do /* RPM/YUM/FHS tree */
     75        call charout , "  Are binaries in RPM/YUM/FHS tree? "
     76        ok = SysFileTree(UnixRoot'\usr\bin\smbd.exe', exist.,'FO')
     77        if exist.0 = 1 then say "Yes."; else say "No."
     78        if exist.0 = 1 then samba.!smbd = exist.1
     79    end
    7480    if samba.!smbd = "" then do /* in parent directory? */
    7581        call charout , "  Are binaries in parent directory? "
     
    234240    ok = SysMkDir(etc'\samba\spool')
    235241    ok = SysMkDir(etc'\samba\drivers')
     242    /* This EA makes the testparm warning about browsing go away. */
     243    /* Note: The EA is NOT marked critical as it should be, neverthelesse this fix works */
     244    ok = SysPutEA(ETC||'\samba\lock',"MODE", "FEFF0400ED410000"x)
    236245
    237246    /* use temporary smbpasswd created by pdbedit */
Note: See TracChangeset for help on using the changeset viewer.