Ticket #17876: patch-TMPDIR.diff
File patch-TMPDIR.diff, 1.7 KB (added by rbubley, 16 years ago) |
---|
-
README.unix
old new 188 188 189 189 TMPDIR 190 190 Root of directory to store partial messages awaiting 191 reassembly. Default is "/ usr/tmp". Partial messages191 reassembly. Default is "/tmp". Partial messages 192 192 are stored in subdirectories of $TMPDIR/m-prts-$USER/ 193 193 194 194 -
mkreadme.pl
old new 413 413 =unix 414 414 TMPDIR 415 415 Root of directory to store partial messages awaiting 416 reassembly. Default is "/ usr/tmp". Partial messages416 reassembly. Default is "/tmp". Partial messages 417 417 are stored in subdirectories of $TMPDIR/m-prts-$USER/ 418 418 419 419 =pc os2 -
unixos.c
old new 90 90 strcpy(buf, getenv("TMPDIR")); 91 91 } 92 92 else { 93 strcpy(buf, "/ usr/tmp");93 strcpy(buf, "/tmp"); 94 94 } 95 95 strcat(buf, "/m-prts-"); 96 96 p = getenv("USER"); -
unixpk.c
old new 164 164 strcpy(fnamebuf, getenv("TMPDIR")); 165 165 } 166 166 else { 167 strcpy(fnamebuf, "/ usr/tmp");167 strcpy(fnamebuf, "/tmp"); 168 168 } 169 169 strcat(fnamebuf, "/mpackXXXXXX"); 170 170 mktemp(fnamebuf); -
unixpk.man
old new 136 136 .SH ENVIRONMENT 137 137 .TP 138 138 .B TMPDIR 139 Directory to store temporary files. Default is / usr/tmp.139 Directory to store temporary files. Default is /tmp. 140 140 .TP 141 141 .B SPLITSIZE 142 142 Default value of the -m switch.