From owner-freebsd-ports@FreeBSD.ORG Fri Dec 23 01:35:21 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5305E106564A for ; Fri, 23 Dec 2011 01:35:21 +0000 (UTC) (envelope-from christer.edwards@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id BF7F68FC0C for ; Fri, 23 Dec 2011 01:35:20 +0000 (UTC) Received: by lahl5 with SMTP id l5so5051083lah.13 for ; Thu, 22 Dec 2011 17:35:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=0rMWxadYnBOGFF7mXPPFziUxXtUoydr5MipTeGvY5Fk=; b=PFEOJ5XMClEBT+92H2ZOyZ2bKW/+UaA1OfxmAOHy1VtSUqQDSyiHhbc6HJeiQm5zuw G4BwFjlctwA/8jsqh5W85FwivN/+YW6BipK4imlqwtcO17nBMnPzIFtxmv/hy8f8WDbo +/6/EU2y2N1SA+u339Ihn19lMWs475rtyp0Bk= Received: by 10.152.113.131 with SMTP id iy3mr10405592lab.39.1324604119254; Thu, 22 Dec 2011 17:35:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.20.134 with HTTP; Thu, 22 Dec 2011 17:34:58 -0800 (PST) In-Reply-To: <4EF3CF11.6070104@FreeBSD.org> References: <4EEC6D9D.1020102@yandex.ru> <4EEEAE03.1080908@yandex.ru> <4EF2FBAE.8050406@yandex.ru> <4EF393BC.2020003@yandex.ru> <4EF3CF11.6070104@FreeBSD.org> From: Christer Edwards Date: Thu, 22 Dec 2011 18:34:58 -0700 Message-ID: To: Doug Barton Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-ports@FreeBSD.org" Subject: Re: salt rc.d scripts (Was: RUN_DEPENDS for python based port) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2011 01:35:21 -0000 On Thu, Dec 22, 2011 at 5:45 PM, Doug Barton wrote: > There are some style problems and one real bug that are repeated for all > 3 scripts. I attached a fixed version of one of them, hopefully that > will help you see what's needed to fix the other 2. Also, please review > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html, > especially the pre-commit checklist. I made the changes you suggested and tried a fresh build of the port inside of a jail. Below is a pastebin of trying to start the service(s) just after installation. http://pastebin.com/raw.php?i=2wGBk0PY thanks