mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
build-sys: rename LEGACY to NOLEGACY to better reflect meaning
https://bugs.freedesktop.org/show_bug.cgi?id=66542
This commit is contained in:
parent
409dee2e44
commit
286ca4852e
@ -49,7 +49,7 @@ int main(int argc, char *argv[]) {
|
||||
* are called when the dbus service is shut down. */
|
||||
|
||||
if (!(bus = dbus_connection_open_private("unix:path=/run/systemd/private", &error))) {
|
||||
#ifndef LEGACY
|
||||
#ifndef NOLEGACY
|
||||
dbus_error_free(&error);
|
||||
|
||||
/* Retry with the pre v21 socket name, to ease upgrades */
|
||||
@ -58,7 +58,7 @@ int main(int argc, char *argv[]) {
|
||||
log_error("Failed to get D-Bus connection: %s", bus_error_message(&error));
|
||||
goto finish;
|
||||
}
|
||||
#ifndef LEGACY
|
||||
#ifndef NOLEGACY
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -1565,7 +1565,7 @@ static DBusHandlerResult wait_filter(DBusConnection *connection, DBusMessage *me
|
||||
|
||||
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
|
||||
}
|
||||
#ifndef LEGACY
|
||||
#ifndef NOLEGACY
|
||||
dbus_error_free(&error);
|
||||
if (dbus_message_get_args(message, &error,
|
||||
DBUS_TYPE_UINT32, &id,
|
||||
@ -2916,7 +2916,7 @@ static int status_property(const char *name, DBusMessageIter *iter, UnitStatusIn
|
||||
i->fragment_path = s;
|
||||
else if (streq(name, "SourcePath"))
|
||||
i->source_path = s;
|
||||
#ifndef LEGACY
|
||||
#ifndef NOLEGACY
|
||||
else if (streq(name, "DefaultControlGroup")) {
|
||||
const char *e;
|
||||
e = startswith(s, SYSTEMD_CGROUP_CONTROLLER ":");
|
||||
|
Loading…
x
Reference in New Issue
Block a user