Changeset 299 for branches/scripts/smb_init
- Timestamp:
- Jul 8, 2009, 3:57:45 PM (16 years ago)
- Location:
- branches/scripts/smb_init
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scripts/smb_init/smb.cmd
r283 r299 1 /* Samba Server for eCS (OS/2) init script Version 3.1. 01 /* Samba Server for eCS (OS/2) init script Version 3.1.1 2 2 Copyright (C) netlabs.org 2007-2009 3 3 … … 442 442 443 443 /* Add binary and tools path to the BEGINLIBPATH variable */ 444 old_beginlibpath = SysQueryE XtLibPath("B")444 old_beginlibpath = SysQueryExtLibPath("B") 445 445 if pos(translate(samba.!bin';'),translate(old_beginlibpath)) = 0 then do 446 446 if samba.!bin = samba.!tools then new_beginlibpath = samba.!bin';'old_beginlibpath … … 450 450 end 451 451 drop old_beginlibpath 452 453 /* Set LIBPATHSTRICT (this is an option - disabled by default) */ 454 /* ok = value('LIBPATHSTRICT','T', 'OS2ENVIRONMENT') */ 452 455 return 453 456
Note:
See TracChangeset
for help on using the changeset viewer.