commit 279c21441cdacb1d548dc1f1b39acc2882ef4024 Author: Ray Strode rstrode@redhat.com Date: Thu Jul 25 14:42:59 2013 -0400
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 files changed, 5 insertions(+), 0 deletions(-) --- 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