mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +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 += \
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -45,6 +45,8 @@
|
||||
|
||||
<refnamediv>
|
||||
<refname>coredumpctl</refname>
|
||||
<refname>systemd-coredumpctl</refname>
|
||||
|
||||
<refpurpose>Retrieve coredumps from the journal</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
@ -63,6 +65,10 @@
|
||||
<para><command>coredumpctl</command> may be used to
|
||||
retrieve coredumps from
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user