From owner-freebsd-ports@FreeBSD.ORG Sat Apr 23 20:47:24 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF4516A4CE for ; Sat, 23 Apr 2005 20:47:24 +0000 (GMT) Received: from bsd.dino.sk (bsd.dino.sk [213.215.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 512DE43D1F for ; Sat, 23 Apr 2005 20:47:23 +0000 (GMT) (envelope-from ports@dino.sk) Received: from [213.215.74.194] ([213.215.74.194]) (AUTH: LOGIN milan) by bsd.dino.sk with esmtp; Sat, 23 Apr 2005 22:47:37 +0200 id 000000C9.426AB469.000137E2 From: Milan Obuch To: freebsd-ports@freebsd.org Date: Sat, 23 Apr 2005 22:47:18 +0200 User-Agent: KMail/1.6.2 References: <20050414111426.775f6afd.lehmann@ans-netz.de> <200504232139.59577.ports@dino.sk> <20050423222758.4b546155.lehmann@ans-netz.de> In-Reply-To: <20050423222758.4b546155.lehmann@ans-netz.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200504232247.18540.ports@dino.sk> Subject: Re: splitting courier-authlib into master+slave ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2005 20:47:24 -0000 On Saturday 23 April 2005 22:27, Oliver Lehmann wrote: > Milan Obuch wrote: > > name="courier_authdaemond" > > start_precmd="${name}_prestart" > > > > means there should be > > > > courier_authdaemond_prestart() > > > > and not > > > > authdaemond_prestart() > > > > This results in error message when trying start authdaemond. > > Milan > > right this one was fixed in the past but got lost too.. it's fixed now > again *sigh* > > tomorrow i'll test if installing/deleting with packages works as expected > (adding/deleting user, sysconftool calls...) I did test this - installed meta port, dependency installed base port and userdb (selected method) port. Adding/deleting user courier works. To me this looks OK. I will test this against courier port (0.49 changed). Milan