Changeset 439 for branches/client-1.5/src
- Timestamp:
- Apr 16, 2010, 2:58:18 PM (15 years ago)
- Location:
- branches/client-1.5/src
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/Makefile.kmk
r426 r439 36 36 ndpsmb_CFLAGS = -Zomf 37 37 # 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=pentium438 ndpsmb_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium4 39 39 # SCS when building with gcc 3.3.5 use the below cflags 40 # 41 ndpsmb_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium3 40 #ndpsmb_CFLAGS.release = -s -O3 -march=pentium -mcpu=pentium3 41 42 42 ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF 43 43 ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files -
branches/client-1.5/src/debug.c
r437 r439 33 33 char logfile[_MAX_PATH +1] = {0}; 34 34 char debugfile[_MAX_PATH +1] = {0}; 35 char logfilename[] = " ndpsmb.log";35 char logfilename[] = "log.ndpsmb"; 36 36 BOOL do_logging = FALSE; 37 37 -
branches/client-1.5/src/help/ndpsmb.ipf
r438 r439 129 129 :p. 130 130 The 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. 131 the logfile is placed into the &nd. directory. The logfile is called log.ndpsmb for the &nd part and 132 log.smbd for the Samba part. 132 133 133 134 .****************************************************** -
branches/client-1.5/src/help/ndpsmb_de.ipf
r438 r439 115 115 :p.Falls eine LOGFILES Umgebungsvariable existiert&comma. wird die Log-Datei 116 116 dort erzeugt&comma. falls nicht im Netdrive Verzeichnis. Die Logdatei heisst 117 ndpsmb.log.117 log.ndpsmb fr den Netdrive Teil und log.smbc fr den Samba Teil. 118 118 119 119 :h1 res=600.Entwicklungsgeschichte -
branches/client-1.5/src/help/ndpsmb_fr.ipf
r438 r439 196 196 d'environnement est absente, le fichier de rapport sera alors plac 197 197 dans le rpertoire de NetDrive. Le fichier de consignation est appel 198 ndpsmb.log.198 log.ndpsmb pour &nd et log.smbc pour Samba. 199 199 :p. 200 200 .****************************************************** -
branches/client-1.5/src/help/readme.txt
r438 r439 154 154 The logfile is placed to your LOGFILES env path, if available. If the 155 155 LOGFILES environment variable is missing, the logfile is placed into the 156 Netdrive directory. The logfile is called ndpsmb.log. 156 Netdrive directory. The logfile is called log.ndpsmb for the Netdrive part 157 and log.smbc for the Samba part. 157 158 158 159 -
branches/client-1.5/src/help/readme_de.txt
r438 r439 164 164 165 165 Falls eine LOGFILES Umgebungsvariable existiert, wird die Log-Datei dort 166 erzeugt, falls nicht im Netdrive Verzeichnis. Die Logdatei heisst ndpsmb.log. 166 erzeugt, falls nicht im Netdrive Verzeichnis. Die Logdatei heisst log.ndpsmb fr 167 den Netdrive Teil und log.smbc fr den Samba Teil. 167 168 168 169 -
branches/client-1.5/src/help/readme_fr.txt
r438 r439 207 207 d'environnement est absente, le fichier de rapport sera plac dans le 208 208 rpertoire de NetDrive. Le fichier de consignation est appel 209 ndpsmb.log.209 log.ndpsmb pour le Netdrive et log.smbc pour le Samba. 210 210 211 211 -
branches/client-1.5/src/smbwrp.c
r437 r439 28 28 { 29 29 char slogfile[_MAX_PATH +1] = {0}; 30 char slogfilename[] = " samba.log";30 char slogfilename[] = "log.smbc"; 31 31 char *env = getenv("LOGFILES"); 32 32 if (env != NULL)
Note:
See TracChangeset
for help on using the changeset viewer.