Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2021 13:10:28 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567312 - head/x11/xdm/files
Message-ID:  <202103041310.124DASQK055148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103041310.124DASQK055148>