Subject: Re: SOFTDEP options
To: Chan Yiu Wah <c5666305@hkstar.com>
From: Rene Hexel <rh@idle.trapdoor.vip.at>
List: current-users
Date: 11/18/1999 13:32:14
Chan Yiu Wah wrote:
> I restart my system, I got message like update ROOT daemon $update not
> set properly. What does it mean?
You got that message, because you removed the 'update' line from
rc.conf, but did not remove the corresponding check in /etc/rc. To fix
this, you either have to remove the following lines from /etc/rc:
if checkyesno update; then
echo -n ' update'; update $update_flags
fi
... or you re-insert the 'update' line into your /etc/rc.conf (and
change it to 'update="NO"', of course).
Cheers
,
Rene