From 279c21441cdacb1d548dc1f1b39acc2882ef4024 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 25 Jul 2013 14:42:59 -0400 Subject: [PATCH] desktop: drop rsyslog by default too journald provides most of the same functionality, so aside from some special cases it's redundant. It will probably get dropped from @standard post f20, but for now get it out of the desktop spin. --- fedora-gnome-packages.ks | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fedora-gnome-packages.ks b/fedora-gnome-packages.ks index d676ac6..6223d0f 100644 --- a/fedora-gnome-packages.ks +++ b/fedora-gnome-packages.ks @@ -16,6 +16,11 @@ nss-mdns # There's been some debate about removing sendmail from @standard, but it's # being punted for now. At least we can fix it in the desktop spin. +# Similarly, there was also some debate about removing rsyslog from @standard +# (since much of its functionality is provided by journald now), but it's +# not going to happen for f20 either, so drop it here for now. # https://lists.fedoraproject.org/pipermail/devel/2013-July/186796.html -sendmail +-rsyslog + %end