- Timestamp:
- Aug 17, 2009, 9:32:39 AM (16 years ago)
- 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. 01 Samba Server for eCS (OS/2) init script Version 3.1.3 2 2 ===================================================== 3 3 … … 40 40 Paul Ratcliffe's excellent PR1Util.DLL. 41 41 42 4. Author :43 ---------- 42 4. Authors: 43 ----------- 44 44 Herwig Bauernfeind 45 45 mailto:herwig.bauernfeind@aon.at 46 47 Portions 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. 21 /* Samba Server for eCS (OS/2) init script Version 3.1.3 2 2 Copyright (C) netlabs.org 2007-2009 3 3 … … 419 419 /* Do not add path or .exe to smbd here!!! */ 420 420 'detach smbd' 421 ok = SysSleep(0.1) 421 422 end 422 423 if running.!nmbd = 0 & (svc = "NMBD" | svc = "") then do … … 426 427 /* Do not add path or .exe to nmbd here!!! */ 427 428 'detach nmbd -l 'samba.!log_path' -d 'samba.!debugLevel 429 if haveWinbindd then ok = SysSleep(0.1) 428 430 end 429 431 if haveWinbindd & running.!winb = 0 & (svc = "WINBINDD" | svc = "") then do
Note:
See TracChangeset
for help on using the changeset viewer.