Changeset 314 for branches


Ignore:
Timestamp:
Aug 17, 2009, 9:32:39 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

smb.cmd Ver. 3.1.3

Location:
branches/scripts/smb_init
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/scripts/smb_init/readme.smb_init

    r283 r314  
    1 Samba Server for eCS (OS/2) init script Version 3.1.0
     1Samba Server for eCS (OS/2) init script Version 3.1.3
    22=====================================================
    33
     
    4040Paul Ratcliffe's excellent PR1Util.DLL.
    4141
    42 4. Author:
    43 ----------
     424. Authors:
     43-----------
    4444Herwig Bauernfeind
    4545mailto:herwig.bauernfeind@aon.at
     46
     47Portions were done by Rich Walsh
  • branches/scripts/smb_init/smb.cmd

    r301 r314  
    1 /* Samba Server for eCS (OS/2) init script Version 3.1.2
     1/* Samba Server for eCS (OS/2) init script Version 3.1.3
    22   Copyright (C) netlabs.org 2007-2009
    33
     
    419419        /* Do not add path or .exe to smbd here!!! */
    420420        'detach smbd'
     421        ok = SysSleep(0.1)
    421422    end
    422423    if running.!nmbd = 0 & (svc = "NMBD" | svc = "") then do
     
    426427        /* Do not add path or .exe to nmbd here!!! */
    427428        'detach nmbd -l 'samba.!log_path' -d 'samba.!debugLevel
     429        if haveWinbindd then ok = SysSleep(0.1)
    428430    end
    429431    if haveWinbindd & running.!winb = 0 & (svc = "WINBINDD" | svc = "") then do
Note: See TracChangeset for help on using the changeset viewer.