forked from pool/systemd
Frederic Crozat
4fd193bc8c
- Recommends dbus-1-python, do not requires python (bnc#716939) - Add private_tmp_crash.patch: prevent crash in debug mode (bnc#699829). - Add systemctl-completion-fix.patch: fix incorrect bash completion with some commands (git). OBS-URL: https://build.opensuse.org/request/show/87882 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=217
13 lines
523 B
Diff
13 lines
523 B
Diff
Index: systemd-37/src/namespace.c
|
|
===================================================================
|
|
--- systemd-37.orig/src/namespace.c
|
|
+++ systemd-37/src/namespace.c
|
|
@@ -157,7 +157,6 @@ static int apply_mount(Path *p, const ch
|
|
}
|
|
|
|
if ((r = mount(what, where, NULL, MS_BIND|MS_REC, NULL)) >= 0) {
|
|
- log_debug("Successfully mounted %s to %s", what, where);
|
|
|
|
/* The bind mount will always inherit the original
|
|
* flags. If we want to set any flag we need
|