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/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.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
Note: See TracChangeset for help on using the changeset viewer.