diff --git a/general.ent b/general.ent
index cd6e88dfe7..63e39985b1 100644
--- a/general.ent
+++ b/general.ent
@@ -1,12 +1,12 @@
-
+
-
+
diff --git a/general/sysutils/colord.xml b/general/sysutils/colord.xml
index 4ecd779d1d..7f80d8ed28 100644
--- a/general/sysutils/colord.xml
+++ b/general/sysutils/colord.xml
@@ -100,7 +100,7 @@
,
,
,
- ArgLLCMS, and
+ ArgyllCMS, and
Bash Completion
@@ -111,14 +111,14 @@
Installation of Colord
-
+
There should be a dedicated user and group to take control of the colord
@@ -135,7 +135,22 @@ useradd -c "Color Daemon Owner" -d /var/lib/colord -u 71 \
commands:
-./configure --prefix=/usr \
+./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-daemon-user=colord \
+ --enable-vala \
+ --enable-daemon \
+ --enable-session-helper \
+ --enable-libcolordcompat \
+ --disable-rpath \
+ --disable-argyllcms-sensor \
+ --disable-bash-completion \
+ --disable-systemd-login \
+ --disable-static &&
+make
+
+./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-daemon-user=colord \
@@ -204,7 +219,7 @@ make
--disable-argyllcms-sensor: This switch disables
the ArgLLCMS sensor driver. Omit if you have
- ArgLLCMS installed
+ ArgyllCMS installed
and wish to use it.
@@ -213,6 +228,13 @@ make
Bash Completion support for Colord applications.
+
+ --disable-systemd-login: This switch disables
+ support for systemd login in Colord
+ applications. Default is to enable, and to fail if systemd is not found
+ on the system.
+
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 115e182508..e80336df81 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,16 @@
-->
+
+
+ October 15th, 2017
+
+
+ [pierre] - Fix colord-1.3.5 build for SysV.
+
+
+
+
October 14th, 2017