From owner-svn-ports-all@freebsd.org Wed Mar 13 09:25:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E50DF152C5DB; Wed, 13 Mar 2019 09:25:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D6A16F6B1; Wed, 13 Mar 2019 09:25:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6CD8AA4F; Wed, 13 Mar 2019 09:25:33 +0000 (UTC) Date: Wed, 13 Mar 2019 09:25:33 +0000 From: Alexey Dokuchaev To: Koichiro Iwao Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r495571 - in head/net/xrdp: . files Message-ID: <20190313092533.GA29166@FreeBSD.org> References: <201903130913.x2D9Dua2079024@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201903130913.x2D9Dua2079024@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 7D6A16F6B1 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.89 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.89)[-0.889,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2019 09:25:34 -0000 On Wed, Mar 13, 2019 at 09:13:56AM +0000, Koichiro Iwao wrote: > New Revision: 495571 > URL: https://svnweb.freebsd.org/changeset/ports/495571 > > Log: > net/xrdp: install better example of startwm.sh > > ... > + > +post-install: > + @${INSTALL_SCRIPT} ${FILESDIR}/startwm.sh ${STAGEDIR}${ETCDIR}/startwm.sh - Trailing filename is redundant in this case and should be omitted - We do not mute installation commands (INSTALL_*) in FreeBSD ports ./danfe