[1348] in SIPB_Linux_Development
Re: Linux 2.0 and RedHat 3.0.3
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Thu Jul 25 16:37:36 1996
Date: Thu, 25 Jul 1996 16:37:00 -0400
To: Salvatore Valente <svalente@MIT.EDU>
Cc: linux-dev@MIT.EDU
In-Reply-To: "[1345] in SIPB_Linux_Development"
From: Jonathon Weiss <jweiss@MIT.EDU>
12. RedHat runs sendmail but doesn't run named when it boots.
To fix both of these problems (at runlevel 5):
cd /etc/rc.d/rc5.d
rm S80sendmail
ln -s ../init.d/named S55named
Does S80sendmail also do cleanup of sendmail lock files? If it does,
simply removing ti might not be the right answer.
--
Jonathon