Add NetworkManager-wait-online.service to the presets file

This commit is contained in:
Lennart Poettering 2013-03-26 17:05:17 +01:00
parent 8f03aa77ae
commit ea6e552a36
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@ enable crond.*
enable chronyd.service
enable rpcbind.*
enable NetworkManager.service
enable NetworkManager-wait-online.service
enable auditd.service
enable restorecond.service
enable bluetooth.*

View File

@ -14,7 +14,7 @@ Name: systemd
Url: http://www.freedesktop.org/wiki/Software/systemd
Version: 199
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
@ -751,6 +751,9 @@ fi
%{_libdir}/pkgconfig/gudev-1.0*
%changelog
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-2
- Add NetworkManager-wait-online.service to the presets file
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-1
- New upstream release