Changeset 299 for branches


Ignore:
Timestamp:
Jul 8, 2009, 3:57:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

smb.cmd: Check if master.passwd exists, give hints in case of error

Location:
branches/scripts
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/scripts/group/groupmod.cmd

    r283 r299  
    11/* GroupMod script for Samba Server for eCS (OS/2) */
    2    Version = '2.2.0'
     2   Version = '2.2.1'
    33/* Copyright (C) netlabs.org 2007-2009
    44
     
    204204    end
    205205    drop old_beginlibpath
     206
     207    /* Set LIBPATHSTRICT (this is an option - disabled by default) */
     208    /* ok = value('LIBPATHSTRICT','T', 'OS2ENVIRONMENT') */
    206209return
    207210
  • branches/scripts/smb_init/smb.cmd

    r283 r299  
    1 /* Samba Server for eCS (OS/2) init script Version 3.1.0
     1/* Samba Server for eCS (OS/2) init script Version 3.1.1
    22   Copyright (C) netlabs.org 2007-2009
    33
     
    442442   
    443443    /* Add binary and tools path to the BEGINLIBPATH variable */
    444     old_beginlibpath = SysQueryEXtLibPath("B")
     444    old_beginlibpath = SysQueryExtLibPath("B")
    445445    if pos(translate(samba.!bin';'),translate(old_beginlibpath)) = 0 then do
    446446        if samba.!bin = samba.!tools then new_beginlibpath = samba.!bin';'old_beginlibpath
     
    450450    end
    451451    drop old_beginlibpath
     452
     453    /* Set LIBPATHSTRICT (this is an option - disabled by default) */
     454    /* ok = value('LIBPATHSTRICT','T', 'OS2ENVIRONMENT') */
    452455return
    453456
  • branches/scripts/user/readme.usermod

    r193 r299  
    1 UserMod script for Samba Server for eCS (OS/2) Version 2.1
    2 ==========================================================
     1UserMod script for Samba Server for eCS (OS/2) Version 2.2.1
     2============================================================
    33
    44Copyright (C) netlabs.org 2007-2009
  • branches/scripts/user/usermod.cmd

    r283 r299  
    11/* UserMod script for Samba Server for eCS (OS/2) */
    2    Version = '2.2.0'
     2   Version = '2.2.1'
    33/* Copyright (C) netlabs.org 2007-2009
    44
     
    227227    end
    228228    drop old_beginlibpath
     229
     230    /* Set LIBPATHSTRICT (this is an option - disabled by default) */
     231    /* ok = value('LIBPATHSTRICT','T', 'OS2ENVIRONMENT') */
    229232return
    230233
Note: See TracChangeset for help on using the changeset viewer.