From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 24 11:37:32 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0157CBC for ; Thu, 24 Oct 2013 11:37:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C89DD2686 for ; Thu, 24 Oct 2013 11:37:31 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 7C81D22AD7 for ; Thu, 24 Oct 2013 07:37:29 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Thu, 24 Oct 2013 07:37:29 -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:subject:date:in-reply-to :references; s=smtpout; bh=HmFz0XekE/D8Pdbkx4VxjvWK4Qo=; b=GQskR Yao9/LDNia5odpF9beA2TVH4pwa7CJZivZzJnGNf5Li3QEvgoX0YA9oKAToqtpHo w7MCXCtmK5peD2FmrZYS+gksO6Sykf7O4HkWuCXODYKr3dt8JR+YTWA2sGZFEX8v L5kloWawQ8AvGs+8/KH/e496KQ9ytCKQ0RGmfY= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 5D045115FC5; Thu, 24 Oct 2013 07:37:29 -0400 (EDT) Message-Id: <1382614649.1726.37946969.6FB28176@webmail.messagingengine.com> X-Sasl-Enc: j5+nfehOkZ5YcWxpn47P2MxiGcnl4Uqv8kDOEsaofJnF 1382614649 From: Mark Felder To: freebsd-ports-bugs@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-25c9bdb0 Subject: Re: ports/183226: net-mgmt/xymon-server: rc script updata Date: Thu, 24 Oct 2013 06:37:29 -0500 In-Reply-To: <201310231830.r9NIUTwZ005157@freefall.freebsd.org> References: <201310231830.r9NIUTwZ005157@freefall.freebsd.org> X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 11:37:32 -0000 Hi, Thanks for this bug report. I'm guessing we really only need to set env -i for the start and restart options, but it won't hurt to have it before all of those commands. I'll gladly commit this after I test it on our xymon server. Thanks!