Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2018 07:53:01 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479232 - head/x11/sddm/files
Message-ID:  <201809080753.w887r1MI097368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Sat Sep  8 07:53:00 2018
New Revision: 479232
URL: https://svnweb.freebsd.org/changeset/ports/479232

Log:
  Reduce rc warnings from x11/sddm by setting default value for sddm_enable
  
  (Not bumping PORTREVISION because there are more updates to follow shortly)
  
  PR:		230708
  Submitted by:	cpercival

Modified:
  head/x11/sddm/files/sddm.in

Modified: head/x11/sddm/files/sddm.in
==============================================================================
--- head/x11/sddm/files/sddm.in	Sat Sep  8 07:00:41 2018	(r479231)
+++ head/x11/sddm/files/sddm.in	Sat Sep  8 07:53:00 2018	(r479232)
@@ -17,6 +17,7 @@ rcvar=sddm_enable
 load_rc_config ${name}
 
 : ${sddm_lang="en_US"} # .UTF-8 suffix will be added later to comply with locale format
+: ${sddm_enable="NO"}
 
 command="/usr/local/bin/sddm"
 pidfile="/var/run/sddm.pid"



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