Ignore:
Timestamp:
Apr 16, 2010, 2:58:18 PM (15 years ago)
Author:
Silvan Scherrer
Message:

client 1.5: changed log names

Location:
branches/client-1.5/src
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/Makefile.kmk

    r426 r439  
    3636ndpsmb_CFLAGS = -Zomf
    3737# YD -O2/O3 triggers stack variable alignment bug in gcc 4.3.2/4.4.0!
    38 # ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mtune=pentium4
     38ndpsmb_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium4
    3939# SCS when building with gcc 3.3.5 use the below cflags
    40 # ndpsmb_CFLAGS.release = -s -O3 -march=pentium -mcpu=pentium3
    41 ndpsmb_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium3
     40#ndpsmb_CFLAGS.release = -s -O3 -march=pentium -mcpu=pentium3
     41
    4242ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF
    4343ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files
  • branches/client-1.5/src/debug.c

    r437 r439  
    3333char logfile[_MAX_PATH +1]  = {0};
    3434char debugfile[_MAX_PATH +1] = {0};
    35 char logfilename[] = "ndpsmb.log";
     35char logfilename[] = "log.ndpsmb";
    3636BOOL do_logging = FALSE;
    3737
  • branches/client-1.5/src/help/ndpsmb.ipf

    r438 r439  
    129129:p.
    130130The logfile is placed to your LOGFILES env path, if available. If the LOGFILES env is missing
    131 the logfile is placed into the &nd. directory. The logfile is called ndpsmb.log.
     131the logfile is placed into the &nd. directory. The logfile is called log.ndpsmb for the &nd part and
     132log.smbd for the Samba part.
    132133
    133134.******************************************************
  • branches/client-1.5/src/help/ndpsmb_de.ipf

    r438 r439  
    115115:p.Falls eine LOGFILES Umgebungsvariable existiert&comma. wird die Log-Datei
    116116dort erzeugt&comma. falls nicht im Netdrive Verzeichnis. Die Logdatei heisst
    117 ndpsmb.log.
     117log.ndpsmb fr den Netdrive Teil und log.smbc fr den Samba Teil.
    118118
    119119:h1 res=600.Entwicklungsgeschichte
  • branches/client-1.5/src/help/ndpsmb_fr.ipf

    r438 r439  
    196196d'environnement est absente, le fichier de rapport sera alors plac‚
    197197dans le r‚pertoire de NetDrive. Le fichier de consignation est appel‚
    198 ndpsmb.log.
     198log.ndpsmb pour &nd et log.smbc pour Samba.
    199199:p.
    200200.******************************************************
  • branches/client-1.5/src/help/readme.txt

    r438 r439  
    154154The logfile is placed to your LOGFILES env path, if available. If the
    155155LOGFILES environment variable is missing, the logfile is placed into the
    156 Netdrive directory. The logfile is called ndpsmb.log.
     156Netdrive directory. The logfile is called log.ndpsmb for the Netdrive part
     157and log.smbc for the Samba part.
    157158
    158159
  • branches/client-1.5/src/help/readme_de.txt

    r438 r439  
    164164
    165165Falls eine LOGFILES Umgebungsvariable existiert, wird die Log-Datei dort
    166 erzeugt, falls nicht im Netdrive Verzeichnis. Die Logdatei heisst ndpsmb.log.
     166erzeugt, falls nicht im Netdrive Verzeichnis. Die Logdatei heisst log.ndpsmb fr
     167den Netdrive Teil und log.smbc fr den Samba Teil.
    167168
    168169
  • branches/client-1.5/src/help/readme_fr.txt

    r438 r439  
    207207d'environnement est absente, le fichier de rapport sera plac‚ dans le
    208208r‚pertoire de NetDrive. Le fichier de consignation est appel‚
    209 ndpsmb.log.
     209log.ndpsmb pour le Netdrive et log.smbc pour le Samba.
    210210
    211211
  • branches/client-1.5/src/smbwrp.c

    r437 r439  
    2828{
    2929        char slogfile[_MAX_PATH +1] = {0};
    30         char slogfilename[] = "samba.log";
     30        char slogfilename[] = "log.smbc";
    3131        char *env = getenv("LOGFILES");
    3232                if (env != NULL)
Note: See TracChangeset for help on using the changeset viewer.