Disable rpcbind in presets

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-01-31 11:50:30 -05:00
parent 92e27a50e4
commit f2ebf1a65b
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ enable sshd.service
enable atd.*
enable crond.*
enable chronyd.service
enable rpcbind.*
enable NetworkManager.service
enable NetworkManager-dispatcher.service
enable ModemManager.service

View File

@ -853,6 +853,7 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
- Enable xkbcommon dependency to allow checking of keymaps
- Fix permissions of /var/log/journal (#1048424)
- Enable timedatex in presets (#1187072)
- Disable rpcbind in presets (#1099595)
* Wed Jan 7 2015 Jan Synáček <jsynacek@redhat.com> - 218-3
- RFE: journal: automatically rotate the file if it is unlinked (#1171719)