[3291] in testers
Re: [daemon@ATHENA.MIT.EDU : Returned mail: User unknown]
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Jun 23 16:17:26 1997
To: Mike Barker <mbarker@MIT.EDU>
Cc: Matt Braun <mhbraun@MIT.EDU>, testers@MIT.EDU
In-Reply-To: Your message of "Mon, 23 Jun 1997 16:01:39 EDT."
<199706232001.QAA16306@megara.MIT.EDU>
Date: Mon, 23 Jun 1997 16:17:20 EDT
From: Greg Hudson <ghudson@MIT.EDU>
[postmaster removed from the cc line.]
> 3. I did a quick workaround (su and make the directories).
> However, I assume that the directories weren't there because we
> cleaned them up somewhere in the recent upgrade.
Not to the best of my knowledge. My 8.0 and 8.1 machines both have
/var/lp/logs.
We did make a change recently in how /var is populated at install
time. Instead of extracting a cpio file, we do:
(cd /os/var; tar cf - .) | (cd /root/var; tar xf - .)
Since the os volume has a /var/lp/logs directory, I would expect this
to create /var/lp/logs, though.