Changeset 660 for trunk/guitools/shared/cltinit.vrs
- Timestamp:
- Nov 10, 2011, 9:32:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/shared/cltinit.vrs
r638 r660 124 124 IF options.!debug == 1 THEN say ' Samba smb.conf = "'samba.!smbconf'"' 125 125 126 /* complete shadow copy of smb.conf in temporary directory - should always be created on the fly */ 127 /* before reading from it */ 128 samba.!shadowsmbconf = TempDir||'smb.conf' 129 130 /* lmhosts */ 131 samba.!lmhosts = ETC'\samba\lmhosts' 132 if \VRFileExists(samba.!lmhosts) then call _ErrorDataFileNotFound samba.!lmhosts' is not present.' 133 IF options.!debug == 1 THEN say ' Samba lmhosts = "'samba.!lmhosts'"' 134 135 /* FIXME: Needs to be changed for Samba 3.3+ */ 126 136 /* upcase table files - several utilities need these */ 127 137 if (\VRFileExists(samba.!bin'\lib\upcase.dat')) |,
Note:
See TracChangeset
for help on using the changeset viewer.