]> git.pld-linux.org Git - packages/mpack.git/blame - mpack-tmp.patch
- release 4
[packages/mpack.git] / mpack-tmp.patch
CommitLineData
f3cdc411 1diff -rNu mpack/README.unix mpack-redhat/README.unix
2--- mpack/README.unix Thu Feb 16 15:39:41 1995
3+++ mpack-redhat/README.unix Sun Dec 22 20:27:08 1996
4@@ -203,7 +203,7 @@
5
6 TMPDIR
7 Root of directory to store partial messages awaiting
8- reassembly. Default is "/usr/tmp". Partial messages
9+ reassembly. Default is "/tmp". Partial messages
10 are stored in subdirectories of $TMPDIR/m-prts-$USER/
11
12
13diff -rNu mpack/mkreadme.pl mpack-redhat/mkreadme.pl
14--- mpack/mkreadme.pl Thu Feb 16 15:39:47 1995
15+++ mpack-redhat/mkreadme.pl Sun Dec 22 20:27:35 1996
16@@ -428,7 +428,7 @@
17 =unix
18 TMPDIR
19 Root of directory to store partial messages awaiting
20- reassembly. Default is "/usr/tmp". Partial messages
21+ reassembly. Default is "/tmp". Partial messages
22 are stored in subdirectories of $TMPDIR/m-prts-$USER/
23
24 =pc os2
25diff -rNu mpack/unixos.c mpack-redhat/unixos.c
26--- mpack/unixos.c Thu Feb 16 15:39:50 1995
27+++ mpack-redhat/unixos.c Sun Dec 22 20:25:27 1996
28@@ -89,7 +89,7 @@
29 strcpy(buf, getenv("TMPDIR"));
30 }
31 else {
32- strcpy(buf, "/usr/tmp");
33+ strcpy(buf, "/tmp");
34 }
35 strcat(buf, "/m-prts-");
36 p = getenv("USER");
37diff -rNu mpack/unixpk.man mpack-redhat/unixpk.man
38--- mpack/unixpk.man Thu Feb 16 15:39:50 1995
39+++ mpack-redhat/unixpk.man Sun Dec 22 20:27:51 1996
40@@ -136,7 +136,7 @@
41 .SH ENVIRONMENT
42 .TP
43 .B TMPDIR
44-Directory to store temporary files. Default is /usr/tmp.
45+Directory to store temporary files. Default is /tmp.
46 .TP
47 .B SPLITSIZE
48 Default value of the -m switch.
49diff -rNu mpack/unixunpk.man mpack-redhat/unixunpk.man
50--- mpack/unixunpk.man Thu Feb 16 15:39:50 1995
51+++ mpack-redhat/unixunpk.man Sun Dec 22 20:28:09 1996
52@@ -107,7 +107,7 @@
53 .SH ENVIRONMENT
54 .TP
55 .B TMPDIR
56-Directory to store temporary files. Default is /usr/tmp.
57+Directory to store temporary files. Default is /tmp.
58 .SH FILES
59 .TP
60 .B $TMPDIR/m-prts-$USER/
e5a86fe1 61--- mpack/unixpk.c 2003-07-21 22:50:41.000000000 +0200
62+++ mpack-redhat/unixpk.c 2004-10-16 14:12:20.000000000 +0200
63@@ -164,7 +164,7 @@
64 strcpy(fnamebuf, getenv("TMPDIR"));
65 }
66 else {
67- strcpy(fnamebuf, "/usr/tmp");
68+ strcpy(fnamebuf, "/tmp");
69 }
70 strcat(fnamebuf, "/mpackXXXXXX");
71 mktemp(fnamebuf);
This page took 0.146019 seconds and 4 git commands to generate.