Changeset 408 for branches/guitools-1.0/install
- Timestamp:
- Feb 19, 2010, 9:14:00 AM (16 years ago)
- Location:
- branches/guitools-1.0/install
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-1.0/install/sscc.vrp
r344 r408 7 7 VRXWindow: __VREMainWindow,1,2180,4481,891,7263 8 8 VRXWindow: __VRESectionListWindow,1,3011,12286,8974,3144 9 VRXWindow: __VREToolsWindow,1,3211,10648,69 89,16599 VRXWindow: __VREToolsWindow,1,3211,10648,6995,1663 10 10 VRXWindow: __VREWindListWindow,1,385,12286,2650,3150 11 11 UserFile: 1 -
branches/guitools-1.0/install/sscc.vrx
r344 r408 1083 1083 call lineout smbconf, Indent||'lm announce = Yes' 1084 1084 call lineout smbconf, Indent||'wins support = Yes' 1085 call lineout smbconf, Indent||'wide links = No' 1085 1086 ok = SysFileTree(samba.!printcap,exist.,'FO') 1086 1087 if exist.0 = 1 then do … … 2095 2096 call _MasterPasswdCreate 2096 2097 call _PasswordDBRewrite 2098 ok = VRSet("CB_NoRoot","Enabled", 0) 2097 2099 end 2098 2100 if stream(samba.!pwddb,'c','query exists') = "" | stream(samba.!spwddb,'c','query exists') = "" then do 2099 2101 call _PasswordDBRewrite 2102 ok = VRSet("CB_NoRoot","Enabled", 0) 2100 2103 end 2101 2104 UseTDBsam = 1 … … 2789 2792 call _INIWrite 2790 2793 call _SambaFinish 2794 ok = SysFileDelete(TempDir'sscc.testparm') 2791 2795 ok = SysFileDelete(smboutput) 2792 2796
Note:
See TracChangeset
for help on using the changeset viewer.