mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-27 14:03:43 +03:00
Add systemd-coredumpctl as an alias for coredumpctl
Should make the transition easier for exisiting users.
This commit is contained in:
parent
bfff8f072d
commit
dfdd0e0730
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user