Skip to content
Snippets Groups Projects
Verified Commit ebeae04e authored by Oliver Smith's avatar Oliver Smith Committed by Clayton Craft
Browse files

systemd: remove various unreferenced files (MR 5070)

Remove OpenRC specific files that were removed for the systemd-specific
forks.
parent 0faf2a8c
No related branches found
No related tags found
No related merge requests found
#!/sbin/openrc-run
supervisor=supervise-daemon
name="Display Manager"
description="GNOME Display Manager"
command=/usr/sbin/gdm
command_args="$GDM_OPTS"
depend() {
provide display-manager
need net dbus
}
Avoid unnecessary dependency on libelogind.
sd_booted() always returns FALSE on Alpine.
--- a/src/core/devices/wwan/nm-modem-manager.c
+++ b/src/core/devices/wwan/nm-modem-manager.c
@@ -11,11 +11,8 @@
#include <libmm-glib.h>
-#if HAVE_LIBSYSTEMD
-#include <systemd/sd-daemon.h>
-#else
+// XXX-Patched
#define sd_booted() FALSE
-#endif
#include "libnm-std-aux/nm-dbus-compat.h"
#include "nm-modem.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment