From: nekral-guest Date: Sat, 10 Nov 2007 23:46:11 +0000 (+0000) Subject: Added the subversion svn:keywords property (Id) for proper identification. X-Git-Tag: 4.1.0~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2120265fd5034a3974363c1ccafb6bbaf196c47;p=shadow Added the subversion svn:keywords property (Id) for proper identification. --- diff --git a/COPYING b/COPYING index bfe9092f..88bd403e 100644 --- a/COPYING +++ b/COPYING @@ -8,7 +8,7 @@ This document is freely plagiarised from the 'Artistic Licence', distributed as part of the Perl v4.0 kit by Larry Wall, which is available from most major archive sites. I stole it from CrackLib. - $Id: COPYING,v 1.1 2005/12/11 16:55:40 kloczek Exp $ + $Id$ *) This documents purpose is to state the conditions under which this diff --git a/ChangeLog b/ChangeLog index ffd56f8c..c18c095d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,18 @@ man/es/, man/ko/, man/it/, etc/, etc/pam.d/, po/: Restore the ignore patterns from the previous repository. + * libmisc/*.c, libmisc/*.h, libmisc/getdate.y, shadow.spec.in, + src/*.c, contrib/groupmems.shar, contrib/pwdauth.c, + doc/README.platforms, doc/WISHLIST, doc/console.c.spec.txt, + lib/*.c, lib/*.h, COPYING, man/*.xml, man/sv/*.[1358], + man/de/*.[1358], man/ja/*.[1358], man/fi/*.[1358], + man/fr/*.[1358], man/pt_BR/*.[1358], man/pl/*.[1358], + man/hu/*.[1358], man/tr/*.[1358], man/ru/*.[1358], + man/zh_TW/*.[1358], man/id/*.[1358], man/zh_CN/*.[1358], + man/cs/*.[1358], man/es/*.[1358], man/ko/*.[1358], + man/it/*.[1358], etc/login.access, etc/login.defs, NEWS: Added the + subversion svn:keywords property (Id) for proper identification. + 2007-11-10 Nicolas François * man/sv/sv.po, man/de/de.po, man/fr/fr.po, man/pl/pl.po, diff --git a/NEWS b/NEWS index 681b4c98..18c4998b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -$Id: NEWS,v 1.492 2007/02/01 20:49:25 kloczek Exp $ +$Id$ shadow-4.0.18.1 -> shadow-4.0.18.2 UNRELEASED diff --git a/contrib/groupmems.shar b/contrib/groupmems.shar index 6f7b58bf..b2d25474 100644 --- a/contrib/groupmems.shar +++ b/contrib/groupmems.shar @@ -467,7 +467,7 @@ X.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X.\" SUCH DAMAGE. X.\" -X.\" $Id: groupmems.shar,v 1.2 2006/11/12 19:20:35 kloczek Exp $ +X.\" $Id$ X.\" X.TH GROUPMEMS 8 X.SH NAME diff --git a/contrib/pwdauth.c b/contrib/pwdauth.c index 1bedf6bb..ca154959 100644 --- a/contrib/pwdauth.c +++ b/contrib/pwdauth.c @@ -30,7 +30,7 @@ * If you improve it, please send me your changes. */ -static char rcsid[] = "$Id: pwdauth.c,v 1.2 1997/12/07 23:26:45 marekm Exp $"; +static char rcsid[] = "$Id$"; /* * Define USE_SYSLOG to use syslog() to log successful and failed diff --git a/doc/README.platforms b/doc/README.platforms index a475af9e..295d1255 100644 --- a/doc/README.platforms +++ b/doc/README.platforms @@ -1,4 +1,4 @@ -# $Id: README.platforms,v 1.4 1999/06/07 16:40:44 marekm Exp $ +# $Id$ # # This is the current (still incomplete) list of platforms this # package has been verified to work on. Additions (preferably diff --git a/doc/WISHLIST b/doc/WISHLIST index 9af66090..17f6b8ce 100644 --- a/doc/WISHLIST +++ b/doc/WISHLIST @@ -1,4 +1,4 @@ -$Id: WISHLIST,v 1.25 2005/12/11 16:14:00 kloczek Exp $ +$Id$ This is my wishlist for the shadow suite, in no particular order. Feel free to do anything from this list and mail me the diffs :-). diff --git a/doc/console.c.spec.txt b/doc/console.c.spec.txt index 27830e7f..b7c0d0da 100644 --- a/doc/console.c.spec.txt +++ b/doc/console.c.spec.txt @@ -1,4 +1,4 @@ -$Id: console.c.spec.txt,v 1.1 1997/06/16 00:02:41 marekm Exp $ +$Id$ Specification for console.c source file -- diff --git a/etc/login.access b/etc/login.access index 60cbd63f..3ed36880 100644 --- a/etc/login.access +++ b/etc/login.access @@ -1,4 +1,4 @@ -# $Id: login.access,v 1.2 1996/09/10 02:45:04 marekm Exp $ +# $Id$ # # Login access control table. # diff --git a/etc/login.defs b/etc/login.defs index 73584065..d31cbed4 100644 --- a/etc/login.defs +++ b/etc/login.defs @@ -1,7 +1,7 @@ # # /etc/login.defs - Configuration control definitions for the shadow package. # -# $Id: login.defs,v 1.9 2006/07/16 09:00:20 kloczek Exp $ +# $Id$ # # diff --git a/lib/commonio.c b/lib/commonio.c index c2f61e72..b0989f94 100644 --- a/lib/commonio.c +++ b/lib/commonio.c @@ -1,7 +1,7 @@ #include -#ident "$Id: commonio.c,v 1.32 2006/05/07 18:32:51 kloczek Exp $" +#ident "$Id$" #include "defines.h" #include diff --git a/lib/commonio.h b/lib/commonio.h index b1a0f487..7786d661 100644 --- a/lib/commonio.h +++ b/lib/commonio.h @@ -1,4 +1,4 @@ -/* $Id: commonio.h,v 1.9 2005/03/31 05:14:49 kloczek Exp $ */ +/* $Id$ */ #ifdef WITH_SELINUX #include diff --git a/lib/defines.h b/lib/defines.h index c4f118f6..6b17f5b1 100644 --- a/lib/defines.h +++ b/lib/defines.h @@ -1,4 +1,4 @@ -/* $Id: defines.h,v 1.29 2005/09/05 16:22:03 kloczek Exp $ */ +/* $Id$ */ /* some useful defines */ #ifndef _DEFINES_H_ diff --git a/lib/encrypt.c b/lib/encrypt.c index fd54cf7c..44f04362 100644 --- a/lib/encrypt.c +++ b/lib/encrypt.c @@ -29,7 +29,7 @@ #include -#ident "$Id: encrypt.c,v 1.14 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include #include "prototypes.h" diff --git a/lib/exitcodes.h b/lib/exitcodes.h index f0419119..5ee36325 100644 --- a/lib/exitcodes.h +++ b/lib/exitcodes.h @@ -1,4 +1,4 @@ -/* $Id: exitcodes.h,v 1.8 2006/01/17 22:06:03 kloczek Exp $ */ +/* $Id$ */ /* * Exit codes used by shadow programs diff --git a/lib/faillog.h b/lib/faillog.h index 7998f56d..ca2e09a2 100644 --- a/lib/faillog.h +++ b/lib/faillog.h @@ -30,7 +30,7 @@ /* * faillog.h - login failure logging file format * - * $Id: faillog.h,v 1.4 2005/03/31 05:14:49 kloczek Exp $ + * $Id$ * * The login failure file is maintained by login(1) and faillog(8) * Each record in the file represents a separate UID and the file diff --git a/lib/fputsx.c b/lib/fputsx.c index 1495cb90..565fb987 100644 --- a/lib/fputsx.c +++ b/lib/fputsx.c @@ -32,7 +32,7 @@ #include #include "defines.h" -#ident "$Id: fputsx.c,v 1.7 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" char *fgetsx (char *buf, int cnt, FILE * f) diff --git a/lib/getdef.c b/lib/getdef.c index 02c62890..b2dd4716 100644 --- a/lib/getdef.c +++ b/lib/getdef.c @@ -29,7 +29,7 @@ #include -#ident "$Id: getdef.c,v 1.40 2006/06/24 13:17:18 kloczek Exp $" +#ident "$Id$" #include "prototypes.h" #include "defines.h" diff --git a/lib/groupio.c b/lib/groupio.c index 4c30cf43..a281dd0e 100644 --- a/lib/groupio.c +++ b/lib/groupio.c @@ -1,7 +1,7 @@ #include -#ident "$Id: groupio.c,v 1.13 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include "prototypes.h" #include "defines.h" diff --git a/lib/gshadow.c b/lib/gshadow.c index 867bdfe7..5d408047 100644 --- a/lib/gshadow.c +++ b/lib/gshadow.c @@ -32,7 +32,7 @@ /* Newer versions of Linux libc already have shadow support. */ #if defined(SHADOWGRP) && !defined(HAVE_SHADOWGRP) /*{ */ -#ident "$Id: gshadow.c,v 1.11 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include #include "prototypes.h" diff --git a/lib/gshadow_.h b/lib/gshadow_.h index 41e63a23..f7aa3759 100644 --- a/lib/gshadow_.h +++ b/lib/gshadow_.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: gshadow_.h,v 1.3 2005/03/31 05:14:49 kloczek Exp $ + * $Id$ */ #ifndef _H_GSHADOW diff --git a/lib/lockpw.c b/lib/lockpw.c index fdec03db..b147be37 100644 --- a/lib/lockpw.c +++ b/lib/lockpw.c @@ -31,7 +31,7 @@ #ifndef HAVE_LCKPWDF -#ident "$Id: lockpw.c,v 1.7 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include "prototypes.h" #include "defines.h" diff --git a/lib/port.c b/lib/port.c index e92e4cbc..814b10c1 100644 --- a/lib/port.c +++ b/lib/port.c @@ -29,7 +29,7 @@ #include -#ident "$Id: port.c,v 1.5 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/lib/port.h b/lib/port.h index a010cee3..e694c32a 100644 --- a/lib/port.h +++ b/lib/port.h @@ -30,7 +30,7 @@ /* * port.h - structure of /etc/porttime * - * $Id: port.h,v 1.3 2005/03/31 05:14:49 kloczek Exp $ + * $Id$ * * Each entry in /etc/porttime consists of a TTY device * name or "*" to indicate all TTY devices, followed by diff --git a/lib/prototypes.h b/lib/prototypes.h index 31c490bb..1ad2f1b4 100644 --- a/lib/prototypes.h +++ b/lib/prototypes.h @@ -6,7 +6,7 @@ * Juha Virtanen, ; November 1995 */ /* - * $Id: prototypes.h,v 1.28 2006/02/07 16:36:30 kloczek Exp $ + * $Id$ * * Added a macro to work around ancient (non-ANSI) compilers, just in case * someone ever tries to compile this with SunOS cc... --marekm diff --git a/lib/pwauth.c b/lib/pwauth.c index 0793805c..7b44a0ab 100644 --- a/lib/pwauth.c +++ b/lib/pwauth.c @@ -30,7 +30,7 @@ #include #ifndef USE_PAM -#ident "$Id: pwauth.c,v 1.23 2006/06/24 13:17:18 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/lib/pwauth.h b/lib/pwauth.h index 0a89ce18..2d03aeaa 100644 --- a/lib/pwauth.h +++ b/lib/pwauth.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pwauth.h,v 1.6 2005/05/25 19:31:50 kloczek Exp $ + * $Id$ */ #ifndef USE_PAM diff --git a/lib/pwio.c b/lib/pwio.c index 5ffc9b4e..88fa4333 100644 --- a/lib/pwio.c +++ b/lib/pwio.c @@ -1,7 +1,7 @@ #include -#ident "$Id: pwio.c,v 1.16 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include "prototypes.h" #include "defines.h" diff --git a/lib/sgetgrent.c b/lib/sgetgrent.c index 7fefc05c..83b95449 100644 --- a/lib/sgetgrent.c +++ b/lib/sgetgrent.c @@ -29,7 +29,7 @@ #include -#ident "$Id: sgetgrent.c,v 1.6 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/lib/sgetpwent.c b/lib/sgetpwent.c index 71a02e25..3dce6765 100644 --- a/lib/sgetpwent.c +++ b/lib/sgetpwent.c @@ -29,7 +29,7 @@ #include -#ident "$Id: sgetpwent.c,v 1.8 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include #include "defines.h" diff --git a/lib/sgetspent.c b/lib/sgetspent.c index b94085ed..6b05741a 100644 --- a/lib/sgetspent.c +++ b/lib/sgetspent.c @@ -29,7 +29,7 @@ #include -#ident "$Id: sgetspent.c,v 1.9 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include #include "prototypes.h" diff --git a/lib/sgroupio.c b/lib/sgroupio.c index 389b9ba0..4666b085 100644 --- a/lib/sgroupio.c +++ b/lib/sgroupio.c @@ -3,7 +3,7 @@ #ifdef SHADOWGRP -#ident "$Id: sgroupio.c,v 1.14 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include "prototypes.h" #include "defines.h" diff --git a/lib/shadow.c b/lib/shadow.c index ee4562d7..8893292c 100644 --- a/lib/shadow.c +++ b/lib/shadow.c @@ -32,7 +32,7 @@ /* Newer versions of Linux libc already have shadow support. */ #ifndef HAVE_GETSPNAM -#ident "$Id: shadow.c,v 1.12 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include #include "prototypes.h" diff --git a/lib/shadowio.c b/lib/shadowio.c index f362e335..604bdbf0 100644 --- a/lib/shadowio.c +++ b/lib/shadowio.c @@ -1,7 +1,7 @@ #include -#ident "$Id: shadowio.c,v 1.16 2005/08/31 17:24:56 kloczek Exp $" +#ident "$Id$" #include "prototypes.h" #include "defines.h" diff --git a/lib/utent.c b/lib/utent.c index 1a190b84..c5fc9beb 100644 --- a/lib/utent.c +++ b/lib/utent.c @@ -37,7 +37,7 @@ #include #ifndef lint -static char rcsid[] = "$Id: utent.c,v 1.5 2005/03/31 05:14:49 kloczek Exp $"; +static char rcsid[] = "$Id$"; #endif static int utmp_fd = -1; diff --git a/libmisc/addgrps.c b/libmisc/addgrps.c index 9833fa8a..f7d16a4a 100644 --- a/libmisc/addgrps.c +++ b/libmisc/addgrps.c @@ -9,7 +9,7 @@ #include #include -#ident "$Id: addgrps.c,v 1.9 2006/01/23 09:46:30 kloczek Exp $" +#ident "$Id$" #define SEP ",:" /* diff --git a/libmisc/age.c b/libmisc/age.c index a1029716..070f0169 100644 --- a/libmisc/age.c +++ b/libmisc/age.c @@ -39,7 +39,7 @@ #include #include -#ident "$Id: age.c,v 1.13 2006/01/18 19:38:27 kloczek Exp $" +#ident "$Id$" #ifndef PASSWD_PROGRAM #define PASSWD_PROGRAM "/bin/passwd" diff --git a/libmisc/basename.c b/libmisc/basename.c index 38d53af5..9c1e3bcd 100644 --- a/libmisc/basename.c +++ b/libmisc/basename.c @@ -7,7 +7,7 @@ #include -#ident "$Id: basename.c,v 1.4 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include "defines.h" #include "prototypes.h" diff --git a/libmisc/chkname.c b/libmisc/chkname.c index be97b893..bf94dd58 100644 --- a/libmisc/chkname.c +++ b/libmisc/chkname.c @@ -5,7 +5,7 @@ #include -#ident "$Id: chkname.c,v 1.11 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include "defines.h" diff --git a/libmisc/chkname.h b/libmisc/chkname.h index 8c9ec967..925f294b 100644 --- a/libmisc/chkname.h +++ b/libmisc/chkname.h @@ -1,4 +1,4 @@ -/* $Id: chkname.h,v 1.3 2005/03/31 05:14:50 kloczek Exp $ */ +/* $Id$ */ #ifndef _CHKNAME_H_ #define _CHKNAME_H_ diff --git a/libmisc/chowndir.c b/libmisc/chowndir.c index 055b89f1..778b9ca4 100644 --- a/libmisc/chowndir.c +++ b/libmisc/chowndir.c @@ -29,7 +29,7 @@ #include -#ident "$Id: chowndir.c,v 1.9 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/chowntty.c b/libmisc/chowntty.c index bb5a6036..38eec3fc 100644 --- a/libmisc/chowntty.c +++ b/libmisc/chowntty.c @@ -29,7 +29,7 @@ #include -#ident "$Id: chowntty.c,v 1.13 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/console.c b/libmisc/console.c index 92f3b2bc..112d78b4 100644 --- a/libmisc/console.c +++ b/libmisc/console.c @@ -32,7 +32,7 @@ #include #include "getdef.h" -#ident "$Id: console.c,v 1.7 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" /* diff --git a/libmisc/copydir.c b/libmisc/copydir.c index b5cfbf09..51e6c0f9 100644 --- a/libmisc/copydir.c +++ b/libmisc/copydir.c @@ -29,7 +29,7 @@ #include -#ident "$Id: copydir.c,v 1.15 2006/07/10 04:35:56 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/entry.c b/libmisc/entry.c index 51b030b4..736a43ff 100644 --- a/libmisc/entry.c +++ b/libmisc/entry.c @@ -29,7 +29,7 @@ #include -#ident "$Id: entry.c,v 1.9 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/env.c b/libmisc/env.c index cf738a26..5cf12270 100644 --- a/libmisc/env.c +++ b/libmisc/env.c @@ -29,7 +29,7 @@ #include -#ident "$Id: env.c,v 1.12 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/failure.c b/libmisc/failure.c index 6434fa5c..b2d95486 100644 --- a/libmisc/failure.c +++ b/libmisc/failure.c @@ -29,7 +29,7 @@ #include -#ident "$Id: failure.c,v 1.17 2005/09/26 18:46:11 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/failure.h b/libmisc/failure.h index 7867afc4..ba926cfc 100644 --- a/libmisc/failure.h +++ b/libmisc/failure.h @@ -1,4 +1,4 @@ -/* $Id: failure.h,v 1.4 2005/06/10 18:35:17 kloczek Exp $ */ +/* $Id$ */ #ifndef _FAILURE_H_ #define _FAILURE_H_ diff --git a/libmisc/fields.c b/libmisc/fields.c index fcb4e049..10dc3520 100644 --- a/libmisc/fields.c +++ b/libmisc/fields.c @@ -29,7 +29,7 @@ #include -#ident "$Id: fields.c,v 1.7 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/hushed.c b/libmisc/hushed.c index b3426a3e..c9728d93 100644 --- a/libmisc/hushed.c +++ b/libmisc/hushed.c @@ -29,7 +29,7 @@ #include -#ident "$Id: hushed.c,v 1.7 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/isexpired.c b/libmisc/isexpired.c index 14e0e7ab..81807f86 100644 --- a/libmisc/isexpired.c +++ b/libmisc/isexpired.c @@ -40,7 +40,7 @@ #include #include -#ident "$Id: isexpired.c,v 1.15 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" /* diff --git a/libmisc/limits.c b/libmisc/limits.c index 52e6dbdb..955ee390 100644 --- a/libmisc/limits.c +++ b/libmisc/limits.c @@ -36,7 +36,7 @@ #ifndef USE_PAM -#ident "$Id: limits.c,v 1.21 2006/07/10 04:11:31 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/list.c b/libmisc/list.c index dcc379b5..b826d811 100644 --- a/libmisc/list.c +++ b/libmisc/list.c @@ -32,7 +32,7 @@ #include -#ident "$Id: list.c,v 1.5 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include "prototypes.h" #include "defines.h" diff --git a/libmisc/log.c b/libmisc/log.c index 6b4f2c40..c870a42b 100644 --- a/libmisc/log.c +++ b/libmisc/log.c @@ -29,7 +29,7 @@ #include -#ident "$Id: log.c,v 1.10 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/loginprompt.c b/libmisc/loginprompt.c index f263695a..b908f5ff 100644 --- a/libmisc/loginprompt.c +++ b/libmisc/loginprompt.c @@ -29,7 +29,7 @@ #include -#ident "$Id: loginprompt.c,v 1.9 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/mail.c b/libmisc/mail.c index b9ca3beb..204f4d0a 100644 --- a/libmisc/mail.c +++ b/libmisc/mail.c @@ -36,7 +36,7 @@ #include "getdef.h" -#ident "$Id: mail.c,v 1.9 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" void mailcheck (void) diff --git a/libmisc/motd.c b/libmisc/motd.c index 5b1d8018..1825ceba 100644 --- a/libmisc/motd.c +++ b/libmisc/motd.c @@ -29,7 +29,7 @@ #include -#ident "$Id: motd.c,v 1.6 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include "prototypes.h" diff --git a/libmisc/myname.c b/libmisc/myname.c index d6b9a034..3efbb580 100644 --- a/libmisc/myname.c +++ b/libmisc/myname.c @@ -10,7 +10,7 @@ #include -#ident "$Id: myname.c,v 1.4 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include "defines.h" #include diff --git a/libmisc/obscure.c b/libmisc/obscure.c index 7f20a317..b3345af7 100644 --- a/libmisc/obscure.c +++ b/libmisc/obscure.c @@ -31,7 +31,7 @@ #ifndef USE_PAM -#ident "$Id: obscure.c,v 1.14 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" /* diff --git a/libmisc/pam_pass.c b/libmisc/pam_pass.c index 9aefcb40..6edc7212 100644 --- a/libmisc/pam_pass.c +++ b/libmisc/pam_pass.c @@ -2,7 +2,7 @@ #ifdef USE_PAM -#ident "$Id: pam_pass.c,v 1.12 2005/10/19 15:21:07 kloczek Exp $" +#ident "$Id$" /* diff --git a/libmisc/pwd2spwd.c b/libmisc/pwd2spwd.c index 0a381987..eaa86344 100644 --- a/libmisc/pwd2spwd.c +++ b/libmisc/pwd2spwd.c @@ -29,7 +29,7 @@ #include -#ident "$Id: pwd2spwd.c,v 1.7 2005/08/31 17:24:57 kloczek Exp $" +#ident "$Id$" #include #include "prototypes.h" diff --git a/libmisc/pwd_init.c b/libmisc/pwd_init.c index 49e8e053..7db1e1f1 100644 --- a/libmisc/pwd_init.c +++ b/libmisc/pwd_init.c @@ -1,7 +1,7 @@ #include -#ident "$Id: pwd_init.c,v 1.3 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #include "defines.h" #include diff --git a/libmisc/pwdcheck.c b/libmisc/pwdcheck.c index 080196d6..3c9f5ff1 100644 --- a/libmisc/pwdcheck.c +++ b/libmisc/pwdcheck.c @@ -1,6 +1,6 @@ #include -#ident "$Id: pwdcheck.c,v 1.9 2005/10/19 15:21:07 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/rlogin.c b/libmisc/rlogin.c index 6dac04d0..4077b7ba 100644 --- a/libmisc/rlogin.c +++ b/libmisc/rlogin.c @@ -31,7 +31,7 @@ #ifdef RLOGIN -#ident "$Id: rlogin.c,v 1.10 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #include "prototypes.h" #include "defines.h" diff --git a/libmisc/salt.c b/libmisc/salt.c index 562452f7..03428987 100644 --- a/libmisc/salt.c +++ b/libmisc/salt.c @@ -7,7 +7,7 @@ #include -#ident "$Id: salt.c,v 1.10 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/setugid.c b/libmisc/setugid.c index 4df9565e..a5c4faf1 100644 --- a/libmisc/setugid.c +++ b/libmisc/setugid.c @@ -33,7 +33,7 @@ #include -#ident "$Id: setugid.c,v 1.10 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/setupenv.c b/libmisc/setupenv.c index 2fe76429..e98748c5 100644 --- a/libmisc/setupenv.c +++ b/libmisc/setupenv.c @@ -33,7 +33,7 @@ #include -#ident "$Id: setupenv.c,v 1.24 2006/05/12 23:11:13 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/shell.c b/libmisc/shell.c index 297e4903..0af60f0d 100644 --- a/libmisc/shell.c +++ b/libmisc/shell.c @@ -29,7 +29,7 @@ #include -#ident "$Id: shell.c,v 1.13 2006/01/18 19:38:27 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/strtoday.c b/libmisc/strtoday.c index 2df8ded0..3fa6dc99 100644 --- a/libmisc/strtoday.c +++ b/libmisc/strtoday.c @@ -33,7 +33,7 @@ #include -#ident "$Id: strtoday.c,v 1.11 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #include "defines.h" #ifndef USE_GETDATE diff --git a/libmisc/sub.c b/libmisc/sub.c index 64de7bba..2359fbbf 100644 --- a/libmisc/sub.c +++ b/libmisc/sub.c @@ -29,7 +29,7 @@ #include -#ident "$Id: sub.c,v 1.10 2006/05/07 16:12:16 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/sulog.c b/libmisc/sulog.c index c31965b0..b6f9eed4 100644 --- a/libmisc/sulog.c +++ b/libmisc/sulog.c @@ -29,7 +29,7 @@ #include -#ident "$Id: sulog.c,v 1.10 2005/11/02 16:21:29 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/ttytype.c b/libmisc/ttytype.c index 4da3c038..4ae6467c 100644 --- a/libmisc/ttytype.c +++ b/libmisc/ttytype.c @@ -29,7 +29,7 @@ #include -#ident "$Id: ttytype.c,v 1.10 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #include #include "prototypes.h" diff --git a/libmisc/tz.c b/libmisc/tz.c index eaa1c1f5..73829d75 100644 --- a/libmisc/tz.c +++ b/libmisc/tz.c @@ -29,7 +29,7 @@ #include -#ident "$Id: tz.c,v 1.7 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/ulimit.c b/libmisc/ulimit.c index e9b7452e..549c2d38 100644 --- a/libmisc/ulimit.c +++ b/libmisc/ulimit.c @@ -1,6 +1,6 @@ #include -#ident "$Id: ulimit.c,v 1.4 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #if HAVE_ULIMIT_H #include diff --git a/libmisc/utmp.c b/libmisc/utmp.c index d86a596a..8f52bb98 100644 --- a/libmisc/utmp.c +++ b/libmisc/utmp.c @@ -40,7 +40,7 @@ #include #include -#ident "$Id: utmp.c,v 1.18 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #if HAVE_UTMPX_H struct utmpx utxent; diff --git a/libmisc/valid.c b/libmisc/valid.c index 9ab28132..da527836 100644 --- a/libmisc/valid.c +++ b/libmisc/valid.c @@ -29,7 +29,7 @@ #include -#ident "$Id: valid.c,v 1.6 2005/08/31 17:24:58 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/libmisc/xmalloc.c b/libmisc/xmalloc.c index 1a2372dd..77260908 100644 --- a/libmisc/xmalloc.c +++ b/libmisc/xmalloc.c @@ -9,7 +9,7 @@ #include -#ident "$Id: xmalloc.c,v 1.8 2006/01/23 09:46:30 kloczek Exp $" +#ident "$Id$" #include #include "defines.h" diff --git a/man/chage.1.xml b/man/chage.1.xml index d6238487..864deaf2 100644 --- a/man/chage.1.xml +++ b/man/chage.1.xml @@ -1,6 +1,6 @@ - + chage 1 diff --git a/man/chfn.1.xml b/man/chfn.1.xml index 8d834e83..e14f85d0 100644 --- a/man/chfn.1.xml +++ b/man/chfn.1.xml @@ -1,6 +1,6 @@ - + chfn 1 diff --git a/man/chgpasswd.8.xml b/man/chgpasswd.8.xml index 69d6865f..07f6def4 100644 --- a/man/chgpasswd.8.xml +++ b/man/chgpasswd.8.xml @@ -1,6 +1,6 @@ - + chgpasswd 8 diff --git a/man/chpasswd.8.xml b/man/chpasswd.8.xml index 02042450..9fad52f6 100644 --- a/man/chpasswd.8.xml +++ b/man/chpasswd.8.xml @@ -1,6 +1,6 @@ - + chpasswd 8 diff --git a/man/chsh.1.xml b/man/chsh.1.xml index 3d257a01..c3edca81 100644 --- a/man/chsh.1.xml +++ b/man/chsh.1.xml @@ -1,6 +1,6 @@ - + chsh 1 diff --git a/man/cs/lastlog.8 b/man/cs/lastlog.8 index a8e4803f..67682ecd 100644 --- a/man/cs/lastlog.8 +++ b/man/cs/lastlog.8 @@ -1,5 +1,5 @@ .\" @(#)lastlog.8 3.3 08:24:58 29 Sep 1993 (National Guard Release) -.\" $Id: lastlog.8,v 1.3 2005/12/01 20:38:24 kloczek Exp $ +.\" $Id$ .\" .TH LASTLOG 8 .SH JMÉNO diff --git a/man/de/passwd.1 b/man/de/passwd.1 index f239674d..bd78bf2e 100644 --- a/man/de/passwd.1 +++ b/man/de/passwd.1 @@ -1,4 +1,4 @@ -.\" $Id: passwd.1,v 1.10 2006/01/25 07:33:59 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/de/vipw.8 b/man/de/vipw.8 index 525d31b1..7d50a502 100644 --- a/man/de/vipw.8 +++ b/man/de/vipw.8 @@ -1,4 +1,4 @@ -.\"$Id: vipw.8,v 1.3 2005/12/01 20:38:25 kloczek Exp $ +.\"$Id$ .\" .\"Translated into german by Helge Kreutzmann .TH VIPW 8 "21 Jul 2004" diff --git a/man/es/vipw.8 b/man/es/vipw.8 index e3f1fbc9..b33d14be 100644 --- a/man/es/vipw.8 +++ b/man/es/vipw.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)vipw.8 6.7 (Berkeley) 3/16/91 -.\" $Id: vipw.8,v 1.2 2006/01/25 07:33:59 kloczek Exp $ +.\" $Id$ .\" .\" .\" Translated into Spanish on Fri Aug 28 1998 by Gerardo Aburruzaga diff --git a/man/expiry.1.xml b/man/expiry.1.xml index aa881dd8..397419f9 100644 --- a/man/expiry.1.xml +++ b/man/expiry.1.xml @@ -1,6 +1,6 @@ - + expiry 1 diff --git a/man/faillog.5.xml b/man/faillog.5.xml index abcead6f..87cd0886 100644 --- a/man/faillog.5.xml +++ b/man/faillog.5.xml @@ -1,6 +1,6 @@ - + faillog 5 diff --git a/man/faillog.8.xml b/man/faillog.8.xml index 1e7def7d..bbe5a28b 100644 --- a/man/faillog.8.xml +++ b/man/faillog.8.xml @@ -1,6 +1,6 @@ - + faillog 8 diff --git a/man/gpasswd.1.xml b/man/gpasswd.1.xml index 055c7cb8..9456c123 100644 --- a/man/gpasswd.1.xml +++ b/man/gpasswd.1.xml @@ -1,6 +1,6 @@ - + gpasswd 1 diff --git a/man/groupadd.8.xml b/man/groupadd.8.xml index 580af3da..b5c93e11 100644 --- a/man/groupadd.8.xml +++ b/man/groupadd.8.xml @@ -1,6 +1,6 @@ - + groupadd 8 diff --git a/man/groupdel.8.xml b/man/groupdel.8.xml index cb6b352c..8d5949a5 100644 --- a/man/groupdel.8.xml +++ b/man/groupdel.8.xml @@ -1,6 +1,6 @@ - + groupdel 8 diff --git a/man/groupmems.8.xml b/man/groupmems.8.xml index 88abaa18..cdece1da 100644 --- a/man/groupmems.8.xml +++ b/man/groupmems.8.xml @@ -1,6 +1,6 @@ - + groupmems 8 diff --git a/man/groupmod.8.xml b/man/groupmod.8.xml index a8661f80..726a3e1c 100644 --- a/man/groupmod.8.xml +++ b/man/groupmod.8.xml @@ -1,6 +1,6 @@ - + groupmod 8 diff --git a/man/groups.1.xml b/man/groups.1.xml index 608e7ab2..9d1e301e 100644 --- a/man/groups.1.xml +++ b/man/groups.1.xml @@ -1,6 +1,6 @@ - + groups 1 diff --git a/man/grpck.8.xml b/man/grpck.8.xml index 86ba485a..bc3f7802 100644 --- a/man/grpck.8.xml +++ b/man/grpck.8.xml @@ -1,6 +1,6 @@ - + grpck 8 diff --git a/man/gshadow.5.xml b/man/gshadow.5.xml index f845085a..a940266f 100644 --- a/man/gshadow.5.xml +++ b/man/gshadow.5.xml @@ -1,6 +1,6 @@ - + gshadow 5 diff --git a/man/hu/chsh.1 b/man/hu/chsh.1 index 7d9e5116..b4b1b4d5 100644 --- a/man/hu/chsh.1 +++ b/man/hu/chsh.1 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: chsh.1,v 1.6 2006/04/24 18:43:40 kloczek Exp $ +.\" $Id$ .\" .TH CHSH 1 .SH NÉV diff --git a/man/hu/gpasswd.1 b/man/hu/gpasswd.1 index 5c5f1e3c..b62cf1e6 100644 --- a/man/hu/gpasswd.1 +++ b/man/hu/gpasswd.1 @@ -4,7 +4,7 @@ .\" published by the Free Software Foundation; either version 2 of the .\" License, or (at your option) any later version. .\" -.\" $Id: gpasswd.1,v 1.4 2005/12/01 20:38:25 kloczek Exp $ +.\" $Id$ .\" .TH GPASSWD 1 .SH NÉV diff --git a/man/hu/groups.1 b/man/hu/groups.1 index 027d14c8..9b87e511 100644 --- a/man/hu/groups.1 +++ b/man/hu/groups.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: groups.1,v 1.6 2005/12/01 20:38:25 kloczek Exp $ +.\" $Id$ .\" .TH GROUPS 1 .SH NÉV diff --git a/man/hu/lastlog.8 b/man/hu/lastlog.8 index f0b46462..a7058c5c 100644 --- a/man/hu/lastlog.8 +++ b/man/hu/lastlog.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lastlog.8 3.3 08:24:58 29 Sep 1993 (National Guard Release) -.\" $Id: lastlog.8,v 1.1 2005/12/13 11:34:59 kloczek Exp $ +.\" $Id$ .\" .TH LASTLOG 8 .SH NÉV diff --git a/man/hu/login.1 b/man/hu/login.1 index f4d8df27..f84ea824 100644 --- a/man/hu/login.1 +++ b/man/hu/login.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: login.1,v 1.8 2006/04/24 18:43:40 kloczek Exp $ +.\" $Id$ .\" .TH LOGIN 1 .SH NÉV diff --git a/man/hu/newgrp.1 b/man/hu/newgrp.1 index 1dba8adf..714f1875 100644 --- a/man/hu/newgrp.1 +++ b/man/hu/newgrp.1 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: newgrp.1,v 1.7 2006/04/24 18:43:40 kloczek Exp $ +.\" $Id$ .\" .TH NEWGRP 1 .SH NÉV diff --git a/man/hu/passwd.1 b/man/hu/passwd.1 index 71518537..dab98dd1 100644 --- a/man/hu/passwd.1 +++ b/man/hu/passwd.1 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: passwd.1,v 1.7 2006/01/25 07:33:59 kloczek Exp $ +.\" $Id$ .\" .TH PASSWD 1 "" \" \-*\- nroff \-*\- .SH NÉV diff --git a/man/id.1.xml b/man/id.1.xml index 96c2ae03..bca6e9fa 100644 --- a/man/id.1.xml +++ b/man/id.1.xml @@ -1,6 +1,6 @@ - + id 1 diff --git a/man/id/useradd.8 b/man/id/useradd.8 index f1add9f8..2d6730c1 100644 --- a/man/id/useradd.8 +++ b/man/id/useradd.8 @@ -25,7 +25,7 @@ .\" KARENA KESALAHAN DALAM MENGGUNAKAN SOFTWARE INI, BAHKAN JIKA TELAH .\" DIPERINGATKAN SEBELUMNYA TENTANG KEMUNGKINAN AKAN KERUSAKAN TERSEBUT. .\" -.\" $Id: useradd.8,v 1.4 2005/04/05 19:08:54 kloczek Exp $ +.\" $Id$ .\" .TH USERADD 8 .SH NAME diff --git a/man/it/chage.1 b/man/it/chage.1 index 3932d711..be96e8fa 100644 --- a/man/it/chage.1 +++ b/man/it/chage.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: chage.1,v 1.2 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1990 - 1994 Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/chfn.1 b/man/it/chfn.1 index 9148397b..93c7b7ae 100644 --- a/man/it/chfn.1 +++ b/man/it/chfn.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: chfn.1,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1990 - 1994 Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/chpasswd.8 b/man/it/chpasswd.8 index c641678c..a6e7379b 100644 --- a/man/it/chpasswd.8 +++ b/man/it/chpasswd.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: chpasswd.8,v 1.2 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/chsh.1 b/man/it/chsh.1 index 57cf6f47..e3ef61ee 100644 --- a/man/it/chsh.1 +++ b/man/it/chsh.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: chsh.1,v 1.4 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/expiry.1 b/man/it/expiry.1 index 20144247..f3fca7f5 100644 --- a/man/it/expiry.1 +++ b/man/it/expiry.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: expiry.1,v 1.2 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1990 - 1994 Julianne Frances Haugh .\" All rights reserved. .\" Modified for expiry by Ben Collins , 1999 diff --git a/man/it/faillog.5 b/man/it/faillog.5 index c64fdaa6..abf954f1 100644 --- a/man/it/faillog.5 +++ b/man/it/faillog.5 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: faillog.5,v 1.2 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/faillog.8 b/man/it/faillog.8 index 06f806ad..25a7b2e4 100644 --- a/man/it/faillog.8 +++ b/man/it/faillog.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\" $Id: faillog.8,v 1.2 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/gpasswd.1 b/man/it/gpasswd.1 index 8beefb1d..7f9aa3c2 100644 --- a/man/it/gpasswd.1 +++ b/man/it/gpasswd.1 @@ -4,7 +4,7 @@ .\" published by the Free Software Foundation; either version 2 of the .\" License, or (at your option) any later version. .\" -.\" $Id: gpasswd.1,v 1.5 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" .\" Traduzione in italiano a cura di Isabella Ruocco .\" luglio 1999 diff --git a/man/it/groupadd.8 b/man/it/groupadd.8 index 92757fb1..53d1ea32 100644 --- a/man/it/groupadd.8 +++ b/man/it/groupadd.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: groupadd.8,v 1.10 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" .\" Traduzione in italiano a cura di Isabella Ruocco .\" luglio 1999 diff --git a/man/it/groupdel.8 b/man/it/groupdel.8 index 9304f3f2..7d387add 100644 --- a/man/it/groupdel.8 +++ b/man/it/groupdel.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: groupdel.8,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/groupmod.8 b/man/it/groupmod.8 index 37b1e5c9..8424889b 100644 --- a/man/it/groupmod.8 +++ b/man/it/groupmod.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: groupmod.8,v 1.8 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" .\" Traduzione in italiano a cura di Isabella Ruocco .\" luglio 1999 diff --git a/man/it/groups.1 b/man/it/groups.1 index 71e9f097..04823620 100644 --- a/man/it/groups.1 +++ b/man/it/groups.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: groups.1,v 1.4 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/grpck.8 b/man/it/grpck.8 index 101897d5..0693a9d0 100644 --- a/man/it/grpck.8 +++ b/man/it/grpck.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: grpck.8,v 1.7 2006/01/25 07:33:59 kloczek Exp $ +.\"$Id$ .\" Copyright 1992 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/id.1 b/man/it/id.1 index a6da94b6..44686fb2 100644 --- a/man/it/id.1 +++ b/man/it/id.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: id.1,v 1.4 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/lastlog.8 b/man/it/lastlog.8 index 5bbf110a..4e0a8025 100644 --- a/man/it/lastlog.8 +++ b/man/it/lastlog.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: lastlog.8,v 1.8 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1992, Phillip Street and Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/login.1 b/man/it/login.1 index d2f58313..695bef0f 100644 --- a/man/it/login.1 +++ b/man/it/login.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\" $Id: login.1,v 1.4 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/logoutd.8 b/man/it/logoutd.8 index 0aee40ae..d052021c 100644 --- a/man/it/logoutd.8 +++ b/man/it/logoutd.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: logoutd.8,v 1.1 2005/04/21 21:03:16 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/newgrp.1 b/man/it/newgrp.1 index de22c719..c27c70bb 100644 --- a/man/it/newgrp.1 +++ b/man/it/newgrp.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: newgrp.1,v 1.3 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/newusers.8 b/man/it/newusers.8 index 4926be15..a1b4821d 100644 --- a/man/it/newusers.8 +++ b/man/it/newusers.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: newusers.8,v 1.2 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" .\" Traduzione in italiano di Isabella Ruocco .\" Guigno 1999 diff --git a/man/it/passwd.1 b/man/it/passwd.1 index 200f0de7..f7f5980a 100644 --- a/man/it/passwd.1 +++ b/man/it/passwd.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: passwd.1,v 1.4 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/passwd.5 b/man/it/passwd.5 index 8689cf2e..604672f4 100644 --- a/man/it/passwd.5 +++ b/man/it/passwd.5 @@ -1,4 +1,4 @@ -.\" $Id: passwd.5,v 1.3 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright (c) 1993 Michael Haardt (u31b3hs@pool.informatik.rwth\-aachen.de) .\" Fri Apr 2 11:32:09 MET DST 1993 .\" diff --git a/man/it/porttime.5 b/man/it/porttime.5 index 14055ee9..772719e9 100644 --- a/man/it/porttime.5 +++ b/man/it/porttime.5 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\" $Id: porttime.5,v 1.2 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/pwck.8 b/man/it/pwck.8 index 7174c187..d202b734 100644 --- a/man/it/pwck.8 +++ b/man/it/pwck.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: pwck.8,v 1.3 2006/01/25 07:33:59 kloczek Exp $ +.\"$Id$ .\" Copyright 1992, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/pwconv.8 b/man/it/pwconv.8 index 88c6e855..58757573 100644 --- a/man/it/pwconv.8 +++ b/man/it/pwconv.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: pwconv.8,v 1.3 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .TH PWCONV 8 "26 sep 1997" .SH NOME pwconv, pwunconv, grpconv, grpunconv \- convertono a e da password e gruppi diff --git a/man/it/shadow.3 b/man/it/shadow.3 index 195632ba..a228916a 100644 --- a/man/it/shadow.3 +++ b/man/it/shadow.3 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\" $Id: shadow.3,v 1.2 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/shadow.5 b/man/it/shadow.5 index fbf35aa4..76f8cc17 100644 --- a/man/it/shadow.5 +++ b/man/it/shadow.5 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: shadow.5,v 1.5 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/su.1 b/man/it/su.1 index e195e9cd..cb292650 100644 --- a/man/it/su.1 +++ b/man/it/su.1 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\" $Id: su.1,v 1.2 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/useradd.8 b/man/it/useradd.8 index 2667f8e4..209eef2f 100644 --- a/man/it/useradd.8 +++ b/man/it/useradd.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: useradd.8,v 1.9 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/userdel.8 b/man/it/userdel.8 index 3279d7c0..65f1ad12 100644 --- a/man/it/userdel.8 +++ b/man/it/userdel.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: userdel.8,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/usermod.8 b/man/it/usermod.8 index f49f8a38..d0188b77 100644 --- a/man/it/usermod.8 +++ b/man/it/usermod.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: usermod.8,v 1.9 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/it/vipw.8 b/man/it/vipw.8 index f6ae3283..8a22fdca 100644 --- a/man/it/vipw.8 +++ b/man/it/vipw.8 @@ -1,6 +1,6 @@ .\" This file was generated with po4a. Translate the source file. .\" -.\"$Id: vipw.8,v 1.3 2005/04/21 21:03:16 kloczek Exp $ +.\"$Id$ .TH VIPW 8 26/09/1997 .SH NOME vipw, vigr \- modificano i file delle password, dei gruppi, delle shadow diff --git a/man/ja/chage.1 b/man/ja/chage.1 index a8b76bba..cad8bfef 100644 --- a/man/ja/chage.1 +++ b/man/ja/chage.1 @@ -1,4 +1,4 @@ -.\" $Id: chage.1,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1990 - 1994 Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/chfn.1 b/man/ja/chfn.1 index 1697cd8c..38971ea3 100644 --- a/man/ja/chfn.1 +++ b/man/ja/chfn.1 @@ -1,4 +1,4 @@ -.\" $Id: chfn.1,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1990 - 1994 Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/chpasswd.8 b/man/ja/chpasswd.8 index a8e471ec..e5dc43e2 100644 --- a/man/ja/chpasswd.8 +++ b/man/ja/chpasswd.8 @@ -1,4 +1,4 @@ -.\"$Id: chpasswd.8,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/chsh.1 b/man/ja/chsh.1 index 5d7f7742..d56be97c 100644 --- a/man/ja/chsh.1 +++ b/man/ja/chsh.1 @@ -1,4 +1,4 @@ -.\"$Id: chsh.1,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/expiry.1 b/man/ja/expiry.1 index 78250d51..d671507b 100644 --- a/man/ja/expiry.1 +++ b/man/ja/expiry.1 @@ -1,4 +1,4 @@ -.\" $Id: expiry.1,v 1.3 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1990 - 1994 Julianne Frances Haugh .\" All rights reserved. .\" Modified for expiry by Ben Collins , 1999 diff --git a/man/ja/faillog.5 b/man/ja/faillog.5 index 02f71f81..4fdcf738 100644 --- a/man/ja/faillog.5 +++ b/man/ja/faillog.5 @@ -1,4 +1,4 @@ -.\"$Id: faillog.5,v 1.5 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/faillog.8 b/man/ja/faillog.8 index 48bd2558..222043a3 100644 --- a/man/ja/faillog.8 +++ b/man/ja/faillog.8 @@ -1,4 +1,4 @@ -.\"$Id: faillog.8,v 1.8 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1989 \- 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/gpasswd.1 b/man/ja/gpasswd.1 index 36eba5b7..1b34157a 100644 --- a/man/ja/gpasswd.1 +++ b/man/ja/gpasswd.1 @@ -1,4 +1,4 @@ -.\"$Id: gpasswd.1,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1996, Rafal Maszkowski .\" All rights reserved. You can redistribute this man page and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man/ja/groupadd.8 b/man/ja/groupadd.8 index 5ae150c0..4bdf73db 100644 --- a/man/ja/groupadd.8 +++ b/man/ja/groupadd.8 @@ -1,4 +1,4 @@ -.\"$Id: groupadd.8,v 1.12 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/groupdel.8 b/man/ja/groupdel.8 index b00ffabc..0f24453f 100644 --- a/man/ja/groupdel.8 +++ b/man/ja/groupdel.8 @@ -1,4 +1,4 @@ -.\"$Id: groupdel.8,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/groupmod.8 b/man/ja/groupmod.8 index d82b67e7..d63a9173 100644 --- a/man/ja/groupmod.8 +++ b/man/ja/groupmod.8 @@ -1,4 +1,4 @@ -.\"$Id: groupmod.8,v 1.11 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/groups.1 b/man/ja/groups.1 index 35b2e20b..f0a2bbfb 100644 --- a/man/ja/groups.1 +++ b/man/ja/groups.1 @@ -1,4 +1,4 @@ -.\"$Id: groups.1,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/grpck.8 b/man/ja/grpck.8 index b1de57e0..c570c280 100644 --- a/man/ja/grpck.8 +++ b/man/ja/grpck.8 @@ -1,4 +1,4 @@ -.\"$Id: grpck.8,v 1.8 2006/01/25 07:33:59 kloczek Exp $ +.\"$Id$ .\" Copyright 1992 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/id.1 b/man/ja/id.1 index baaa7801..197cbe74 100644 --- a/man/ja/id.1 +++ b/man/ja/id.1 @@ -1,4 +1,4 @@ -.\"$Id: id.1,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/lastlog.8 b/man/ja/lastlog.8 index 7aa57460..171d6a9a 100644 --- a/man/ja/lastlog.8 +++ b/man/ja/lastlog.8 @@ -1,4 +1,4 @@ -.\"$Id: lastlog.8,v 1.10 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1992, Phillip Street and Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/limits.5 b/man/ja/limits.5 index d4f2683c..a8c8329b 100644 --- a/man/ja/limits.5 +++ b/man/ja/limits.5 @@ -1,4 +1,4 @@ -.\"$Id: limits.5,v 1.5 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" .\" Japanese Version Copyright (c) 2001 Maki KURODA .\" all right reserved, diff --git a/man/ja/login.1 b/man/ja/login.1 index a7fe6d20..2ec7f95e 100644 --- a/man/ja/login.1 +++ b/man/ja/login.1 @@ -1,4 +1,4 @@ -.\" $Id: login.1,v 1.10 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/login.access.5 b/man/ja/login.access.5 index f048b031..c6ec97b0 100644 --- a/man/ja/login.access.5 +++ b/man/ja/login.access.5 @@ -1,4 +1,4 @@ -.\"$Id: login.access.5,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" this is comment .\" .\" This page is originally in the shadow package. diff --git a/man/ja/login.defs.5 b/man/ja/login.defs.5 index 9e6bc836..cb9566eb 100644 --- a/man/ja/login.defs.5 +++ b/man/ja/login.defs.5 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: login.defs.5,v 1.8 2006/03/31 09:26:54 kloczek Exp $ +.\" $Id$ .\" .\" Japanese Version Copyright (c) 1997 Kazuyoshi Furutaka .\" all rights reserved. diff --git a/man/ja/logoutd.8 b/man/ja/logoutd.8 index d28bf5fe..c8215a53 100644 --- a/man/ja/logoutd.8 +++ b/man/ja/logoutd.8 @@ -1,4 +1,4 @@ -.\"$Id: logoutd.8,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/newgrp.1 b/man/ja/newgrp.1 index a8a41da5..a60af04c 100644 --- a/man/ja/newgrp.1 +++ b/man/ja/newgrp.1 @@ -1,4 +1,4 @@ -.\"$Id: newgrp.1,v 1.8 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/newusers.8 b/man/ja/newusers.8 index 49d20599..630660d5 100644 --- a/man/ja/newusers.8 +++ b/man/ja/newusers.8 @@ -1,4 +1,4 @@ -.\"$Id: newusers.8,v 1.4 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/passwd.1 b/man/ja/passwd.1 index f39fa96d..15f55d46 100644 --- a/man/ja/passwd.1 +++ b/man/ja/passwd.1 @@ -1,4 +1,4 @@ -.\" $Id: passwd.1,v 1.10 2006/01/25 07:33:59 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/passwd.5 b/man/ja/passwd.5 index 1c91de8f..438f4991 100644 --- a/man/ja/passwd.5 +++ b/man/ja/passwd.5 @@ -1,4 +1,4 @@ -.\"$Id: passwd.5,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/porttime.5 b/man/ja/porttime.5 index 845b7765..5b6b0355 100644 --- a/man/ja/porttime.5 +++ b/man/ja/porttime.5 @@ -1,4 +1,4 @@ -.\" $Id: porttime.5,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/pwck.8 b/man/ja/pwck.8 index ad048563..e59972f9 100644 --- a/man/ja/pwck.8 +++ b/man/ja/pwck.8 @@ -1,4 +1,4 @@ -.\"$Id: pwck.8,v 1.8 2006/01/25 07:33:59 kloczek Exp $ +.\"$Id$ .\" Copyright 1992, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/pwconv.8 b/man/ja/pwconv.8 index 88db5d5e..e48a9263 100644 --- a/man/ja/pwconv.8 +++ b/man/ja/pwconv.8 @@ -1,4 +1,4 @@ -.\"$Id: pwconv.8,v 1.4 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" .\" Japanese Version Copyright (c) 2001 Yuichi SATO .\" all rights reserved. diff --git a/man/ja/shadow.3 b/man/ja/shadow.3 index 3c2e009e..b76a74fe 100644 --- a/man/ja/shadow.3 +++ b/man/ja/shadow.3 @@ -1,4 +1,4 @@ -.\" $Id: shadow.3,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/shadow.5 b/man/ja/shadow.5 index 1b3f10e8..8885990d 100644 --- a/man/ja/shadow.5 +++ b/man/ja/shadow.5 @@ -1,4 +1,4 @@ -.\"$Id: shadow.5,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/su.1 b/man/ja/su.1 index 093fe351..9406f0dc 100644 --- a/man/ja/su.1 +++ b/man/ja/su.1 @@ -1,4 +1,4 @@ -.\" $Id: su.1,v 1.8 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/suauth.5 b/man/ja/suauth.5 index 7e165cfc..b379d030 100644 --- a/man/ja/suauth.5 +++ b/man/ja/suauth.5 @@ -1,4 +1,4 @@ -.\"$Id: suauth.5,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\"$Id$ .\" .\" Japanese Version Copyright (c) 1997 Kazuyoshi Furutaka .\" all rights reserved. diff --git a/man/ja/sulogin.8 b/man/ja/sulogin.8 index 0d30b314..b4b0fd77 100644 --- a/man/ja/sulogin.8 +++ b/man/ja/sulogin.8 @@ -1,4 +1,4 @@ -.\" $Id: sulogin.8,v 1.7 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1992, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/useradd.8 b/man/ja/useradd.8 index 29de22e0..40ae9f34 100644 --- a/man/ja/useradd.8 +++ b/man/ja/useradd.8 @@ -1,4 +1,4 @@ -.\" $Id: useradd.8,v 1.10 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/userdel.8 b/man/ja/userdel.8 index 45deab46..8cbb2182 100644 --- a/man/ja/userdel.8 +++ b/man/ja/userdel.8 @@ -1,4 +1,4 @@ -.\" $Id: userdel.8,v 1.8 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/usermod.8 b/man/ja/usermod.8 index d1ba73b1..bd2f6045 100644 --- a/man/ja/usermod.8 +++ b/man/ja/usermod.8 @@ -1,4 +1,4 @@ -.\" $Id: usermod.8,v 1.11 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/ja/vipw.8 b/man/ja/vipw.8 index a1bdcb8d..205d121c 100644 --- a/man/ja/vipw.8 +++ b/man/ja/vipw.8 @@ -1,4 +1,4 @@ -.\" $Id: vipw.8,v 1.6 2005/12/01 20:38:26 kloczek Exp $ +.\" $Id$ .\" .\" Japanese Version Copyright (c) 2001 Maki KURODA .\" all right reserved, diff --git a/man/ko/chfn.1 b/man/ko/chfn.1 index 9417952d..e6d3fae1 100644 --- a/man/ko/chfn.1 +++ b/man/ko/chfn.1 @@ -1,4 +1,4 @@ -.\" $Id: chfn.1,v 1.3 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" (c) 1994 by salvatore valente .\" .\" this program is free software. you can redistribute it and diff --git a/man/ko/chsh.1 b/man/ko/chsh.1 index e9d0dfdc..6fd5d3f0 100644 --- a/man/ko/chsh.1 +++ b/man/ko/chsh.1 @@ -1,4 +1,4 @@ -.\" $Id: chsh.1,v 1.3 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" (c) 1994 by salvatore valente .\" .\" this program is free software. you can redistribute it and diff --git a/man/ko/groups.1 b/man/ko/groups.1 index ba72d668..d407d3de 100644 --- a/man/ko/groups.1 +++ b/man/ko/groups.1 @@ -1,4 +1,4 @@ -.\"$Id: groups.1,v 1.3 2005/12/01 20:38:27 kloczek Exp $ +.\"$Id$ .TH GROUPS 1L "GNU 쉘 유틸리티" "FSF" \" \-*\- nroff \-*\- .SH 이름 groups \- 사용자가 속한 그룹들을 출력한다 diff --git a/man/ko/passwd.5 b/man/ko/passwd.5 index ac4bb4f4..52d7f0a3 100644 --- a/man/ko/passwd.5 +++ b/man/ko/passwd.5 @@ -1,4 +1,4 @@ -.\"$Id: passwd.5,v 1.4 2005/12/01 20:38:27 kloczek Exp $ +.\"$Id$ .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man/ko/vipw.8 b/man/ko/vipw.8 index 71d296e9..c36f908e 100644 --- a/man/ko/vipw.8 +++ b/man/ko/vipw.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)vipw.8 6.7 (Berkeley) 3/16/91 -.\" $Id: vipw.8,v 1.1 2005/12/13 11:34:59 kloczek Exp $ +.\" $Id$ .\" .Dd March 16, 1991 .Dt VIPW 8 diff --git a/man/lastlog.8.xml b/man/lastlog.8.xml index 4dbd80b7..0ab25b95 100644 --- a/man/lastlog.8.xml +++ b/man/lastlog.8.xml @@ -1,6 +1,6 @@ - + lastlog 8 diff --git a/man/limits.5.xml b/man/limits.5.xml index e8d1237f..41961c9d 100644 --- a/man/limits.5.xml +++ b/man/limits.5.xml @@ -1,6 +1,6 @@ - + limits 5 diff --git a/man/login.1.xml b/man/login.1.xml index a42e3f19..95657850 100644 --- a/man/login.1.xml +++ b/man/login.1.xml @@ -1,6 +1,6 @@ - + login 1 diff --git a/man/login.access.5.xml b/man/login.access.5.xml index fcc3c460..d5bb6978 100644 --- a/man/login.access.5.xml +++ b/man/login.access.5.xml @@ -1,6 +1,6 @@ - + login.access 5 diff --git a/man/login.defs.5.xml b/man/login.defs.5.xml index 5c0e3fbd..52f4d44e 100644 --- a/man/login.defs.5.xml +++ b/man/login.defs.5.xml @@ -1,6 +1,6 @@ - + login.defs 5 diff --git a/man/logoutd.8.xml b/man/logoutd.8.xml index b55280c6..ee1cec4e 100644 --- a/man/logoutd.8.xml +++ b/man/logoutd.8.xml @@ -1,6 +1,6 @@ - + logoutd 8 diff --git a/man/newgrp.1.xml b/man/newgrp.1.xml index a1e261fa..878d6dee 100644 --- a/man/newgrp.1.xml +++ b/man/newgrp.1.xml @@ -1,6 +1,6 @@ - + newgrp 1 diff --git a/man/newusers.8.xml b/man/newusers.8.xml index 024d6e27..a23b44d8 100644 --- a/man/newusers.8.xml +++ b/man/newusers.8.xml @@ -1,6 +1,6 @@ - + newusers 8 diff --git a/man/nologin.8.xml b/man/nologin.8.xml index 1ac7362b..27f19997 100644 --- a/man/nologin.8.xml +++ b/man/nologin.8.xml @@ -1,6 +1,6 @@ - + nologin 8 diff --git a/man/passwd.1.xml b/man/passwd.1.xml index a07c13af..724c128b 100644 --- a/man/passwd.1.xml +++ b/man/passwd.1.xml @@ -1,6 +1,6 @@ - + passwd 1 diff --git a/man/passwd.5.xml b/man/passwd.5.xml index b132372f..aee3f0b0 100644 --- a/man/passwd.5.xml +++ b/man/passwd.5.xml @@ -1,6 +1,6 @@ - + passwd 5 diff --git a/man/pl/chfn.1 b/man/pl/chfn.1 index 34ab0982..c912332e 100644 --- a/man/pl/chfn.1 +++ b/man/pl/chfn.1 @@ -1,4 +1,4 @@ -.\" $Id: chfn.1,v 1.10 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1990 - 1994 Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/expiry.1 b/man/pl/expiry.1 index 12b119e3..32280ab0 100644 --- a/man/pl/expiry.1 +++ b/man/pl/expiry.1 @@ -1,4 +1,4 @@ -.\" $Id: expiry.1,v 1.5 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1990 - 1994 Julianne Frances Haugh .\" All rights reserved. .\" Modified for expiry by Ben Collins , 1999 diff --git a/man/pl/faillog.5 b/man/pl/faillog.5 index 72734673..64f2d8a2 100644 --- a/man/pl/faillog.5 +++ b/man/pl/faillog.5 @@ -1,4 +1,4 @@ -.\" $Id: faillog.5,v 1.7 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" Translation (c) 1998 "Gwidon S. Naskrent" .\" All rights reserved. diff --git a/man/pl/faillog.8 b/man/pl/faillog.8 index 3fa4a148..22a5680e 100644 --- a/man/pl/faillog.8 +++ b/man/pl/faillog.8 @@ -1,4 +1,4 @@ -.\" $Id: faillog.8,v 1.9 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/gpasswd.1 b/man/pl/gpasswd.1 index 37d09c2a..052a3e7b 100644 --- a/man/pl/gpasswd.1 +++ b/man/pl/gpasswd.1 @@ -1,4 +1,4 @@ -.\" $Id: gpasswd.1,v 1.8 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1996, Rafal Maszkowski .\" All rights reserved. You can redistribute this man page and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man/pl/groupadd.8 b/man/pl/groupadd.8 index 9516511f..8581aacb 100644 --- a/man/pl/groupadd.8 +++ b/man/pl/groupadd.8 @@ -1,4 +1,4 @@ -.\" $Id: groupadd.8,v 1.15 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/groupdel.8 b/man/pl/groupdel.8 index 916c2492..faae4c5d 100644 --- a/man/pl/groupdel.8 +++ b/man/pl/groupdel.8 @@ -1,4 +1,4 @@ -.\" $Id: groupdel.8,v 1.9 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/groupmems.8 b/man/pl/groupmems.8 index 72db2b71..f5861e7f 100644 --- a/man/pl/groupmems.8 +++ b/man/pl/groupmems.8 @@ -1,4 +1,4 @@ -.\"$Id: groupmems.8,v 1.9 2005/12/01 20:38:27 kloczek Exp $ +.\"$Id$ .\" Copyright 2000, International Business Machines .\" George Kraft IV, gk4@us.ibm.com, 3/23/2000 .TH GROUPMEMS 8 diff --git a/man/pl/groups.1 b/man/pl/groups.1 index 817fbdcc..fe7ff819 100644 --- a/man/pl/groups.1 +++ b/man/pl/groups.1 @@ -1,4 +1,4 @@ -.\" $Id: groups.1,v 1.10 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/grpck.8 b/man/pl/grpck.8 index 5d318f5c..04cb8561 100644 --- a/man/pl/grpck.8 +++ b/man/pl/grpck.8 @@ -1,4 +1,4 @@ -.\" $Id: grpck.8,v 1.11 2006/01/25 07:34:00 kloczek Exp $ +.\" $Id$ .\" Copyright 1992 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/id.1 b/man/pl/id.1 index dc36a929..9760c0a1 100644 --- a/man/pl/id.1 +++ b/man/pl/id.1 @@ -1,4 +1,4 @@ -.\" $Id: id.1,v 1.11 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/limits.5 b/man/pl/limits.5 index d2e0064b..05edeb3c 100644 --- a/man/pl/limits.5 +++ b/man/pl/limits.5 @@ -1,4 +1,4 @@ -.\" $Id: limits.5,v 1.4 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .TH LIMITS 5 .SH NAZWA limits \- definicja ograniczeń zasobów diff --git a/man/pl/login.1 b/man/pl/login.1 index 68e63a5e..89d28d36 100644 --- a/man/pl/login.1 +++ b/man/pl/login.1 @@ -1,4 +1,4 @@ -.\" $Id: login.1,v 1.14 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 \- 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/login.access.5 b/man/pl/login.access.5 index 1c0099be..16512a82 100644 --- a/man/pl/login.access.5 +++ b/man/pl/login.access.5 @@ -1,4 +1,4 @@ -.\" $Id: login.access.5,v 1.4 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .TH LOGIN.ACCESS 5 .\" .Dt SKEY.ACCESS 5 .\" .Os FreeBSD 1.2 diff --git a/man/pl/login.defs.5 b/man/pl/login.defs.5 index da75698b..2c02b4fe 100644 --- a/man/pl/login.defs.5 +++ b/man/pl/login.defs.5 @@ -1,4 +1,4 @@ -.\" $Id: login.defs.5,v 1.10 2006/01/25 07:34:00 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 \- 1993, Julianne Frances Haugh and Chip Rosenthal .\" All rights reserved. .\" diff --git a/man/pl/logoutd.8 b/man/pl/logoutd.8 index 7a00e042..dc537a53 100644 --- a/man/pl/logoutd.8 +++ b/man/pl/logoutd.8 @@ -1,4 +1,4 @@ -.\" $Id: logoutd.8,v 1.6 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/newgrp.1 b/man/pl/newgrp.1 index 361033b1..ebab5256 100644 --- a/man/pl/newgrp.1 +++ b/man/pl/newgrp.1 @@ -1,4 +1,4 @@ -.\" $Id: newgrp.1,v 1.12 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/newusers.8 b/man/pl/newusers.8 index 9f021c61..03616f3f 100644 --- a/man/pl/newusers.8 +++ b/man/pl/newusers.8 @@ -1,4 +1,4 @@ -.\" $Id: newusers.8,v 1.6 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/passwd.1 b/man/pl/passwd.1 index 596d2878..a7d6dd83 100644 --- a/man/pl/passwd.1 +++ b/man/pl/passwd.1 @@ -1,4 +1,4 @@ -.\" $Id: passwd.1,v 1.17 2006/01/25 07:34:00 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/passwd.5 b/man/pl/passwd.5 index 374e792c..738d415d 100644 --- a/man/pl/passwd.5 +++ b/man/pl/passwd.5 @@ -1,4 +1,4 @@ -.\" $Id: passwd.5,v 1.5 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/porttime.5 b/man/pl/porttime.5 index 44b61bf4..95269659 100644 --- a/man/pl/porttime.5 +++ b/man/pl/porttime.5 @@ -1,4 +1,4 @@ -.\" $Id: porttime.5,v 1.5 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/pwck.8 b/man/pl/pwck.8 index aa45ac59..85f7cf1d 100644 --- a/man/pl/pwck.8 +++ b/man/pl/pwck.8 @@ -1,4 +1,4 @@ -.\" $Id: pwck.8,v 1.9 2006/01/25 07:34:00 kloczek Exp $ +.\" $Id$ .\" Copyright 1992, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/pwconv.8 b/man/pl/pwconv.8 index c62e8993..c6da3354 100644 --- a/man/pl/pwconv.8 +++ b/man/pl/pwconv.8 @@ -1,4 +1,4 @@ -.\" $Id: pwconv.8,v 1.5 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .TH PWCONV 8 "26 września 1997" .SH NAZWA pwconv, pwunconv, grpconv, grpunconv \- konwersja dot. chronionych plików haseł i grup diff --git a/man/pl/shadow.3 b/man/pl/shadow.3 index 7293d6e5..8c21dcd5 100644 --- a/man/pl/shadow.3 +++ b/man/pl/shadow.3 @@ -1,4 +1,4 @@ -.\" $Id: shadow.3,v 1.6 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/shadow.5 b/man/pl/shadow.5 index bed0ac59..567f511a 100644 --- a/man/pl/shadow.5 +++ b/man/pl/shadow.5 @@ -1,4 +1,4 @@ -.\" $Id: shadow.5,v 1.5 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/su.1 b/man/pl/su.1 index d1a8e5d3..03325be9 100644 --- a/man/pl/su.1 +++ b/man/pl/su.1 @@ -1,4 +1,4 @@ -.\" $Id: su.1,v 1.10 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/suauth.5 b/man/pl/suauth.5 index fc589763..7b44e86d 100644 --- a/man/pl/suauth.5 +++ b/man/pl/suauth.5 @@ -1,4 +1,4 @@ -.\" $Id: suauth.5,v 1.4 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .TH SUAUTH 5 "14 lutego 1996" .UC 5 .SH NAZWA diff --git a/man/pl/sulogin.8 b/man/pl/sulogin.8 index 454a58f7..aba0ca40 100644 --- a/man/pl/sulogin.8 +++ b/man/pl/sulogin.8 @@ -1,4 +1,4 @@ -.\" $Id: sulogin.8,v 1.8 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 - 1992, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/useradd.8 b/man/pl/useradd.8 index 798415a7..766e95e8 100644 --- a/man/pl/useradd.8 +++ b/man/pl/useradd.8 @@ -1,4 +1,4 @@ -.\" $Id: useradd.8,v 1.22 2006/03/31 09:26:54 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/userdel.8 b/man/pl/userdel.8 index a79e1a07..535f3efc 100644 --- a/man/pl/userdel.8 +++ b/man/pl/userdel.8 @@ -1,4 +1,4 @@ -.\" $Id: userdel.8,v 1.12 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pl/usermod.8 b/man/pl/usermod.8 index aacfe5ad..ca091f72 100644 --- a/man/pl/usermod.8 +++ b/man/pl/usermod.8 @@ -1,4 +1,4 @@ -.\" $Id: usermod.8,v 1.15 2005/12/01 20:38:27 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/porttime.5.xml b/man/porttime.5.xml index 36a5f352..800fc785 100644 --- a/man/porttime.5.xml +++ b/man/porttime.5.xml @@ -1,6 +1,6 @@ - + porttime 5 diff --git a/man/pt_BR/gpasswd.1 b/man/pt_BR/gpasswd.1 index c367383b..cccb4593 100644 --- a/man/pt_BR/gpasswd.1 +++ b/man/pt_BR/gpasswd.1 @@ -22,7 +22,7 @@ .\" Foundation, Inc., 675 mass Ave, Cambridge, MA 02139 USA ou .\" em português na Conectiva Informática \- http://www.conectiva.com.br .\" -.\" $Id: gpasswd.1,v 1.5 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" .TH GPASSWD 1 .SH NOME diff --git a/man/pt_BR/groupadd.8 b/man/pt_BR/groupadd.8 index 57a1385e..7ac03038 100644 --- a/man/pt_BR/groupadd.8 +++ b/man/pt_BR/groupadd.8 @@ -25,7 +25,7 @@ .\" .\" .\" -.\" $Id: groupadd.8,v 1.9 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" .TH GROUPADD 8 .SH NOME diff --git a/man/pt_BR/groupdel.8 b/man/pt_BR/groupdel.8 index 5af1f7b6..61292e61 100644 --- a/man/pt_BR/groupdel.8 +++ b/man/pt_BR/groupdel.8 @@ -25,7 +25,7 @@ .\" Foundation, Inc., 675 mass Ave, Cambridge, MA 02139 USA ou .\" em português na Conectiva Informática Ltda. \- http://www.conectiva.com.br.\" .\" -.\" $Id: groupdel.8,v 1.5 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" .TH GROUPDEL 8 .SH NOME diff --git a/man/pt_BR/groupmod.8 b/man/pt_BR/groupmod.8 index 52a649f3..fec97d1d 100644 --- a/man/pt_BR/groupmod.8 +++ b/man/pt_BR/groupmod.8 @@ -1,4 +1,4 @@ -.\" $Id: groupmod.8,v 1.8 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" Copyright 1991, Julianne Frances Haugh .\" Todos os direitos reservados. .\" diff --git a/man/pt_BR/shadow.5 b/man/pt_BR/shadow.5 index 8c9bc9de..8f7c3954 100644 --- a/man/pt_BR/shadow.5 +++ b/man/pt_BR/shadow.5 @@ -1,4 +1,4 @@ -.\" $Id: shadow.5,v 1.5 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" Copyright 1989 \- 1990, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/pwck.8.xml b/man/pwck.8.xml index 50a8b33a..910a47bb 100644 --- a/man/pwck.8.xml +++ b/man/pwck.8.xml @@ -1,6 +1,6 @@ - + pwck 8 diff --git a/man/pwconv.8.xml b/man/pwconv.8.xml index 92b85b5a..7c8f0467 100644 --- a/man/pwconv.8.xml +++ b/man/pwconv.8.xml @@ -1,6 +1,6 @@ - + pwconv 8 diff --git a/man/sg.1.xml b/man/sg.1.xml index fb1a7136..86740f0d 100644 --- a/man/sg.1.xml +++ b/man/sg.1.xml @@ -1,6 +1,6 @@ - + sg 1 diff --git a/man/shadow.3.xml b/man/shadow.3.xml index f45346a1..27da7d60 100644 --- a/man/shadow.3.xml +++ b/man/shadow.3.xml @@ -1,6 +1,6 @@ - + shadow 3 diff --git a/man/shadow.5.xml b/man/shadow.5.xml index 5fcee276..84cdad43 100644 --- a/man/shadow.5.xml +++ b/man/shadow.5.xml @@ -1,6 +1,6 @@ - + shadow 5 diff --git a/man/su.1.xml b/man/su.1.xml index 021371ec..fc0d21b5 100644 --- a/man/su.1.xml +++ b/man/su.1.xml @@ -1,6 +1,6 @@ - + su 1 diff --git a/man/suauth.5.xml b/man/suauth.5.xml index 9a160618..df27383d 100644 --- a/man/suauth.5.xml +++ b/man/suauth.5.xml @@ -1,6 +1,6 @@ - + suauth 5 diff --git a/man/sulogin.8.xml b/man/sulogin.8.xml index 8cf0704b..51d644f4 100644 --- a/man/sulogin.8.xml +++ b/man/sulogin.8.xml @@ -1,6 +1,6 @@ - + sulogin 8 diff --git a/man/useradd.8.xml b/man/useradd.8.xml index 8f9dceb8..d66e5824 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -1,6 +1,6 @@ - + useradd 8 diff --git a/man/userdel.8.xml b/man/userdel.8.xml index 908d40aa..b7f8afc3 100644 --- a/man/userdel.8.xml +++ b/man/userdel.8.xml @@ -1,6 +1,6 @@ - + userdel 8 diff --git a/man/usermod.8.xml b/man/usermod.8.xml index b170ea12..3d6cc6a3 100644 --- a/man/usermod.8.xml +++ b/man/usermod.8.xml @@ -1,6 +1,6 @@ - + usermod 8 diff --git a/man/vipw.8.xml b/man/vipw.8.xml index 996ea12a..45ddb5e0 100644 --- a/man/vipw.8.xml +++ b/man/vipw.8.xml @@ -1,6 +1,6 @@ - + vipw 8 diff --git a/man/zh_CN/chfn.1 b/man/zh_CN/chfn.1 index d815dfda..90862a6a 100644 --- a/man/zh_CN/chfn.1 +++ b/man/zh_CN/chfn.1 @@ -1,4 +1,4 @@ -.\" $Id: chfn.1,v 1.4 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" (c) 1994 by salvatore valente .\" .\" this program is free software. you can redistribute it and diff --git a/man/zh_CN/chpasswd.8 b/man/zh_CN/chpasswd.8 index 02133b3d..f60fd6b1 100644 --- a/man/zh_CN/chpasswd.8 +++ b/man/zh_CN/chpasswd.8 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: chpasswd.8,v 1.4 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" .TH CHPASSWD 8 .SH NAME 名字 diff --git a/man/zh_CN/chsh.1 b/man/zh_CN/chsh.1 index 9601e38f..0b153dcf 100644 --- a/man/zh_CN/chsh.1 +++ b/man/zh_CN/chsh.1 @@ -1,4 +1,4 @@ -.\" $Id: chsh.1,v 1.4 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" (c) 1994 by salvatore valente .\" .\" this program is free software. you can redistribute it and diff --git a/man/zh_CN/groupadd.8 b/man/zh_CN/groupadd.8 index a75855bb..ee622d14 100644 --- a/man/zh_CN/groupadd.8 +++ b/man/zh_CN/groupadd.8 @@ -1,4 +1,4 @@ -.\" $Id: groupadd.8,v 1.7 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/zh_CN/groupdel.8 b/man/zh_CN/groupdel.8 index ceb6a979..aecab819 100644 --- a/man/zh_CN/groupdel.8 +++ b/man/zh_CN/groupdel.8 @@ -1,4 +1,4 @@ -.\" $Id: groupdel.8,v 1.4 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 \- 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/zh_CN/groupmod.8 b/man/zh_CN/groupmod.8 index 8e9343d9..ca47e499 100644 --- a/man/zh_CN/groupmod.8 +++ b/man/zh_CN/groupmod.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: groupmod.8,v 1.7 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" .TH GROUPMOD 8 .SH 名称 diff --git a/man/zh_CN/useradd.8 b/man/zh_CN/useradd.8 index a00b1e83..ed68fea4 100644 --- a/man/zh_CN/useradd.8 +++ b/man/zh_CN/useradd.8 @@ -1,4 +1,4 @@ -.\" $Id: useradd.8,v 1.7 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: useradd.8,v 1.7 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" .TH USERADD 8 .SH 名 称 diff --git a/man/zh_CN/userdel.8 b/man/zh_CN/userdel.8 index 7fd23b13..b0f8faeb 100644 --- a/man/zh_CN/userdel.8 +++ b/man/zh_CN/userdel.8 @@ -1,4 +1,4 @@ -.\" $Id: userdel.8,v 1.4 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/zh_CN/usermod.8 b/man/zh_CN/usermod.8 index d5d5ce9b..87456c5c 100644 --- a/man/zh_CN/usermod.8 +++ b/man/zh_CN/usermod.8 @@ -1,4 +1,4 @@ -.\" $Id: usermod.8,v 1.7 2005/12/01 20:38:28 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 \- 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/zh_TW/chfn.1 b/man/zh_TW/chfn.1 index eeb9322a..b84668f9 100644 --- a/man/zh_TW/chfn.1 +++ b/man/zh_TW/chfn.1 @@ -1,4 +1,4 @@ -.\" $Id: chfn.1,v 1.4 2005/12/01 20:38:29 kloczek Exp $ +.\" $Id$ .\" (c) 1994 by salvatore valente .\" .\" this program is free software. you can redistribute it and diff --git a/man/zh_TW/chsh.1 b/man/zh_TW/chsh.1 index a97d062e..2a934c00 100644 --- a/man/zh_TW/chsh.1 +++ b/man/zh_TW/chsh.1 @@ -1,4 +1,4 @@ -.\" $Id: chsh.1,v 1.4 2005/12/01 20:38:29 kloczek Exp $ +.\" $Id$ .\" (c) 1994 by salvatore valente .\" .\" this program is free software. you can redistribute it and diff --git a/man/zh_TW/groupadd.8 b/man/zh_TW/groupadd.8 index 47421462..b88cb0a8 100644 --- a/man/zh_TW/groupadd.8 +++ b/man/zh_TW/groupadd.8 @@ -1,4 +1,4 @@ -.\" $Id: groupadd.8,v 1.8 2005/12/01 20:38:29 kloczek Exp $ +.\" $Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/zh_TW/groupdel.8 b/man/zh_TW/groupdel.8 index 474c6f03..ad79a2d8 100644 --- a/man/zh_TW/groupdel.8 +++ b/man/zh_TW/groupdel.8 @@ -1,4 +1,4 @@ -.\" $Id: groupdel.8,v 1.4 2005/12/01 20:38:29 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 - 1993, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/zh_TW/groupmod.8 b/man/zh_TW/groupmod.8 index cc47c55c..2c1dae7c 100644 --- a/man/zh_TW/groupmod.8 +++ b/man/zh_TW/groupmod.8 @@ -1,4 +1,4 @@ -.\" $Id: groupmod.8,v 1.7 2005/12/01 20:38:29 kloczek Exp $ +.\" $Id$ .\" Copyright 1991, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/zh_TW/useradd.8 b/man/zh_TW/useradd.8 index 54a7b665..a0bfd0b4 100644 --- a/man/zh_TW/useradd.8 +++ b/man/zh_TW/useradd.8 @@ -1,4 +1,4 @@ -.\" $Id: useradd.8,v 1.7 2005/12/01 20:38:29 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 \- 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/zh_TW/userdel.8 b/man/zh_TW/userdel.8 index ce5c313e..1a255d55 100644 --- a/man/zh_TW/userdel.8 +++ b/man/zh_TW/userdel.8 @@ -1,4 +1,4 @@ -.\" $Id: userdel.8,v 1.4 2005/12/01 20:38:29 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 \- 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/man/zh_TW/usermod.8 b/man/zh_TW/usermod.8 index 12664df5..1c527859 100644 --- a/man/zh_TW/usermod.8 +++ b/man/zh_TW/usermod.8 @@ -1,4 +1,4 @@ -.\" $Id: usermod.8,v 1.7 2005/12/01 20:38:29 kloczek Exp $ +.\" $Id$ .\" Copyright 1991 \- 1994, Julianne Frances Haugh .\" All rights reserved. .\" diff --git a/shadow.spec.in b/shadow.spec.in index 9782c64e..4b2384fb 100644 --- a/shadow.spec.in +++ b/shadow.spec.in @@ -1,5 +1,5 @@ # shadow-utils.spec generated automatically from shadow-utils.spec.in -# $Id: shadow.spec.in,v 1.1 2002/02/17 20:58:34 kloczek Exp $ +# $Id$ Summary: Shadow password file utilities for Linux Name: shadow-utils diff --git a/src/chage.c b/src/chage.c index 70024261..57a40b20 100644 --- a/src/chage.c +++ b/src/chage.c @@ -29,7 +29,7 @@ #include -#ident "$Id: chage.c,v 1.73 2006/07/11 13:15:41 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/chfn.c b/src/chfn.c index e11ef566..88459c7e 100644 --- a/src/chfn.c +++ b/src/chfn.c @@ -29,7 +29,7 @@ #include -#ident "$Id: chfn.c,v 1.41 2006/05/07 17:44:39 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/chgpasswd.c b/src/chgpasswd.c index a3326bf9..1318badc 100644 --- a/src/chgpasswd.c +++ b/src/chgpasswd.c @@ -29,7 +29,7 @@ #include -#ident "$Id: chgpasswd.c,v 1.5 2006/06/20 20:00:04 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/chpasswd.c b/src/chpasswd.c index 2836ef73..d1889e1f 100644 --- a/src/chpasswd.c +++ b/src/chpasswd.c @@ -29,7 +29,7 @@ #include -#ident "$Id: chpasswd.c,v 1.37 2006/06/24 10:18:55 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/chsh.c b/src/chsh.c index e5de1e4c..4019f0a5 100644 --- a/src/chsh.c +++ b/src/chsh.c @@ -29,7 +29,7 @@ #include -#ident "$Id: chsh.c,v 1.42 2006/07/13 21:26:35 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/expiry.c b/src/expiry.c index d3d78cbf..b53cfe08 100644 --- a/src/expiry.c +++ b/src/expiry.c @@ -29,7 +29,7 @@ #include -#ident "$Id: expiry.c,v 1.19 2006/02/08 10:53:16 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/faillog.c b/src/faillog.c index 27943994..b64ef385 100644 --- a/src/faillog.c +++ b/src/faillog.c @@ -29,7 +29,7 @@ #include -#ident "$Id: faillog.c,v 1.28 2006/06/25 13:08:25 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/gpasswd.c b/src/gpasswd.c index 0c4be305..f370c244 100644 --- a/src/gpasswd.c +++ b/src/gpasswd.c @@ -29,7 +29,7 @@ #include -#ident "$Id: gpasswd.c,v 1.36 2006/02/08 10:58:46 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/groupadd.c b/src/groupadd.c index 9ba6586e..9e8cffcc 100644 --- a/src/groupadd.c +++ b/src/groupadd.c @@ -29,7 +29,7 @@ #include -#ident "$Id: groupadd.c,v 1.56 2006/08/15 17:25:58 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/groupdel.c b/src/groupdel.c index de39fab1..25e641f0 100644 --- a/src/groupdel.c +++ b/src/groupdel.c @@ -29,7 +29,7 @@ #include -#ident "$Id: groupdel.c,v 1.32 2006/08/15 17:25:58 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/groupmod.c b/src/groupmod.c index ea4360a4..78c9f7ef 100644 --- a/src/groupmod.c +++ b/src/groupmod.c @@ -29,7 +29,7 @@ #include -#ident "$Id: groupmod.c,v 1.42 2006/08/15 17:25:58 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/groups.c b/src/groups.c index 6e92876d..14c0a7d7 100644 --- a/src/groups.c +++ b/src/groups.c @@ -29,7 +29,7 @@ #include -#ident "$Id: groups.c,v 1.15 2006/02/07 22:41:56 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/grpck.c b/src/grpck.c index a5aab424..0dc2adec 100644 --- a/src/grpck.c +++ b/src/grpck.c @@ -29,7 +29,7 @@ #include -#ident "$Id: grpck.c,v 1.32 2006/05/07 17:44:39 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/grpconv.c b/src/grpconv.c index c70aa3cd..ecbe70a1 100644 --- a/src/grpconv.c +++ b/src/grpconv.c @@ -9,7 +9,7 @@ */ #include -#ident "$Id: grpconv.c,v 1.20 2006/01/18 19:55:15 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/grpunconv.c b/src/grpunconv.c index 0242daa8..fd95b743 100644 --- a/src/grpunconv.c +++ b/src/grpunconv.c @@ -10,7 +10,7 @@ #include -#ident "$Id: grpunconv.c,v 1.18 2006/01/18 19:55:15 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/id.c b/src/id.c index 31d76e27..a2f06ab5 100644 --- a/src/id.c +++ b/src/id.c @@ -37,7 +37,7 @@ #include -#ident "$Id: id.c,v 1.19 2006/02/07 22:55:41 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/lastlog.c b/src/lastlog.c index 8b07e247..d3dbc88c 100644 --- a/src/lastlog.c +++ b/src/lastlog.c @@ -29,7 +29,7 @@ #include -#ident "$Id: lastlog.c,v 1.26 2006/06/20 20:00:04 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/login.c b/src/login.c index a2c2e77c..75610d70 100644 --- a/src/login.c +++ b/src/login.c @@ -29,7 +29,7 @@ #include -#ident "$Id: login.c,v 1.86 2006/07/10 04:11:32 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/login_nopam.c b/src/login_nopam.c index 0d977953..16319545 100644 --- a/src/login_nopam.c +++ b/src/login_nopam.c @@ -22,7 +22,7 @@ #endif #ifndef USE_PAM -#ident "$Id: login_nopam.c,v 1.8 2005/09/07 15:00:45 kloczek Exp $" +#ident "$Id$" #include "prototypes.h" /* diff --git a/src/logoutd.c b/src/logoutd.c index 428dadfe..79213bd2 100644 --- a/src/logoutd.c +++ b/src/logoutd.c @@ -29,7 +29,7 @@ #include -#ident "$Id: logoutd.c,v 1.31 2006/07/10 04:11:32 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/newgrp.c b/src/newgrp.c index 5632bd02..38115731 100644 --- a/src/newgrp.c +++ b/src/newgrp.c @@ -29,7 +29,7 @@ #include -#ident "$Id: newgrp.c,v 1.44 2006/01/18 19:55:15 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/newusers.c b/src/newusers.c index d6ee4771..6e9a6942 100644 --- a/src/newusers.c +++ b/src/newusers.c @@ -35,7 +35,7 @@ #include -#ident "$Id: newusers.c,v 1.33 2006/03/07 15:47:32 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/nologin.c b/src/nologin.c index fe25a0c1..85d54631 100644 --- a/src/nologin.c +++ b/src/nologin.c @@ -23,7 +23,7 @@ #include -#ident "$Id: nologin.c,v 1.1 2005/11/25 03:27:06 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/passwd.c b/src/passwd.c index c1ea9512..d3de75e4 100644 --- a/src/passwd.c +++ b/src/passwd.c @@ -29,7 +29,7 @@ #include -#ident "$Id: passwd.c,v 1.61 2006/07/28 17:40:15 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/pwck.c b/src/pwck.c index b16b549a..b70993cc 100644 --- a/src/pwck.c +++ b/src/pwck.c @@ -29,7 +29,7 @@ #include -#ident "$Id: pwck.c,v 1.35 2006/05/07 17:44:39 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/pwconv.c b/src/pwconv.c index f00045a0..d31af6f3 100644 --- a/src/pwconv.c +++ b/src/pwconv.c @@ -28,7 +28,7 @@ #include -#ident "$Id: pwconv.c,v 1.22 2006/01/18 19:55:15 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/pwunconv.c b/src/pwunconv.c index e4f1f8a2..6c369fb0 100644 --- a/src/pwunconv.c +++ b/src/pwunconv.c @@ -29,7 +29,7 @@ #include -#ident "$Id: pwunconv.c,v 1.21 2005/09/07 15:00:45 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/su.c b/src/su.c index 72bfdf6d..a48e5296 100644 --- a/src/su.c +++ b/src/su.c @@ -47,7 +47,7 @@ #include -#ident "$Id: su.c,v 1.74 2006/08/01 10:30:02 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/sulogin.c b/src/sulogin.c index f1bead02..692606f3 100644 --- a/src/sulogin.c +++ b/src/sulogin.c @@ -29,7 +29,7 @@ #include -#ident "$Id: sulogin.c,v 1.26 2006/05/12 22:32:14 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/useradd.c b/src/useradd.c index eebe8e3d..5bcff329 100644 --- a/src/useradd.c +++ b/src/useradd.c @@ -29,7 +29,7 @@ #include -#ident "$Id: useradd.c,v 1.103 2006/11/04 00:55:00 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/userdel.c b/src/userdel.c index fe720be9..5568df78 100644 --- a/src/userdel.c +++ b/src/userdel.c @@ -29,7 +29,7 @@ #include -#ident "$Id: userdel.c,v 1.67 2006/08/15 17:25:58 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/usermod.c b/src/usermod.c index e905b8cd..13759e8d 100644 --- a/src/usermod.c +++ b/src/usermod.c @@ -29,7 +29,7 @@ #include -#ident "$Id: usermod.c,v 1.74 2007/01/16 12:51:50 kloczek Exp $" +#ident "$Id$" #include #include diff --git a/src/vipw.c b/src/vipw.c index 27fd6609..a7627fc6 100644 --- a/src/vipw.c +++ b/src/vipw.c @@ -22,7 +22,7 @@ #include -#ident "$Id: vipw.c,v 1.22 2006/06/20 20:00:04 kloczek Exp $" +#ident "$Id$" #include #include