From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 12 16:30:56 2011 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F0371065670 for ; Fri, 12 Aug 2011 16:30:56 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f172.google.com (mail-iy0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id CE1B88FC13 for ; Fri, 12 Aug 2011 16:30:55 +0000 (UTC) Received: by iye7 with SMTP id 7so5941547iye.17 for ; Fri, 12 Aug 2011 09:30:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=eK3KdBhtL6Hzhi5GvfB9p+t41BlnXJsd7GSTjXQCx6I=; b=xlbOymlfjuIwi3Adu9ptpp42CD1exLAHbUrX7qPkrD2A8M3LTbXuzljsXnqYJMBypa cTYyJKz770NEwSubzouPZd3AHsKgPYB1isREMNK1WT7R9cg44LTYgBoMx+2Df9I7GZBv qDnSLBsb9vjYbD49P03IizsL7UCeAIMCWWw/0= Received: by 10.231.56.75 with SMTP id x11mr2050933ibg.98.1313164892113; Fri, 12 Aug 2011 09:01:32 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.182.77 with HTTP; Fri, 12 Aug 2011 09:01:01 -0700 (PDT) In-Reply-To: References: <201108121223.p7CCN1wM047583@freefall.freebsd.org> From: Chris Rees Date: Fri, 12 Aug 2011 17:01:01 +0100 X-Google-Sender-Auth: ONxUcwLXjGB_XfUdQDLC3Xtt0vM Message-ID: To: joris dedieu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports-bugs@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/157628: [patch] www/red5 remove user data while reinstalling updating X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 16:30:56 -0000 On 12 August 2011 16:49, joris dedieu wrote: > 2011/8/12 =A0: >> Synopsis: [patch] www/red5 remove user data while reinstalling updating >> >> State-Changed-From-To: open->feedback >> State-Changed-By: crees >> State-Changed-When: Fri Aug 12 12:23:00 UTC 2011 >> State-Changed-Why: >> Hi Joris, Are you OK to work the fixes in that Olli suggested? If you're >> stuck, one of us will help you, just email. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D157628 >> > > Hi crees, > As there are many files in conf/ and webapps/root, maybe the best way > is to install them in %%EXEMPLEDIR%%, make a copy =A0if %D/red5/conf and > %D/red5/webapps/root don't exist and remove then only if no > modification occurred. > > Something like : > > @unexec =A0diff -rq =A0%D/%%EXAMPLESDIR%%/conf %D/red5/conf >/dev/null > 2>&1 && rm -fr %D/red5/conf > @exec ! =A0[ -d %D/red5/conf =A0-o -L %D/red5/conf =A0] && cp -RP > %D/%%EXAMPLESDIR%%/conf %D/red5/conf > > What do you think about it ? > > Joris Hm, something like [1] would probably be easier, or we're going to be looking at a monster plist. I'm happy to adapt that script for your port if you'd like, or you can have a play. Let me know! Chris [1] http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/mailscanner/files/pkg-= install.in?rev=3D1.1;content-type=3Dtext%2Fx-cvsweb-markup