[systemd] Check more services against preset list and enable by default

Lennart Poettering lennart at fedoraproject.org
Mon Feb 24 22:10:48 UTC 2014


commit 215b310f790a76044a83df86f3f81f8190244e3b
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Feb 24 23:01:14 2014 +0100

    Check more services against preset list and enable by default

 systemd.spec |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index a0d9f99..73c6362 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -16,7 +16,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        210
-Release:        1%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        2%{?gitcommit:.git%{gitcommit}}%{?dist}
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        A System and Service Manager
@@ -410,7 +410,12 @@ if [ $1 -eq 1 ] ; then
                 getty at tty1.service \
                 remote-fs.target \
                 systemd-readahead-replay.service \
-                systemd-readahead-collect.service >/dev/null 2>&1 || :
+                systemd-readahead-collect.service \
+                systemd-networkd.service \
+                console-getty.service \
+                console-shell.service \
+                debug-shell.service \
+                >/dev/null 2>&1 || :
 fi
 
 # sed-fu to add myhostname to the hosts line of /etc/nsswitch.conf
@@ -437,7 +442,12 @@ if [ $1 -eq 0 ] ; then
                 getty at .service \
                 remote-fs.target \
                 systemd-readahead-replay.service \
-                systemd-readahead-collect.service >/dev/null 2>&1 || :
+                systemd-readahead-collect.service \
+                systemd-networkd.service \
+                console-getty.service \
+                console-shell.service \
+                debug-shell.service \
+                >/dev/null 2>&1 || :
 
         rm -f /etc/systemd/system/default.target >/dev/null 2>&1 || :
 
@@ -706,6 +716,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %{_datadir}/systemd/gatewayd
 
 %changelog
+* Mon Feb 24 2014 Lennart Poettering <lpoetter at redhat.com> - 210-2
+- Check more services against preset list and enable by default
+
 * Mon Feb 24 2014 Lennart Poettering <lpoetter at redhat.com> - 210-1
 - new upstream release
 


More information about the scm-commits mailing list