[svn-upgrade] Integrating new upstream version, shadow (4.0.8)

This commit is contained in:
nekral-guest
2007-10-07 11:46:07 +00:00
parent 0ee095abd8
commit 8e167d28af
414 changed files with 21641 additions and 27358 deletions

View File

@@ -1,8 +1,8 @@
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -86,17 +86,16 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INTLLIBS = @INTLLIBS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
LDFLAGS = @LDFLAGS@
LIBCRACK = @LIBCRACK@
LIBCRYPT = @LIBCRYPT@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBMD = @LIBMD@
LIBOBJS = @LIBOBJS@
LIBPAM = @LIBPAM@
LIBS = @LIBS@
LIBSELINUX = @LIBSELINUX@
LIBSKEY = @LIBSKEY@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
@@ -188,9 +187,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/es/Makefile'; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/es/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu man/es/Makefile
$(AUTOMAKE) --foreign man/es/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \

View File

@@ -3,7 +3,7 @@
.\"
.\" Translated 17 sep. 1998 by Juan Jos<6F> L<>pez Mellado(laveneno@hotmail.com)
.\"
.TH LOGIN 1 "4 Noviembre 1996" "Util-linux 1.6" "Manual del Programador de Linux"
.TH LOGIN 1 "4 Noviembre 1996" "Util\-linux 1.6" "Manual del Programador de Linux"
.SH NOMBRE
login \- firmar
.SH SINOPSIS
@@ -158,7 +158,7 @@ Una secci
CLASSES
miclase1 tty1 tty2
miclase2 tty3 @.foo.com
.in -.5
.in \-.5
.fi
.PP
Esto define las clases
@@ -192,7 +192,7 @@ Un ejemplo de una secci
GROUPS
sys tty1 @.bar.edu
stud miclase1 tty4
.in -0.5
.in \-0.5
.fi
.PP
Este ejemplo especifica que los miembros del grupo
@@ -223,7 +223,7 @@ Una secci
USERS
zacho tty1 @130.225.16.0/255.255.255.0
pepe tty3 miclase2
.in -0.5
.in \-0.5
.fi
.PP
Esto autoriza al usuario zacho a ingresar solo en el tty1 y desde los
@@ -250,7 +250,7 @@ ttyS0.
.IP o
La cadena @localhost, indicando que el usuario est<73> autorizado a
telnet/rlogin desde el host local al mismo host. Esto tambi<62>n habilita al
usuario a ejecutar, por ejemplo, el comando: xterm -e /bin/login.
usuario a ejecutar, por ejemplo, el comando: xterm \-e /bin/login.
.PP
.IP o
Un sufijo de nombre de dominio como @.algun.dom, indicando que el usuario
@@ -270,11 +270,11 @@ Cualquiera de los or
especificaci<EFBFBD>n temporal acordando con la sintaxis:
.PP
.nf
espec-tiempo ::= '[' <d<>a-u-hora> [':' <d<>a-u-hora>]* ']'
espec\-tiempo ::= '[' <d<>a\-u\-hora> [':' <d<>a\-u\-hora>]* ']'
d<EFBFBD>a ::= 'mon' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat' | 'sun'
hora ::= '0' | '1' | ... | '23'
espec-hora ::= <hora> | <hora> '\-' <hora>
d<EFBFBD>a-u-hora ::= <d<>a> | <espec-hora>
espec\-hora ::= <hora> | <hora> '\-' <hora>
d<EFBFBD>a\-u\-hora ::= <d<>a> | <espec\-hora>
.fi
.PP
Por ejemplo, el origen [mon:tue:wed:thu:fri:8\-17]tty3 significa que solo
@@ -327,6 +327,6 @@ de BSD no est
.
.SH AUTOR
Derivado de login 5.40 de BSD (5/9/89) por Michael Glad (glad@daimi.dk)
para HP-UX
para HP\-UX
.br
Portado a Linux 0.12: Peter Orbaek (poe@daimi.aau.dk)

View File

@@ -3,7 +3,7 @@
.\"
.\" Translated 2 Dec 1998 by Victor Moral (victor@venexma.es)
.\"
.TH PASSWD 1 "11 Noviembre 1996" "Util-linux 2.6" "Manual del Programador Linux"
.TH PASSWD 1 "11 Noviembre 1996" "Util\-linux 2.6" "Manual del Programador Linux"
.SH NOMBRE
passwd \- cambia contrase<73>as
.SH SINOPSIS
@@ -126,11 +126,9 @@ contrase
.I /etc/passwd
El archivo que contiene las contrase<73>as.
.SH "V<>ASE TAMBI<42>N"
.BR chsh (1),
.BR chfn (1),
.BR syslog (3),
.BR syslog.conf (5),
.BR passwd (8).
.BR group (5),
.BR passwd (5),
.BR shadow (5)
.SH AUTOR
Peter Orbaek (poe@daimi.aau.dk).
.br

View File

@@ -1,4 +1,4 @@
.\" -*- nroff -*-
.\" \-*\- nroff \-*\-
.\"Translated 21 Jul 1998 by Javi Diaz (javid@si.upc.es)
.TH SU 1 "Utilidades Shell de GNU" "FSF"
.SH NOMBRE
@@ -6,7 +6,7 @@ su \- ejecuta una shell con identificadores de grupo y de usuario distintos
.SH SINOPSIS
.B su
[\-flmp] [\-c comando] [\-s shell] [\-\-login] [\-\-fast]
[\-\-preserve-environment] [\-\-command=comando] [\-\-shell=shell] [\-]
[\-\-preserve\-environment] [\-\-command=comando] [\-\-shell=shell] [\-]
[\-\-help] [\-\-version] [usuario [arg...]]
.SH DESCRIPCI<EFBFBD>N
Este documento ya no es mantenido y puede ser impreciso o incompleto. La
@@ -40,7 +40,7 @@ a la shell ejecutada.
.PP
.B su
no ejecuta de manera especial /bin/sh u otras shells (colocando en argv[0] el
valor "-su", pasando -c <20>nicamente a algunas shells, etc.).
valor "\-su", pasando \-c <20>nicamente a algunas shells, etc.).
.PP
En sistemas que utilicen syslog,
.B su