From owner-freebsd-ports@FreeBSD.ORG Fri May 4 13:18:43 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C29401065675 for ; Fri, 4 May 2012 13:18:43 +0000 (UTC) (envelope-from scheidell@freebsd.org) Received: from mx2.secnap.com.ionspam.net (mx2.secnap.com.ionspam.net [216.134.223.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8FD278FC23 for ; Fri, 4 May 2012 13:18:43 +0000 (UTC) Received: from mx2.secnap.com.ionspam.net (unknown [10.71.0.54]) by mx2.secnap.com.ionspam.net (Postfix) with ESMTP id 0D4E1D23CF2 for ; Fri, 4 May 2012 09:18:43 -0400 (EDT) X-Virus-Scanned: SpammerTrap(r) VPS-1500 2.18 at mx2.secnap.com.ionspam.net Received: from USBCTDC001.secnap.com (unknown [10.70.1.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx2.secnap.com.ionspam.net (Postfix) with ESMTPS id 10659D23C1B for ; Fri, 4 May 2012 09:18:42 -0400 (EDT) Received: from usbctlt011.secnap.com (10.70.2.19) by USBCTDC001.secnap.com (10.70.1.1) with Microsoft SMTP Server (TLS) id 14.0.722.0; Fri, 4 May 2012 09:18:41 -0400 Message-ID: <4FA3D731.9000305@freebsd.org> Date: Fri, 4 May 2012 09:18:41 -0400 From: Michael Scheidell Organization: SECNAP Network Security Corp User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12 MIME-Version: 1.0 To: References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: audio/squeezeboxserver - install error 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, 04 May 2012 13:18:43 -0000 On 5/4/12 9:06 AM, Torfinn Ingolfsen wrote: > if [ ! -f ${serverlogfile} ]; then > touch ${serverlogfile} > chown -H ${u}:${g} ${serverlogfile} > fi if [ ! -f ${serverlogfile} ]; then touch ${serverlogfile} || ${MKDIR} /var/log/${name} chown -H ${u}:${g} ${serverlogfile} fi ? don't forget to make sure that pkg_add also works. check pkg_delete also to make sure that pkg-plist removes it. -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell