mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
/usr/tmp -> /var/tmp
This commit is contained in:
parent
328366e966
commit
2cf1ae1940
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4389
54
converters/mpack/files/patch-ab
Normal file
54
converters/mpack/files/patch-ab
Normal file
@ -0,0 +1,54 @@
|
||||
*** unixos.c.bak Fri Feb 17 00:39:50 1995
|
||||
--- unixos.c Mon Nov 11 10:19:28 1996
|
||||
***************
|
||||
*** 89,95 ****
|
||||
--- 89,99 ----
|
||||
strcpy(buf, getenv("TMPDIR"));
|
||||
}
|
||||
else {
|
||||
+ #ifdef __FreeBSD__
|
||||
+ strcpy(buf, "/var/tmp");
|
||||
+ #else
|
||||
strcpy(buf, "/usr/tmp");
|
||||
+ #endif
|
||||
}
|
||||
strcat(buf, "/m-prts-");
|
||||
p = getenv("USER");
|
||||
*** unixpk.man.bak Fri Feb 17 00:39:50 1995
|
||||
--- unixpk.man Mon Nov 11 10:19:46 1996
|
||||
***************
|
||||
*** 136,142 ****
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B TMPDIR
|
||||
! Directory to store temporary files. Default is /usr/tmp.
|
||||
.TP
|
||||
.B SPLITSIZE
|
||||
Default value of the -m switch.
|
||||
--- 136,142 ----
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B TMPDIR
|
||||
! Directory to store temporary files. Default is /var/tmp.
|
||||
.TP
|
||||
.B SPLITSIZE
|
||||
Default value of the -m switch.
|
||||
*** unixunpk.man.bak Fri Feb 17 00:39:50 1995
|
||||
--- unixunpk.man Mon Nov 11 10:19:59 1996
|
||||
***************
|
||||
*** 107,113 ****
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B TMPDIR
|
||||
! Directory to store temporary files. Default is /usr/tmp.
|
||||
.SH FILES
|
||||
.TP
|
||||
.B $TMPDIR/m-prts-$USER/
|
||||
--- 107,113 ----
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B TMPDIR
|
||||
! Directory to store temporary files. Default is /var/tmp.
|
||||
.SH FILES
|
||||
.TP
|
||||
.B $TMPDIR/m-prts-$USER/
|
Loading…
Reference in New Issue
Block a user