From owner-freebsd-current@FreeBSD.ORG Mon Jul 15 14:57:28 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A2261A3D for ; Mon, 15 Jul 2013 14:57:28 +0000 (UTC) (envelope-from feld@freebsd.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 794A910C for ; Mon, 15 Jul 2013 14:57:28 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 129D1212C9 for ; Mon, 15 Jul 2013 10:57:27 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Mon, 15 Jul 2013 10:57:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=bDNfXjUSfo3mi2sGgex7iuzyeIk=; b=EHQ myprPMvIP8gMAkRmJGHXgK3XZPZln83J1wjX+VoAiOUaUCeu6Iz1svhOGwbeGZj8 5k7hW4yByZzhb3yltEnvSii6tohpJWRp6mEdolGsNes1J8xGeKamHTGZeASOHPLV XtCyqb+GTfGKPBABkQyfF+g9EMy6xZAjBviud3D0= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id EB6E6B00003; Mon, 15 Jul 2013 10:57:26 -0400 (EDT) Message-Id: <1373900246.23916.140661255858745.1BA622A0@webmail.messagingengine.com> X-Sasl-Enc: /nePLMVrEpH81ZIJ3s/evZ1+/XXaHB2w8QXlVVBjT0uT 1373900246 From: Mark Felder To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-bdcdd1cb In-Reply-To: <20130715144408.6af32858@gumby.homeunix.com> References: <201307141949.r6EJnZPp009319@hergotha.csail.mit.edu> <1373895245.27518.140661255822389.195BA409@webmail.messagingengine.com> <20130715144408.6af32858@gumby.homeunix.com> Subject: Re: Ports with daemons on uninstall... Date: Mon, 15 Jul 2013 09:57:26 -0500 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 14:57:28 -0000 On Mon, Jul 15, 2013, at 8:44, RW wrote: > > Is that really correct? I would expect the deinstall to be done after > the build has completed successfully. > That might not be accurate with a current portmaster, but we used to have that happen all too frequently. I just checked the plist and it has @stopdaemon mysql-server, so I'm guessing portmaster would run that too prematurely.