Changeset 284


Ignore:
Timestamp:
Jun 24, 2009, 2:44:14 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI tools: Add _SambaExtendSearchPath, UnixEtc check

File:
1 edited

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')
Note: See TracChangeset for help on using the changeset viewer.