ports/82151: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG startup script to properly location

Mathieu Arnold mat at FreeBSD.org
Sun Jun 12 07:30:19 GMT 2005


The following reply was made to PR ports/82151; it has been noted by GNATS.

From: Mathieu Arnold <mat at FreeBSD.org>
To: bug-followup at 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

 | - at unexec %D/etc/rc.d/sa-spamd.sh stop > /dev/null 2>&1 || true
 | + at comment $FreeBSD$
 | + at 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


More information about the freebsd-perl mailing list