[3663] in testers
Re: missing link /core
daemon@ATHENA.MIT.EDU (Robert A Basch)
Wed Jun 24 22:56:26 1998
To: Robert A Basch <rbasch@MIT.EDU>
Cc: testers@MIT.EDU
In-Reply-To: Your message of "Wed, 24 Jun 1998 18:52:10 EDT."
<199806242252.SAA19025@kiko.mit.edu>
Date: Wed, 24 Jun 1998 22:56:15 EDT
From: Robert A Basch <rbasch@MIT.EDU>
> On a couple IRIX 6.x systems I've checked, the /core sym link
> (to /var/athena/core.root) is missing.
I think I found the culprit -- the script /usr/sbin/postinst contains:
if [ -f /core ]
then
echo Moving /core to /usr/tmp/core.postinst_detected
mv /core /usr/tmp/core.postinst_detected
fi
The script is run out of /etc/init.d/postinst, which is invoked both at
start-up and shutdown. It's intended to clean up after an installation.
Bob