svn commit: r567312 - head/x11/xdm/files

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Mar 4 13:10:29 UTC 2021


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


More information about the svn-ports-head mailing list