Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2006 21:45:52 -0500
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Clemens Renner <claim@rinux.net>
Cc:        freebsd security <freebsd-security@freebsd.org>
Subject:   Re: FreeBSD Security Survey
Message-ID:  <20060523024552.GB5226@over-yonder.net>
In-Reply-To: <447275EA.10505@rinux.net>
References:  <20060522152011.10728.qmail@do.sefao.com> <20060522192350.GB712@turion.vk2pj.dyndns.org> <447275EA.10505@rinux.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 23, 2006 at 04:39:38AM +0200 I heard the voice of
Clemens Renner, and lo! it spake thus:
>
> For example, when upgrading MySQL -- even with mysql_enable=YES in
> rc.conf, portupgrade will stop the sever but not restart it. Is
> there any plausible reason for this behaviour?

In the interest of correctness, it's not portupgrade that stops it,
it's the base system pkg_delete(1).  The same thing would happen if
you deleted the installed package manually.  See the +CONTENTS file
for the package:

@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true


-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060523024552.GB5226>