Re: why /var/tmp/ not be cleaned at boot time

1997-10-09 Thread Lawrence
so, whats /var/tmp for? Christian Kauhaus wrote: > > Hi! > > On 10/08/97, m* wrote: > > yup, like the vi.recover directory. i believe /var/tmp is the default > > location for vi.recover is it not? > > No, it is not. The FSSTD says that /var/preserve is the default location for > it. I've alread

Re: why /var/tmp/ not be cleaned at boot time

1997-10-09 Thread Christian Kauhaus
Hi! On 10/08/97, m* wrote: > yup, like the vi.recover directory. i believe /var/tmp is the default > location for vi.recover is it not? No, it is not. The FSSTD says that /var/preserve is the default location for it. I've already filed bugs against vim, elvis, et. al. Regards -- _/ Christian

Re: why /var/tmp/ not be cleaned at boot time

1997-10-08 Thread m*
George Bonser wrote: > > Yeah, so you can have some temporary scratch space that survives a reboot. > > Anything that can evaporate at reboot time, you put in /tmp, anything you want > to survive a reboot, you put in /var/tmp. > yup, like the vi.recover directory. i believe /var/tmp is the defa

Re: why /var/tmp/ not be cleaned at boot time

1997-10-08 Thread Fabrizio Polacco
[EMAIL PROTECTED] wrote: > > The purpose of /var/tmp is to unload the possible activity and > space requirements from root. /var/tmp was created after /usr/tmp, to let /usr be read only. In fact /usr/tmp is now a symlink to ../var/tmp /tmp is to be considered less persistent than /var/tmp : idea

RE: why /var/tmp/ not be cleaned at boot time

1997-10-08 Thread rir
On Mon, 6 Oct 1997, George Bonser wrote: > > Yeah, so you can have some temporary scratch space that survives a reboot. > > Anything that can evaporate at reboot time, you put in /tmp, anything you > want > to survive a reboot, you put in /var/tmp. I would caution against using this idea on a

RE: why /var/tmp/ not be cleaned at boot time

1997-10-07 Thread George Bonser
Yeah, so you can have some temporary scratch space that survives a reboot. Anything that can evaporate at reboot time, you put in /tmp, anything you want to survive a reboot, you put in /var/tmp. On 07-Oct-97 Lawrence wrote: >any reason why /tmp be cleaned at boot time while /var/tmp not? > >l