diff --git a/Makefile-man.am b/Makefile-man.am index 1e4ec6793e..edea4c3652 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -666,8 +666,10 @@ if ENABLE_COREDUMP MANPAGES += \ man/coredumpctl.1 MANPAGES_ALIAS += \ - # - + man/systemd-coredumpctl.1 +man/systemd-coredumpctl.1: man/coredumpctl.1 +man/systemd-coredumpctl.html: man/coredumpctl.html + $(html-alias) endif diff --git a/Makefile.am b/Makefile.am index 8fe7cbe861..20b6082531 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3794,6 +3794,9 @@ dist_bashcompletion_DATA += \ dist_zshcompletion_DATA += \ shell-completion/zsh/_coredumpctl +GENERAL_ALIASES += \ + $(bindir)/coredumpctl $(bindir)/systemd-coredumpctl + sysctl_DATA = \ sysctl.d/50-coredump.conf diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 5ea865eaa2..0cd3fe558d 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -45,6 +45,8 @@ coredumpctl + systemd-coredumpctl + Retrieve coredumps from the journal @@ -63,6 +65,10 @@ coredumpctl may be used to retrieve coredumps from systemd-journald8. + + systemd-coredumpctl is a + depracated alias for + coredumpctl.