This commit is contained in:
Yu Watanabe 2021-06-04 13:51:41 +09:00 committed by Lennart Poettering
parent 00d06c996d
commit 4076ad9daf
2 changed files with 2 additions and 2 deletions

2
NEWS
View file

@ -242,7 +242,7 @@ CHANGES WITH 249 in spe:
is acquired through a DHCP lease on this interface an explicit route
to this address is created on this interface to ensure that NTP
traffic to the NTP server acquired on an interface is also routed
trough that interface. The pre-existing RoutesToDNS= setting that
through that interface. The pre-existing RoutesToDNS= setting that
implements the same for DNS servers is now enabled by default.
* A pair of service settings SocketBindAllow= + SocketBindDeny= have

View file

@ -1475,7 +1475,7 @@ static int unit_add_mount_dependencies(Unit *u) {
r = unit_name_from_path(prefix, ".mount", &p);
if (IN_SET(r, -EINVAL, -ENAMETOOLONG))
continue; /* If the path cannot be converted to a mount unit name, then it's
* not managable as a unit by systemd, and hence we don't need a
* not manageable as a unit by systemd, and hence we don't need a
* dependency on it. Let's thus silently ignore the issue. */
if (r < 0)
return r;