Changeset 299 for branches/scripts
- Timestamp:
- Jul 8, 2009, 3:57:45 PM (16 years ago)
- Location:
- branches/scripts
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scripts/group/groupmod.cmd
r283 r299 1 1 /* GroupMod script for Samba Server for eCS (OS/2) */ 2 Version = '2.2. 0'2 Version = '2.2.1' 3 3 /* Copyright (C) netlabs.org 2007-2009 4 4 … … 204 204 end 205 205 drop old_beginlibpath 206 207 /* Set LIBPATHSTRICT (this is an option - disabled by default) */ 208 /* ok = value('LIBPATHSTRICT','T', 'OS2ENVIRONMENT') */ 206 209 return 207 210 -
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 -
branches/scripts/user/readme.usermod
r193 r299 1 UserMod script for Samba Server for eCS (OS/2) Version 2. 12 ========================================================== 1 UserMod script for Samba Server for eCS (OS/2) Version 2.2.1 2 ============================================================ 3 3 4 4 Copyright (C) netlabs.org 2007-2009 -
branches/scripts/user/usermod.cmd
r283 r299 1 1 /* UserMod script for Samba Server for eCS (OS/2) */ 2 Version = '2.2. 0'2 Version = '2.2.1' 3 3 /* Copyright (C) netlabs.org 2007-2009 4 4 … … 227 227 end 228 228 drop old_beginlibpath 229 230 /* Set LIBPATHSTRICT (this is an option - disabled by default) */ 231 /* ok = value('LIBPATHSTRICT','T', 'OS2ENVIRONMENT') */ 229 232 return 230 233
Note:
See TracChangeset
for help on using the changeset viewer.