Ignore:
Timestamp:
Jan 28, 2010, 6:52:33 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Remove deprecated LOGFILE token

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/rc/rc.rc

    r395 r396  
    3434   "Help for command line utility:\r\n"
    3535   "\r\n"
    36    "nd mount smbfs s:\\mountpoint ;workgroup=...;server=...;share=...;user=...;password=...;master=...;mastertype=...;memlen=...;logfile=...;loglevel=...;easupport=...\r\n"
     36   "nd mount smbfs s:\\mountpoint ;workgroup=...;server=...;share=...;user=...;password=...;master=...;mastertype=...;easupport=...\r\n"
    3737   "\r\n"
    3838   "    workgroup - name of workgroup\r\n"
     
    4343   "    master - name of master server or master workgroup\r\n"
    4444   "    mastertype - 0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup\r\n"
    45    "    logfile - file to log records from smbcd.exe. Used only if smbcd.exe is run by ndpsmb.dll plugin, not manually\r\n"
    46    "    loglevel - level of logging (0-9) for smbcd.exe. Used only if smbcd.exe is run by ndpsmb.dll plugin, not manually\r\n"
    4745   "    easupport - 0 to not support EA, 1 to support\r\n"
    4846   "\r\n"
     
    102100RCDATA (DLG_ID + 7)
    103101{
    104     ENT_LOGFILE, PARMTYPE_STRING, 1L, 256L, "logfile", "%s", ""
    105 }
    106 
    107 RCDATA (DLG_ID + 8)
    108 {
    109     CMB_LOGLEVEL, PARMTYPE_INT, 0L, 9L, "loglevel", "%d", 0L,
    110     "0",
    111     "1",
    112     "2",
    113     "3",
    114     "4",
    115     "5",
    116     "6",
    117     "7",
    118     "8",
    119     "9"
    120 }
    121 
    122 RCDATA (DLG_ID + 9)
    123 {
    124102    CHK_EASUPPORT, PARMTYPE_INT, 0L, 1L, "easupport", "%d", 1L,
    125103    "0",
     
    127105}
    128106   
    129 RCDATA (DLG_ID + 10)
     107RCDATA (DLG_ID + 8)
    130108{
    131109    ENT_SPASS, PARMTYPE_STRING, 1L, 255L, "spassword", "%s", ""
    132110}
    133111
    134 RCDATA (DLG_ID + 11)
     112RCDATA (DLG_ID + 9)
    135113{
    136114    1
Note: See TracChangeset for help on using the changeset viewer.