Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2006 03:08:02 -0500
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Peter Jeremy <peterjeremy@optushome.com.au>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: portupgrade and starting servers after upgrade.
Message-ID:  <20060919080802.GO75501@over-yonder.net>
In-Reply-To: <20060919074600.GA720@turion.vk2pj.dyndns.org>
References:  <450F7A78.5020007@gneto.com> <20060919074600.GA720@turion.vk2pj.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 19, 2006 at 05:46:00PM +1000 I heard the voice of
Peter Jeremy, and lo! it spake thus:
> 
> Stopping the daemon is easy: "/usr/local/etc/rc.d/.... stop".

More to the point, portupgrade doesn't stop it.  pkg_delete does,
because stopping it is in the plist.  e.g., for spamassassin:

% grep sa-spamd /var/db/pkg/p5-Mail-SpamAssassin-3.1.5/+CONTENTS | grep stop
@unexec %D/etc/rc.d/sa-spamd.sh stop > /dev/null 2>&1 || true
@unexec %D/etc/rc.d/sa-spamd 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?20060919080802.GO75501>