Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2021 15:08:32 +0000
From:      Chris Rees <crees@bayofrum.net>
To:        Mateusz Piotrowski <0mp@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r567312 - head/x11/xdm/files
Message-ID:  <eaa75396-8364-43b6-d389-daa636ebb078@bayofrum.net>
In-Reply-To: <202103041310.124DASQK055148@repo.freebsd.org>
References:  <202103041310.124DASQK055148@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 04/03/2021 13:10, Mateusz Piotrowski wrote:
> Author: 0mp
> Date: Thu Mar  4 13:10:28 2021
> New Revision: 567312
> URL: https://svnweb.freebsd.org/changeset/ports/567312
>
> Log:
>    Honor LOCALBASE in the xdm rc script
>    
>    I am not increasing the PORTREVISION because the package does not change
>    with the default settings.
>    
>    Approved by:	portmgr blanket
>
> Modified:
>    head/x11/xdm/files/xdm.in
>
> Modified: head/x11/xdm/files/xdm.in
> ==============================================================================
> --- head/x11/xdm/files/xdm.in	Thu Mar  4 12:29:55 2021	(r567311)
> +++ head/x11/xdm/files/xdm.in	Thu Mar  4 13:10:28 2021	(r567312)
> @@ -38,7 +38,7 @@ xdm_set_vty()
>   {
>   	# X views vt as starting at 01, not ttyv0
>   	vtarg=`printf vt%02d $((${xdm_tty#ttyv} + 1))`
> -	command_args="-server \":0 local %%PREFIX%%/bin/X :0 $vtarg\""
> +	command_args="-server \":0 local %%LOCALBASE%%/bin/X :0 $vtarg\""
>   }
>   
>   run_rc_command $1

Nice catch, thanks.

Chris




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eaa75396-8364-43b6-d389-daa636ebb078>