Changeset 284
- Timestamp:
- Jun 24, 2009, 2:44:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-1.0/shared/sambainit.vrs
r277 r284 152 152 samba.!log = value('SMB_LOGS',,'OS2ENVIRONMENT') 153 153 if samba.!log = "" then do /* new default */ 154 ok = SysFileTree(etc'\samba\log s',exist.,'DO')154 ok = SysFileTree(etc'\samba\log',exist.,'DO') 155 155 if exist.0 > 0 then samba.!log = etc'\samba\logs' 156 156 end … … 194 194 IF options.!debug == 1 THEN say ' printcap = "'samba.!printcap'"' 195 195 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) 197 198 ok = SysMkDir(etc'\samba') 198 199 ok = SysMkDir(etc'\samba\private') 199 200 ok = SysMkDir(etc'\samba\pid') 200 ok = SysMkDir(etc'\samba\log s')201 ok = SysMkDir(etc'\samba\log') 201 202 ok = SysMkDir(etc'\samba\lock') 202 203 ok = SysMkDir(etc'\samba\spool')
Note:
See TracChangeset
for help on using the changeset viewer.