From owner-freebsd-ports@freebsd.org Thu Aug 31 15:16:30 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 191FCE20F5D; Thu, 31 Aug 2017 15:16:30 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E41B580452; Thu, 31 Aug 2017 15:16:29 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 10b0eb15 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 31 Aug 2017 09:16:22 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: standard locations for port files From: Adam Weinberger In-Reply-To: <59A82622.4030502@gmail.com> Date: Thu, 31 Aug 2017 09:16:20 -0600 Cc: "freebsd-questions@freebsd.org" , "freebsd-ports@freebsd.org" Content-Transfer-Encoding: 7bit Message-Id: <729F1CC6-9A65-4CDF-B7E5-FB520779FD15@adamw.org> References: <59A82622.4030502@gmail.com> To: Ernie Luzar X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2017 15:16:30 -0000 > On 31 Aug, 2017, at 9:07, Ernie Luzar wrote: > > Lets say I have a product that I want to port to Freebsd. > > Were is the standard location for the log file and PID file. > > Would it be in > /usr/local/etc/product/product.log > /usr/local/etc/product/product.pid > > or > > /var/log/product.log > /var/run/product.pid It should be in /var. Many users keep /usr/local mounted read-only. # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org