[Lunar-commits] <moonbase-other> colord: Removing the option/selection to use root as the daemon user. They do not

stumbles stumbles at lunar-linux.org
Sat May 18 02:16:07 CEST 2013


commit 76ec402c5a3164bffddda0cb2e305ada1997ee40
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 17 May 2013 17:14:48 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/76ec402c5a3164bffddda0cb2e305ada1997ee40

colord: Removing the option/selection to use root as the daemon user. They do not

recommend this and is not required anymore of colord.
---
  graphics/colord/BUILD     | +5/-4     
  graphics/colord/CONFIGURE | +1/-1     
  2 files changed, 6 insertions(+), 5 deletions(-)

--- a/graphics/colord/BUILD
+++ b/graphics/colord/BUILD
@@ -1,6 +1,7 @@
-OPTS+=" --sysconfdir=/etc/$MODULE" &&
 
-add_priv_group colord &&
-add_priv_user colord -d /var/run/colord -g colord &&
+ add_priv_group colord &&
+ add_priv_user colord -d /var/run/colord -g colord &&
 
-default_build
+ OPTS+=" --sysconfdir=/etc/$MODULE --with-daemon-user=colord --enable-systemd-login" &&
+
+ default_build
--- a/graphics/colord/CONFIGURE
+++ b/graphics/colord/CONFIGURE
@@ -2,6 +2,6 @@ mquery ENBL_EXAMP "Enable DBus example code?" n "--enable-examples" "--disable-e
 mquery ENBL_DISCRIPT "Enable file descriptor fallback?" n "--enable-fd-fallback" "--disable-fd-fallback"
 mquery ENBL_VOL_SRCH "Enable profile volume search" y "--enable-volume-search" "--disable-volume-search"
 #mquery ENBL_PRNT_PROF "Enable print profiles?" y "--enable-print-profiles" "--disable-print-profiles"
-mquery ROOT_DAEMON "Use root as the colord daemon?" n "--with-daemon-user" "--without-daemon-user"
+
 # this fails without gusb with 0.1.22
 mquery ENBL_REVERSE "Enable reverse engineering tools?" n "--enable-reverse" "--disable-reverse"




More information about the Lunar-commits mailing list