diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-28 21:18:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-29 03:07:17 +0100 |
commit | 0c17fbce55a9a2ca48318a918adce4c58ae79d98 (patch) | |
tree | eb9eec0343c408bdde16b684dcdca2db56ed6957 /Makefile.am | |
parent | 78a04605888f987ea4449bd088d679c7075ab533 (diff) |
unit: replace remote-fs-setup.target by network-online.target
https://bugzilla.redhat.com/show_bug.cgi?id=787314
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 37c1cc2692..85c0e2aea8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -355,8 +355,8 @@ dist_systemunit_DATA = \ units/initrd-root-fs.target \ units/remote-fs.target \ units/remote-fs-pre.target \ - units/remote-fs-setup.target \ units/network.target \ + units/network-online.target \ units/nss-lookup.target \ units/nss-user-lookup.target \ units/hibernate.target \ |