Timestamp:
Sep 22, 2009, 4:17:24 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: Fix problem in smbusers

Location:
branches/guitools-1.0/shared
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-1.0/shared/nlv.vrs

    r288 r333  
    6969    if execPath = "" then parse source . . execPath
    7070    execDir  = VRParseFileName( execPath, "DP")
     71
    7172
    7273    filestem = VRParseFileName( execPath, "N")'_'
  • branches/guitools-1.0/shared/sambainit.vrs

    r302 r333  
    123123    if \VRFileExists(samba.!smbclientexe) then call _ErrorBinaryNotFound "Could not find smbclient.exe!"
    124124    IF options.!debug == 1 THEN say '  smbclient.exe  = "'samba.!smbclientexe'"'
     125
     126
     127
     128
     129
    125130
    126131    /* pwd_mkdb */
     
    265270    end
    266271    drop old_path
     272
     273
     274
     275
     276
     277
     278
     279
     280
     281
    267282   
    268283    /* Add binary and tools path to the BEGINLIBPATH variable */
     
    275290    end
    276291    drop old_beginlibpath
     292
    277293
    278294    /* Set LIBPATHSTRICT (this is an option - disabled by default) */
Note: See TracChangeset for help on using the changeset viewer.