|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: FreeBSD Security Survey
From: Matthew D. Fuller (fullermd
over-yonder.net)
Date: Mon May 22 2006 - 21:45:52 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
_______________________________________________
freebsd-security
freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe
freebsd.org"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]