Ignore:
Timestamp:
Feb 19, 2010, 9:14:00 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: SSCC 0.9.5, SMBUsers 0.9.6 several fixes

Location:
branches/guitools-1.0/install
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-1.0/install/sscc.vrp

    r344 r408  
    77VRXWindow: __VREMainWindow,1,2180,4481,891,7263
    88VRXWindow: __VRESectionListWindow,1,3011,12286,8974,3144
    9 VRXWindow: __VREToolsWindow,1,3211,10648,6989,1659
     9VRXWindow: __VREToolsWindow,1,3211,10648,6995,1663
    1010VRXWindow: __VREWindListWindow,1,385,12286,2650,3150
    1111UserFile: 1
  • branches/guitools-1.0/install/sscc.vrx

    r344 r408  
    10831083    call lineout smbconf, Indent||'lm announce = Yes'
    10841084    call lineout smbconf, Indent||'wins support = Yes'
     1085    call lineout smbconf, Indent||'wide links = No'
    10851086    ok = SysFileTree(samba.!printcap,exist.,'FO')
    10861087    if exist.0 = 1 then do
     
    20952096        call _MasterPasswdCreate
    20962097        call _PasswordDBRewrite
     2098        ok = VRSet("CB_NoRoot","Enabled", 0)
    20972099    end
    20982100    if stream(samba.!pwddb,'c','query exists') = "" | stream(samba.!spwddb,'c','query exists') = "" then do
    20992101        call _PasswordDBRewrite
     2102        ok = VRSet("CB_NoRoot","Enabled", 0)
    21002103    end
    21012104    UseTDBsam = 1
     
    27892792    call _INIWrite
    27902793    call _SambaFinish
     2794    ok = SysFileDelete(TempDir'sscc.testparm')
    27912795    ok = SysFileDelete(smboutput)
    27922796
Note: See TracChangeset for help on using the changeset viewer.