Add systemd-coredumpctl as an alias for coredumpctl

Should make the transition easier for exisiting users.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-06-22 13:38:48 -04:00
parent bfff8f072d
commit dfdd0e0730
3 changed files with 13 additions and 2 deletions

View File

@ -666,8 +666,10 @@ if ENABLE_COREDUMP
MANPAGES += \ MANPAGES += \
man/coredumpctl.1 man/coredumpctl.1
MANPAGES_ALIAS += \ MANPAGES_ALIAS += \
# man/systemd-coredumpctl.1
man/systemd-coredumpctl.1: man/coredumpctl.1
man/systemd-coredumpctl.html: man/coredumpctl.html
$(html-alias)
endif endif

View File

@ -3794,6 +3794,9 @@ dist_bashcompletion_DATA += \
dist_zshcompletion_DATA += \ dist_zshcompletion_DATA += \
shell-completion/zsh/_coredumpctl shell-completion/zsh/_coredumpctl
GENERAL_ALIASES += \
$(bindir)/coredumpctl $(bindir)/systemd-coredumpctl
sysctl_DATA = \ sysctl_DATA = \
sysctl.d/50-coredump.conf sysctl.d/50-coredump.conf

View File

@ -45,6 +45,8 @@
<refnamediv> <refnamediv>
<refname>coredumpctl</refname> <refname>coredumpctl</refname>
<refname>systemd-coredumpctl</refname>
<refpurpose>Retrieve coredumps from the journal</refpurpose> <refpurpose>Retrieve coredumps from the journal</refpurpose>
</refnamediv> </refnamediv>
@ -63,6 +65,10 @@
<para><command>coredumpctl</command> may be used to <para><command>coredumpctl</command> may be used to
retrieve coredumps from retrieve coredumps from
<citerefentry><refentrytitle>systemd-journald</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> <citerefentry><refentrytitle>systemd-journald</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
<para><command>systemd-coredumpctl</command> is a
depracated alias for
<command>coredumpctl</command>.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>