Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2005 07:30:18 GMT
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        freebsd-perl@FreeBSD.org
Subject:   Re: ports/82151: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG startup script to properly location
Message-ID:  <200506120730.j5C7UILJ003710@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/82151; it has been noted by GNATS.

From: Mathieu Arnold <mat@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/82151: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG
 startup script to properly location
Date: Sun, 12 Jun 2005 09:26:16 +0200

 | -@unexec %D/etc/rc.d/sa-spamd.sh stop > /dev/null 2>&1 || true
 | +@comment $FreeBSD$
 | +@unexec %%RC_DIR%%/etc/rc.d/sa-spamd%%RC_SUFX%% stop > /dev/null 2>&1
 | || true
 
 I wasn't aware that the port did in fact stop spamd on upgrades.
 I'm pretty against this because I don't think it's a good idea, having
 mysql-server stop itself on upgrade is already a big enough PITA.
 And as we don't have a way to know wether it's an upgrade or a deinstall, I
 think there should be a
 @unexec echo if you are uninstalling, run ...
 
 
 -- 
 Mathieu Arnold



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