Changeset 675 for trunk/guitools/shared/cltinit.vrs
- Timestamp:
- Jan 1, 2012, 4:47:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/shared/cltinit.vrs
r660 r675 61 61 if exist.0 = 1 then samba.!smbclientexe = exist.1 62 62 end 63 if samba.!smbclientexe = "" then do /* RPM/YUM/FHS tree */ 64 call charout , " Are binaries in RPM/YUM/FHS tree? " 65 ok = SysFileTree(UnixRoot'\usr\bin\smbclient.exe', exist.,'FO') 66 if exist.0 = 1 then say "Yes."; else say "No." 67 if exist.0 = 1 then samba.!smbclientexe = exist.1 68 end 63 69 if samba.!smbclientexe = "" then do /* in parent directory? */ 64 70 call charout , " Are binaries in parent directory? " … … 142 148 ok = SysMkDir(unixetc) 143 149 ok = SysMkDir(etc'\samba') 150 ok = SysMkDir(etc'\samba\pid') 144 151 ok = SysMkDir(etc'\samba\lock') 152 /* This EA makes the testparm warning about browsing go away. */ 153 /* Note: The EA is NOT marked critical as it should be, neverthelesse this fix works */ 154 ok = SysPutEA(etc||'\samba\lock',"MODE", "FEFF0400ED410000"x) 145 155 146 156 /* Messages from Samba will go here */
Note:
See TracChangeset
for help on using the changeset viewer.