From 862ee7ee0c9c9b219a121bb89cef7115da4d679d Mon Sep 17 00:00:00 2001 From: Mark Hindley Date: Thu, 1 Nov 2018 07:37:20 +0000 Subject: Patch documentation to consistently refer to elogind. --- debian/patches/manpage-branding.diff | 1050 ++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 1051 insertions(+) create mode 100644 debian/patches/manpage-branding.diff diff --git a/debian/patches/manpage-branding.diff b/debian/patches/manpage-branding.diff new file mode 100644 index 000000000..f640cd57b --- /dev/null +++ b/debian/patches/manpage-branding.diff @@ -0,0 +1,1050 @@ +Description: Fix documentation to refer to elogind +Author: Mark Hindley + +--- + +--- elogind-239.1.orig/man/logind.conf.xml ++++ elogind-239.1/man/logind.conf.xml +@@ -14,7 +14,7 @@ + xmlns:xi="http://www.w3.org/2001/XInclude"> + + logind.conf +- systemd ++ elogind + --> + + +--- elogind-239.1.orig/man/pam_elogind.xml ++++ elogind-239.1/man/pam_elogind.xml +@@ -306,8 +306,12 @@ session required pam_elogind.so + See Also + ++ ++ elogind8, ++ + logind.conf5, + loginctl1, + pam.conf5, +--- elogind-239.1.orig/man/sd-bus.xml ++++ elogind-239.1/man/sd-bus.xml +@@ -10,7 +10,7 @@ + + + sd-bus +- systemd ++ elogind + + + +@@ -25,7 +25,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + +@@ -79,7 +79,7 @@ + + See Also + +- systemd1, ++ elogind8, + sd-event3, + busctl1, + dbus-daemon1, +--- elogind-239.1.orig/man/sd-login.xml ++++ elogind-239.1/man/sd-login.xml +@@ -11,7 +11,7 @@ + + + sd-login +- systemd ++ elogind + + + +@@ -27,7 +27,7 @@ + + + +- #include <systemd/sd-login.h> ++ #include <elogind/sd-login.h> + + + +@@ -231,7 +231,7 @@ + + See Also + +- systemd1, ++ elogind8, + sd_pid_get_session3, + sd_uid_get_state3, + sd_session_is_active3, +--- elogind-239.1.orig/man/sd_booted.xml ++++ elogind-239.1/man/sd_booted.xml +@@ -11,7 +11,7 @@ + + + sd_booted +- systemd ++ elogind + + + +@@ -26,7 +26,7 @@ + + + +- #include <systemd/sd-daemon.h> ++ #include <elogind/sd-daemon.h> + + + int sd_booted +@@ -63,7 +63,7 @@ + + See Also + +- systemd1, ++ elogind8, + sd-daemon3 + + +--- elogind-239.1.orig/man/sd_bus_add_match.xml ++++ elogind-239.1/man/sd_bus_add_match.xml +@@ -12,7 +12,7 @@ + + + sd_bus_add_match +- systemd ++ elogind + + + +@@ -31,7 +31,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + typedef int (*sd_bus_message_handler_t) +@@ -163,7 +163,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_slot_unref3, + sd_bus_message_ref3, +--- elogind-239.1.orig/man/sd_bus_creds_get_pid.xml ++++ elogind-239.1/man/sd_bus_creds_get_pid.xml +@@ -10,7 +10,7 @@ + + + sd_bus_creds_get_pid +- systemd ++ elogind + + + +@@ -59,7 +59,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_creds_get_pid +@@ -522,7 +522,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_creds_new_from_pid2, + fork2, +--- elogind-239.1.orig/man/sd_bus_creds_new_from_pid.xml ++++ elogind-239.1/man/sd_bus_creds_new_from_pid.xml +@@ -10,7 +10,7 @@ + + + sd_bus_creds_new_from_pid +- systemd ++ elogind + + + +@@ -31,7 +31,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_creds_new_from_pid +@@ -308,7 +308,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_creds_get_pid3, + sd_bus_get_name_creds3, +--- elogind-239.1.orig/man/sd_bus_default.xml ++++ elogind-239.1/man/sd_bus_default.xml +@@ -10,7 +10,7 @@ + + + sd_bus_default +- systemd ++ elogind + + + +@@ -34,7 +34,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_default +@@ -274,7 +274,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_new3, + sd_bus_ref3, +--- elogind-239.1.orig/man/sd_bus_error.xml ++++ elogind-239.1/man/sd_bus_error.xml +@@ -10,7 +10,7 @@ + + + sd_bus_error +- systemd ++ elogind + + + +@@ -39,7 +39,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + typedef struct { + const char *name; +@@ -345,7 +345,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd-bus-errors3, + sd_bus_error_add_map3, +--- elogind-239.1.orig/man/sd_bus_error_add_map.xml ++++ elogind-239.1/man/sd_bus_error_add_map.xml +@@ -10,7 +10,7 @@ + + + sd_bus_error_add_map +- systemd ++ elogind + + + +@@ -29,7 +29,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + typedef struct { + const char *name; +@@ -137,7 +137,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_error3, + sd-bus-errors3, +--- elogind-239.1.orig/man/sd_bus_get_fd.xml ++++ elogind-239.1/man/sd_bus_get_fd.xml +@@ -12,7 +12,7 @@ + + + sd_bus_get_fd +- systemd ++ elogind + + + +@@ -28,7 +28,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_get_fd +@@ -71,7 +71,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_set_fd3, + +--- elogind-239.1.orig/man/sd_bus_message_append.xml ++++ elogind-239.1/man/sd_bus_message_append.xml +@@ -11,7 +11,7 @@ + + + sd_bus_message_append +- systemd ++ elogind + + + +@@ -29,7 +29,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_message_append +@@ -244,7 +244,7 @@ sd_bus_message_append(m, "ynqiuxtd", y, + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_message_append_basic3, + sd_bus_message_append_array3 +--- elogind-239.1.orig/man/sd_bus_message_append_array.xml ++++ elogind-239.1/man/sd_bus_message_append_array.xml +@@ -11,7 +11,7 @@ + + + sd_bus_message_append_array +- systemd ++ elogind + + + +@@ -31,7 +31,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_message_append_array +@@ -169,7 +169,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_message_append3, + sd_bus_message_append_basic3, +--- elogind-239.1.orig/man/sd_bus_message_append_basic.xml ++++ elogind-239.1/man/sd_bus_message_append_basic.xml +@@ -10,7 +10,7 @@ + + + sd_bus_message_append_basic +- systemd ++ elogind + + + +@@ -26,7 +26,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_message_append_basic +@@ -253,7 +253,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_message_append3, + The D-Bus specification +--- elogind-239.1.orig/man/sd_bus_message_append_strv.xml ++++ elogind-239.1/man/sd_bus_message_append_strv.xml +@@ -11,7 +11,7 @@ + + + sd_bus_message_append_strv +- systemd ++ elogind + + + +@@ -27,7 +27,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_message_append_strv +@@ -73,7 +73,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_message_append3, + sd_bus_message_append_array3, +--- elogind-239.1.orig/man/sd_bus_message_read_basic.xml ++++ elogind-239.1/man/sd_bus_message_read_basic.xml +@@ -12,7 +12,7 @@ + + + sd_bus_message_read_basic +- systemd ++ elogind + + + +@@ -28,7 +28,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_message_read_basic +@@ -84,7 +84,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + + +--- elogind-239.1.orig/man/sd_bus_negotiate_fds.xml ++++ elogind-239.1/man/sd_bus_negotiate_fds.xml +@@ -10,7 +10,7 @@ + + + sd_bus_negotiate_fds +- systemd ++ elogind + + + +@@ -28,7 +28,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_negotiate_fds +@@ -133,7 +133,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_start3, + sd_bus_message_can_send3, +--- elogind-239.1.orig/man/sd_bus_new.xml ++++ elogind-239.1/man/sd_bus_new.xml +@@ -10,7 +10,7 @@ + + + sd_bus_new +- systemd ++ elogind + + + +@@ -29,7 +29,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_new +@@ -145,7 +145,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_default_user3, + sd_bus_default_system3, +--- elogind-239.1.orig/man/sd_bus_process.xml ++++ elogind-239.1/man/sd_bus_process.xml +@@ -12,7 +12,7 @@ + + + sd_bus_process +- systemd ++ elogind + + + +@@ -28,7 +28,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_process +@@ -82,7 +82,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + + +--- elogind-239.1.orig/man/sd_bus_request_name.xml ++++ elogind-239.1/man/sd_bus_request_name.xml +@@ -10,7 +10,7 @@ + + + sd_bus_request_name +- systemd ++ elogind + + + +@@ -28,7 +28,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_request_name +@@ -205,7 +205,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_new3, + sd_bus_slot_unref3 +--- elogind-239.1.orig/man/sd_bus_track_add_name.xml ++++ elogind-239.1/man/sd_bus_track_add_name.xml +@@ -10,7 +10,7 @@ + + + sd_bus_track_add_name +- systemd ++ elogind + + + +@@ -35,7 +35,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_track_add_name +@@ -222,7 +222,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3, + sd_bus_track_new3 + +--- elogind-239.1.orig/man/sd_bus_track_new.xml ++++ elogind-239.1/man/sd_bus_track_new.xml +@@ -10,7 +10,7 @@ + + + sd_bus_track_new +- systemd ++ elogind + + + +@@ -34,7 +34,7 @@ + + + +- #include <systemd/sd-bus.h> ++ #include <elogind/sd-bus.h> + + + int sd_bus_track_new +@@ -224,7 +224,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-bus3 + sd_bus_track_add_name3 + +--- elogind-239.1.orig/man/sd_event_add_child.xml ++++ elogind-239.1/man/sd_event_add_child.xml +@@ -10,7 +10,7 @@ + + + sd_event_add_child +- systemd ++ elogind + + + +@@ -28,7 +28,7 @@ + + + +- #include <systemd/sd-event.h> ++ #include <elogind/sd-event.h> + + typedef struct sd_event_source sd_event_source; + +@@ -203,7 +203,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-event3, + sd_event_new3, + sd_event_now3, +--- elogind-239.1.orig/man/sd_event_add_defer.xml ++++ elogind-239.1/man/sd_event_add_defer.xml +@@ -10,7 +10,7 @@ + + + sd_event_add_defer +- systemd ++ elogind + + + +@@ -29,7 +29,7 @@ + + + +- #include <systemd/sd-event.h> ++ #include <elogind/sd-event.h> + + typedef struct sd_event_source sd_event_source; + +@@ -173,7 +173,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-event3, + sd_event_new3, + sd_event_now3, +--- elogind-239.1.orig/man/sd_event_add_signal.xml ++++ elogind-239.1/man/sd_event_add_signal.xml +@@ -10,7 +10,7 @@ + + + sd_event_add_signal +- systemd ++ elogind + + + +@@ -29,7 +29,7 @@ + + + +- #include <systemd/sd-event.h> ++ #include <elogind/sd-event.h> + + typedef struct sd_event_source sd_event_source; + +@@ -178,7 +178,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-event3, + sd_event_new3, + sd_event_now3, +--- elogind-239.1.orig/man/sd_event_add_time.xml ++++ elogind-239.1/man/sd_event_add_time.xml +@@ -10,7 +10,7 @@ + + + sd_event_add_time +- systemd ++ elogind + + + +@@ -32,7 +32,7 @@ + + + +- #include <systemd/sd-event.h> ++ #include <elogind/sd-event.h> + + typedef struct sd_event_source sd_event_source; + +@@ -268,7 +268,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-event3, + sd_event_new3, + sd_event_now3, +--- elogind-239.1.orig/man/sd_event_new.xml ++++ elogind-239.1/man/sd_event_new.xml +@@ -10,7 +10,7 @@ + + + sd_event_new +- systemd ++ elogind + + + +@@ -32,7 +32,7 @@ + + + +- #include <systemd/sd-event.h> ++ #include <elogind/sd-event.h> + + typedef struct sd_event sd_event; + +@@ -205,7 +205,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-event3, + sd_event_add_io3, + sd_event_add_time3, +--- elogind-239.1.orig/man/sd_event_run.xml ++++ elogind-239.1/man/sd_event_run.xml +@@ -10,7 +10,7 @@ + + + sd_event_run +- systemd ++ elogind + + + +@@ -27,7 +27,7 @@ + + + +- #include <systemd/sd-event.h> ++ #include <elogind/sd-event.h> + + + int sd_event_run +@@ -148,7 +148,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd_event_new3, + sd_event_add_io3, + sd_event_add_time3, +--- elogind-239.1.orig/man/sd_event_source_unref.xml ++++ elogind-239.1/man/sd_event_source_unref.xml +@@ -10,7 +10,7 @@ + + + sd_event_source_unref +- systemd ++ elogind + + + +@@ -28,7 +28,7 @@ + + + +- #include <systemd/sd-event.h> ++ #include <elogind/sd-event.h> + + + sd_event_source* sd_event_source_unref +--- elogind-239.1.orig/man/sd_event_wait.xml ++++ elogind-239.1/man/sd_event_wait.xml +@@ -10,7 +10,7 @@ + + + sd_event_wait +- systemd ++ elogind + + + +@@ -37,7 +37,7 @@ + + + +- #include <systemd/sd-event.h> ++ #include <elogind/sd-event.h> + + enum { + SD_EVENT_INITIAL, +@@ -315,7 +315,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd_event_new3, + sd_event_add_io3, + sd_event_add_time3, +--- elogind-239.1.orig/man/sd_id128_get_machine.xml ++++ elogind-239.1/man/sd_id128_get_machine.xml +@@ -120,7 +120,7 @@ + + Here's a simple example for an application specific machine ID: + +- #include <systemd/sd-id128.h> ++ #include <elogind/sd-id128.h> + #include <stdio.h> + + #define OUR_APPLICATION_ID SD_ID128_MAKE(c2,73,27,73,23,db,45,4e,a6,3b,b9,6e,79,b5,3e,97) +@@ -138,7 +138,7 @@ int main(int argc, char *argv[]) { + See Also + + +- systemd1, ++ elogind8, + sd-id1283, + machine-id5, + systemd.exec5, +--- elogind-239.1.orig/man/sd_is_fifo.xml ++++ elogind-239.1/man/sd_is_fifo.xml +@@ -11,7 +11,7 @@ + + + sd_is_fifo +- systemd ++ elogind + + + +@@ -32,7 +32,7 @@ + + + +- #include <systemd/sd-daemon.h> ++ #include <elogind/sd-daemon.h> + + + int sd_is_fifo +@@ -187,7 +187,7 @@ + + See Also + +- systemd1, ++ elogind8, + sd-daemon3, + sd_listen_fds3, + systemd.service5, +--- elogind-239.1.orig/man/sd_listen_fds.xml ++++ elogind-239.1/man/sd_listen_fds.xml +@@ -11,7 +11,7 @@ + + + sd_listen_fds +- systemd ++ elogind + + + +@@ -28,7 +28,7 @@ + + + +- #include <systemd/sd-daemon.h> ++ #include <elogind/sd-daemon.h> + + #define SD_LISTEN_FDS_START 3 + +@@ -217,7 +217,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-daemon3, + sd_is_fifo3, + sd_is_socket3, +--- elogind-239.1.orig/man/sd_login_monitor_new.xml ++++ elogind-239.1/man/sd_login_monitor_new.xml +@@ -11,7 +11,7 @@ + + + sd_login_monitor_new +- systemd ++ elogind + + + +@@ -33,7 +33,7 @@ + + + +- #include <systemd/sd-login.h> ++ #include <elogind/sd-login.h> + + + int sd_login_monitor_new +@@ -240,7 +240,7 @@ else { + See Also + + +- systemd1, ++ elogind8, + sd-login3, + sd_get_seats3, + poll2, +--- elogind-239.1.orig/man/sd_notify.xml ++++ elogind-239.1/man/sd_notify.xml +@@ -388,7 +388,7 @@ + + See Also + +- systemd1, ++ elogind8, + sd-daemon3, + sd_listen_fds3, + sd_listen_fds_with_names3, +--- elogind-239.1.orig/man/sd_pid_get_owner_uid.xml ++++ elogind-239.1/man/sd_pid_get_owner_uid.xml +@@ -11,7 +11,7 @@ + + + sd_pid_get_owner_uid +- systemd ++ elogind + + + +@@ -43,7 +43,7 @@ + + + +- #include <systemd/sd-login.h> ++ #include <elogind/sd-login.h> + + + int sd_pid_get_owner_uid +@@ -309,7 +309,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-login3, + sd_session_is_active3, + getsid2, +--- elogind-239.1.orig/man/sd_uid_get_state.xml ++++ elogind-239.1/man/sd_uid_get_state.xml +@@ -11,7 +11,7 @@ + + + sd_uid_get_state +- systemd ++ elogind + + + +@@ -30,7 +30,7 @@ + + + +- #include <systemd/sd-login.h> ++ #include <elogind/sd-login.h> + + + int sd_uid_get_state +@@ -191,7 +191,7 @@ + See Also + + +- systemd1, ++ elogind8, + sd-login3, + sd_pid_get_owner_uid3 + +--- elogind-239.1.orig/man/sd_watchdog_enabled.xml ++++ elogind-239.1/man/sd_watchdog_enabled.xml +@@ -133,7 +133,7 @@ + + See Also + +- systemd1, ++ elogind8, + sd-daemon3, + daemon7, + systemd.service5, diff --git a/debian/patches/series b/debian/patches/series index e69de29bb..295f7f092 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +manpage-branding.diff -- cgit v1.2.3