Changeset 1005
- Timestamp:
- Jan 9, 2017, 5:19:49 PM (9 years ago)
- Location:
- trunk/guitools/sscc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/sscc/sscc.vrp
r991 r1005 4 4 MacroPath: VRM:U:\Develop\Samba\guitools-1.0\install 5 5 EXEPath: 6 RunParameters: 6 RunParameters: /install 7 7 RunDirectory: U:\Develop\Samba\guitools-1.0\install 8 8 VRXWindow: __VREMainWindow,1,2891,5541,1012,8106 9 VRXWindow: __VRESectionListWindow, 0,1072,11419,12057,71559 VRXWindow: __VRESectionListWindow,1,1421,14791,12129,4541 10 10 VRXWindow: __VREToolsWindow,0,4031,11708,6992,1669 11 11 VRXWindow: __VREWindListWindow,1,867,10166,3891,3150 12 12 UserFile: 1 13 13 UserWindow: Main,1 14 UserWindow: Installer,1 -
trunk/guitools/sscc/sscc.vrx
r1004 r1005 1273 1273 section = '[global]' 1274 1274 call lineout smbconf, section 1275 call lineout smbconf, Indent||'workgroup = WORKGROUP'1275 call lineout smbconf, Indent||'workgroup = 'workgroup 1276 1276 call lineout smbconf, Indent||'netbios name = 'value('HOSTNAME',,'OS2ENVIRONMENT') 1277 1277 call lineout smbconf, Indent||'server string = %h Samba Server for eCS (OS/2)' … … 2735 2735 Menu_File_reset_Click: 2736 2736 say "Menu_File_reset_Click() started" 2737 workgroup = "WORKGROUP" 2737 2738 call _SmbConfCreateDefault 2738 2739 ok = SysFileTree(smbconf,exist.,'FO') … … 3002 3003 end 3003 3004 3005 workgroup = VRGet("EF_WORKGROUP","Value") 3004 3006 call _SmbConfCreateDefault 3005 3007 /* call _Smb35Init */
Note:
See TracChangeset
for help on using the changeset viewer.