mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
man: add an alias to libnss_myhostname.so2 for nss-myhostname
The module appears under the name "libnss_myhostname.so.2" in the file system, hence let's link it up under that name.
This commit is contained in:
parent
b311d32ff4
commit
49aa61a550
@ -1337,8 +1337,10 @@ if HAVE_MYHOSTNAME
|
||||
MANPAGES += \
|
||||
man/nss-myhostname.8
|
||||
MANPAGES_ALIAS += \
|
||||
#
|
||||
|
||||
man/libnss_myhostname.so.2.8
|
||||
man/libnss_myhostname.so.2.8: man/nss-myhostname.8
|
||||
man/libnss_myhostname.so.2.html: man/nss-myhostname.html
|
||||
$(html-alias)
|
||||
|
||||
endif
|
||||
|
||||
|
@ -45,6 +45,7 @@
|
||||
|
||||
<refnamediv>
|
||||
<refname>nss-myhostname</refname>
|
||||
<refname>libnss_myhostname.so.2</refname>
|
||||
<refpurpose>Provide hostname resolution for the locally
|
||||
configured system hostname.</refpurpose>
|
||||
</refnamediv>
|
||||
|
Loading…
Reference in New Issue
Block a user