Ignore:
Timestamp:
Aug 16, 2016, 5:41:49 PM (9 years ago)
Author:
Silvan Scherrer
Message:

samba client: add the possibility to have logfiles per share

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/rc/rc.rc_

    r756 r960  
    3838   "Help for command line utility:\r\n"
    3939   "\r\n"
    40    "nd mount smbfs s:\\mountpoint ;workgroup=...;server=...;share=...;user=...;password=...;master=...;mastertype=...;easupport=...\r\n"
     40   "nd mount smbfs s:\\mountpoint ;workgroup=...;server=...;share=...;user=...;password=...;master=...;mastertype=...;easupport=...;loglevel=...\r\n"
    4141   "\r\n"
    4242   "    workgroup - name of workgroup\r\n"
     
    4848   "    mastertype - 0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup\r\n"
    4949   "    easupport - 0 to not support EA, 1 to support\r\n"
     50   "    loglevel - 0 no log, 2 standard log, 5 verbose, 10 very big log\r\n"
    5051   "\r\n"
    5152}
     
    126127RCDATA (DLG_ID + 11)
    127128{
     129    SPIN_LOGLEVEL, PARMTYPE_INT, 0L, 10L, "loglevel", "%d", 0L
     130}
     131
     132RCDATA (DLG_ID + 12)
     133{
    128134    1
    129135}
Note: See TracChangeset for help on using the changeset viewer.