Changeset 268
- Timestamp:
- Jun 16, 2009, 9:40:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scripts/smb_init/smb.cmd
r267 r268 1 /* Samba Server for eCS (OS/2) init script Version 3.0. 31 /* Samba Server for eCS (OS/2) init script Version 3.0.4 2 2 Copyright (C) netlabs.org 2007-2009 3 3 … … 443 443 else do /* new parm */ 444 444 parse var smbline parm'='pvalue 445 parm = translate(strip(parm),'_ ','')445 parm = translate(strip(parm),'_!?',' :$') 446 446 pvalue = strip(pvalue) 447 447 p = p + 1 … … 461 461 IniGet: /* Replacement IniGet routine to access the value of a known 462 462 parameter */ 463 iparm = translate(arg(1),'_! ',' :')463 iparm = translate(arg(1),'_!?',' :$') 464 464 isection = arg(2) 465 465 /* Third parameter is ignored, as the file is not required here */
Note:
See TracChangeset
for help on using the changeset viewer.