Changeset 284

Show
Ignore:
Timestamp:
06/24/2009 14:44:14 (13 months ago)
Author:
herwigb
Message:

GUI tools: Add _SambaExtendSearchPath, UnixEtc? check

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/guitools-1.0/shared/sambainit.vrs

    r277 r284  
    152152    samba.!log = value('SMB_LOGS',,'OS2ENVIRONMENT') 
    153153    if samba.!log = "" then do /* new default */ 
    154         ok = SysFileTree(etc'\samba\logs',exist.,'DO') 
     154        ok = SysFileTree(etc'\samba\log',exist.,'DO') 
    155155        if exist.0 > 0 then samba.!log = etc'\samba\logs' 
    156156    end 
     
    194194    IF options.!debug == 1 THEN say '  printcap       = "'samba.!printcap'"' 
    195195 
    196     /* Create this directory tree if it does not exist */ 
     196    /* Create these directories to make sure they do not exist */ 
     197    ok = SysMkDir(unixetc) 
    197198    ok = SysMkDir(etc'\samba') 
    198199    ok = SysMkDir(etc'\samba\private') 
    199200    ok = SysMkDir(etc'\samba\pid') 
    200     ok = SysMkDir(etc'\samba\logs')      
     201    ok = SysMkDir(etc'\samba\log')      
    201202    ok = SysMkDir(etc'\samba\lock')      
    202203    ok = SysMkDir(etc'\samba\spool')