Remove, with extreme prejudice, the notion that /tmp best needs to be a
softlink to /var/tmp. This is horribly wrong since /tmp and /var/tmp serve different goals. Even given the text that in the old days things were different doesn't help, since our scripts clean /tmp, and we depend on /var/tmp to persist for vi editing sessions recovery and other likewise applications.
This commit is contained in:
parent
494eefd86b
commit
85148c25cf
@ -83,11 +83,7 @@ depends on the kind of temporary file usage you think you will need.
|
||||
the minimum we recommend.
|
||||
Also note that sysinstall will create a
|
||||
.Pa /tmp
|
||||
directory, but it is usually a good idea to make
|
||||
.Pa /tmp
|
||||
a softlink to
|
||||
.Pa /var/tmp
|
||||
after the fact.
|
||||
directory.
|
||||
Dedicating a partition for temporary file storage is important for
|
||||
two reasons: first, it reduces the possibility of filesystem corruption
|
||||
in a crash, and second it reduces the chance of a runaway process that
|
||||
|
Loading…
x
Reference in New Issue
Block a user