* man/es/Makefile.am: Disable the distribution of Spanish
manpages. They are outdated. Please contact pkg-shadow-devel@lists.alioth.debian.org if you wish to provide updates.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2009-04-11 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* man/es/Makefile.am: Disable the distribution of Spanish
|
||||||
|
manpages. They are outdated. Please contact
|
||||||
|
pkg-shadow-devel@lists.alioth.debian.org if you wish to provide
|
||||||
|
updates.
|
||||||
|
|
||||||
2009-04-11 Nicolas François <nicolas.francois@centraliens.net>
|
2009-04-11 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/usermod.c, src/useraddd.c: Fix the usage string so that it
|
* src/usermod.c, src/useraddd.c: Fix the usage string so that it
|
||||||
|
3
NEWS
3
NEWS
@@ -36,6 +36,9 @@ shadow-4.1.2.2 -> shadow-4.1.3 UNRELEASED
|
|||||||
default.
|
default.
|
||||||
- Translations
|
- Translations
|
||||||
* New Kazakh translation.
|
* New Kazakh translation.
|
||||||
|
* Spanish manpages are no more distributed. They are outdated. Please
|
||||||
|
contact pkg-shadow-devel@lists.alioth.debian.org if you wish to
|
||||||
|
provide updates.
|
||||||
|
|
||||||
- faillog
|
- faillog
|
||||||
* Accept users specified as a numerical UID, or ranges of users (-user,
|
* Accept users specified as a numerical UID, or ranges of users (-user,
|
||||||
|
@@ -1,13 +1,17 @@
|
|||||||
|
|
||||||
mandir = @mandir@/es
|
mandir = @mandir@/es
|
||||||
|
|
||||||
man_MANS = \
|
man_MANS =
|
||||||
login.1 \
|
|
||||||
newgrp.1 \
|
# These Spanish manpages are outdated.
|
||||||
passwd.1 \
|
# Please contact pkg-shadow-devel@lists.alioth.debian.org if you wish to
|
||||||
passwd.5 \
|
# provide updates.
|
||||||
su.1 \
|
# login.1 \
|
||||||
vigr.8 \
|
# newgrp.1 \
|
||||||
vipw.8
|
# passwd.1 \
|
||||||
|
# passwd.5 \
|
||||||
|
# su.1 \
|
||||||
|
# vigr.8 \
|
||||||
|
# vipw.8
|
||||||
|
|
||||||
EXTRA_DIST = $(man_MANS)
|
EXTRA_DIST = $(man_MANS)
|
||||||
|
Reference in New Issue
Block a user