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

This commit is contained in:
nekral-guest 2007-10-07 11:46:43 +00:00
parent b48129fcbb
commit 1de90a599c
100 changed files with 830 additions and 738 deletions

View File

@ -1,5 +1,29 @@
2005-07-20 Tomasz K³oczko <kloczek@pld.org.pl>
* po/ru.po, po/sk.po, po/sq.po, po/sv.po, po/tl.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, NEWS, configure.in, po/bs.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/he.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/nb.po, po/nl.po, po/nn.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po:
4.0.11.1 will be released tmorrow (21-07-2005).
* configure.in, NEWS:
fixed configure.in: now is possible build shadow with enabled/disabled shadow group
support (thanks for report symptoms of the bug to Greg Schafer <gschafer@zip.com.au>).
* po/sv.po, NEWS: update finished (by Per Olofsson <pelle@dsv.su.se>)
* po/sv.po: partialy updated (by Per Olofsson <pelle@dsv.su.se>).
2005-07-19 Tomasz K³oczko <kloczek@pld.org.pl>
* NEWS, configure.in: start work on 4.0.12.
2005-07-18 Tomasz K³oczko <kloczek@pld.org.pl>
* libmisc/sub.c:
fixed compilation warning about incompatible implicit declaration of built-in
function ‘printf’: added "#include <stdio.h>".
* src/groupadd.c:
move #ifdef USE_PAM .. #endif #includes outside #ifdef SHADOWGRP .. #endif.
* libmisc/pwdcheck.c:
added missing "#include <stdio.h>" (fix compilation with PAM disabled).

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

9
NEWS
View File

@ -1,4 +1,11 @@
$Id: NEWS,v 1.211 2005/07/18 09:53:57 kloczek Exp $
$Id: NEWS,v 1.215 2005/07/20 20:27:21 kloczek Exp $
shadow-4.0.11 -> shadow-4.0.11.1 21-07-2005
*** general:
- fixed configure.in: now is possible build shadow with enabled/disabled shadow group
support (thanks for report sympotoms of the bug to Greg Schafer <gschafer@zip.com.au>),
- updated translations: sv.
shadow-4.0.10 -> shadow-4.0.11 18-07-2005

4
aclocal.m4 vendored
View File

@ -1,4 +1,4 @@
# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
@ -8239,7 +8239,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.9.5])])
[AM_AUTOMAKE_VERSION([1.9.6])])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-

526
config.guess vendored

File diff suppressed because it is too large Load Diff

59
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
timestamp='2005-02-10'
timestamp='2005-07-08'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -21,14 +21,15 @@ timestamp='2005-02-10'
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
# Please send patches to <config-patches@gnu.org>. Submit a context
# diff and a properly formatted ChangeLog entry.
#
@ -83,11 +84,11 @@ Try \`$me --help' for more information."
while test $# -gt 0 ; do
case $1 in
--time-stamp | --time* | -t )
echo "$timestamp" ; exit 0 ;;
echo "$timestamp" ; exit ;;
--version | -v )
echo "$version" ; exit 0 ;;
echo "$version" ; exit ;;
--help | --h* | -h )
echo "$usage"; exit 0 ;;
echo "$usage"; exit ;;
-- ) # Stop option processing
shift; break ;;
- ) # Use stdin as input.
@ -99,7 +100,7 @@ while test $# -gt 0 ; do
*local*)
# First pass through any local machine types.
echo $1
exit 0;;
exit ;;
* )
break ;;
@ -231,6 +232,7 @@ case $basic_machine in
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
| am33_2.0 \
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
| bfin \
| c4x | clipper \
| d10v | d30v | dlx | dsp16xx \
| fr30 | frv \
@ -246,6 +248,7 @@ case $basic_machine in
| mips64vr4100 | mips64vr4100el \
| mips64vr4300 | mips64vr4300el \
| mips64vr5000 | mips64vr5000el \
| mips64vr5900 | mips64vr5900el \
| mipsisa32 | mipsisa32el \
| mipsisa32r2 | mipsisa32r2el \
| mipsisa64 | mipsisa64el \
@ -254,15 +257,17 @@ case $basic_machine in
| mipsisa64sr71k | mipsisa64sr71kel \
| mipstx39 | mipstx39el \
| mn10200 | mn10300 \
| ms1 \
| msp430 \
| ns16k | ns32k \
| openrisc | or32 \
| or32 \
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
| sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
| sparcv8 | sparcv9 | sparcv9b \
| strongarm \
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
@ -271,6 +276,9 @@ case $basic_machine in
| z8k)
basic_machine=$basic_machine-unknown
;;
m32c)
basic_machine=$basic_machine-unknown
;;
m6811 | m68hc11 | m6812 | m68hc12)
# Motorola 68HC11/12.
basic_machine=$basic_machine-unknown
@ -298,7 +306,7 @@ case $basic_machine in
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
| avr-* \
| bs2000-* \
| bfin-* | bs2000-* \
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
| clipper-* | craynv-* | cydra-* \
| d10v-* | d30v-* | dlx-* \
@ -319,6 +327,7 @@ case $basic_machine in
| mips64vr4100-* | mips64vr4100el-* \
| mips64vr4300-* | mips64vr4300el-* \
| mips64vr5000-* | mips64vr5000el-* \
| mips64vr5900-* | mips64vr5900el-* \
| mipsisa32-* | mipsisa32el-* \
| mipsisa32r2-* | mipsisa32r2el-* \
| mipsisa64-* | mipsisa64el-* \
@ -327,6 +336,7 @@ case $basic_machine in
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
| mipstx39-* | mipstx39el-* \
| mmix-* \
| ms1-* \
| msp430-* \
| none-* | np1-* | ns16k-* | ns32k-* \
| orion-* \
@ -334,9 +344,10 @@ case $basic_machine in
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
| pyramid-* \
| romp-* | rs6000-* \
| sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
| sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
| sparclite-* \
| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
| tahoe-* | thumb-* \
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
@ -348,6 +359,8 @@ case $basic_machine in
| ymp-* \
| z8k-*)
;;
m32c-*)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
386bsd)
@ -758,9 +771,8 @@ case $basic_machine in
basic_machine=hppa1.1-oki
os=-proelf
;;
or32 | or32-*)
openrisc | openrisc-*)
basic_machine=or32-unknown
os=-coff
;;
os400)
basic_machine=powerpc-ibm
@ -1086,12 +1098,9 @@ case $basic_machine in
we32k)
basic_machine=we32k-att
;;
sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
basic_machine=sh-unknown
;;
sh64)
basic_machine=sh64-unknown
;;
sparc | sparcv8 | sparcv9 | sparcv9b)
basic_machine=sparc-sun
;;
@ -1178,7 +1187,8 @@ case $os in
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
| -skyos* | -haiku*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)
@ -1196,7 +1206,7 @@ case $os in
os=`echo $os | sed -e 's|nto|nto-qnx|'`
;;
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
| -windows* | -osx | -abug | -netware* | -os9* | -beos* \
| -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
| -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
;;
-mac*)
@ -1385,6 +1395,9 @@ case $basic_machine in
*-be)
os=-beos
;;
*-haiku)
os=-haiku
;;
*-ibm)
os=-aix
;;
@ -1556,7 +1569,7 @@ case $basic_machine in
esac
echo $basic_machine$os
exit 0
exit
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)

13
configure vendored
View File

@ -1034,7 +1034,7 @@ Optional Features:
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--disable-largefile omit support for large files
--enable-shadowgrp enable shadow group support default=yes
--enable-shadowgrp enable shadow group support default=yes
--disable-nls do not use Native Language Support
--disable-rpath do not hardcode runtime library paths
@ -1815,7 +1815,7 @@ fi
# Define the identity of the package.
PACKAGE=shadow
VERSION=4.0.11
VERSION=4.0.11.1
cat >>confdefs.h <<_ACEOF
@ -23195,6 +23195,15 @@ _ACEOF
# Check whether --enable-shadowgrp or --disable-shadowgrp was given.
if test "${enable_shadowgrp+set}" = set; then
enableval="$enable_shadowgrp"
case "${enableval}" in
yes) enable_shadowgrp="yes" ;;
no) enable_shadowgrp="no" ;;
*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-shadowgrp" >&5
echo "$as_me: error: bad value ${enableval} for --enable-shadowgrp" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
else
enable_shadowgrp="no"
fi;

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT
AM_INIT_AUTOMAKE(shadow, 4.0.11)
AM_INIT_AUTOMAKE(shadow, 4.0.11.1)
AC_CONFIG_HEADERS([config.h])
dnl Some hacks...
@ -201,7 +201,15 @@ dnl be interrupted with Ctrl-C (unlike Linux libc).
AC_DEFINE(getpass, libshadow_getpass,
[Define to libshadow_getpass to use our own version of getpass().])
AC_ARG_ENABLE(shadowgrp, [ --enable-shadowgrp enable shadow group support [default=yes]])
AC_ARG_ENABLE(shadowgrp,
[ --enable-shadowgrp enable shadow group support [default=yes]],
[case "${enableval}" in
yes) enable_shadowgrp="yes" ;;
no) enable_shadowgrp="no" ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-shadowgrp) ;;
esac],
[enable_shadowgrp="no"]
)
AC_ARG_WITH(libcrack, [ --with-libcrack try to use libcrack (default if found)])
AC_ARG_WITH(libpam, [ --with-libpam use libpam for PAM support])

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,7 +1,7 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2005-02-09.22
scriptversion=2005-07-09.11
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
@ -17,8 +17,8 @@ scriptversion=2005-02-09.22
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@ -467,7 +467,8 @@ cpp)
done
"$@" -E |
sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
-e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
sed '$ s: \\$::' > "$tmpdepfile"
rm -f "$depfile"
echo "$object : \\" > "$depfile"

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2005-02-02.21
scriptversion=2005-05-14.22
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@ -14,8 +14,6 @@
@SET_MAKE@
SOURCES = $(libshadow_la_SOURCES)
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@ -14,8 +14,6 @@
@SET_MAKE@
SOURCES = $(libmisc_a_SOURCES)
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@ -1,7 +1,7 @@
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
scriptversion=2005-02-08.22
scriptversion=2005-06-08.21
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
# Free Software Foundation, Inc.
@ -19,8 +19,8 @@ scriptversion=2005-02-08.22
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@ -297,6 +297,9 @@ WARNING: \`$1' is $msg. You should only need it if
# ... or it is derived from the source name (dir/f.texi becomes f.info)
test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
fi
# If the file does not exist, the user really needs makeinfo;
# let's fail without touching anything.
test -f $file || exit 1
touch $file
;;

View File

@ -1,7 +1,7 @@
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
scriptversion=2005-02-02.21
scriptversion=2005-06-29.22
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
@ -12,7 +12,7 @@ scriptversion=2005-02-02.21
# <automake-patches@gnu.org>.
errstatus=0
dirmode=""
dirmode=
usage="\
Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
@ -103,13 +103,21 @@ esac
for file
do
set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
case $file in
/*) pathcomp=/ ;;
*) pathcomp= ;;
esac
oIFS=$IFS
IFS=/
set fnord $file
shift
IFS=$oIFS
pathcomp=
for d
do
pathcomp="$pathcomp$d"
test "x$d" = x && continue
pathcomp=$pathcomp$d
case $pathcomp in
-*) pathcomp=./$pathcomp ;;
esac
@ -124,7 +132,7 @@ do
else
if test ! -z "$dirmode"; then
echo "chmod $dirmode $pathcomp"
lasterr=""
lasterr=
chmod "$dirmode" "$pathcomp" || lasterr=$?
if test ! -z "$lasterr"; then
@ -134,7 +142,7 @@ do
fi
fi
pathcomp="$pathcomp/"
pathcomp=$pathcomp/
done
done

View File

@ -1,5 +0,0 @@
2005-05-04 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.in.in: Upgrade to gettext-0.14.3.
* Rules-quot: Upgrade to gettext-0.14.3.

BIN
po/bs.gmo

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-05-09 12:03+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"

BIN
po/ca.gmo

Binary file not shown.

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-06-21 01:22+0300\n"
"Last-Translator: Guillem Jover <guillem@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"

BIN
po/cs.gmo

Binary file not shown.

View File

@ -4,9 +4,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.11\n"
"Project-Id-Version: shadow 4.0.11.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-07-16 10:43+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"

BIN
po/da.gmo

Binary file not shown.

View File

@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.11\n"
"Project-Id-Version: shadow 4.0.11.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-07-11 21:49+0200\n"
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"

BIN
po/de.gmo

Binary file not shown.

View File

@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.11\n"
"Project-Id-Version: shadow 4.0.11.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2002-03-11 12:02-0100\n"
"Last-Translator: Frank Schmid <frank@cs-schmid.de>\n"
"Language-Team: Frank Schmid <frank@cs-schmid.de>\n"

BIN
po/el.gmo

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Shadow 980726\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 1998-12-28 20:35:31+0100\n"
"Last-Translator: Nikos Mavroyanopoulos <nmav@i-net.paiko.gr>\n"
"Language-Team: Hellenic <el@li.org>\n"

BIN
po/es.gmo

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-07-11 17:00+0200\n"
"Last-Translator: Rubén Porras Campo <nahoo@inicia.es>\n"
"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"

BIN
po/eu.gmo

Binary file not shown.

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-04-19 21:28+0200\n"
"Last-Translator: Iaki Larraaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: <itzulpena@euskalgnu.org>\n"

BIN
po/fi.gmo

Binary file not shown.

View File

@ -4,9 +4,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.11\n"
"Project-Id-Version: shadow 4.0.11.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-07-12 11:20+0300\n"
"Last-Translator: Tommi Vainikainen <thv+debian@iki.fi>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"

BIN
po/fr.gmo

Binary file not shown.

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-04-20 22:39+0200\n"
"Last-Translator: Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"

BIN
po/he.gmo

Binary file not shown.

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-07-21 23:59+0300\n"
"Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
"Language-Team: Hebrew <en@li.org>\n"

BIN
po/id.gmo

Binary file not shown.

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-04-09 00:12+0700\n"
"Last-Translator: Parlin Imanuel Toh <parlin@ui.edu>\n"
"Language-Team: Debian Indonesia <debid@yahoogroups.com>\n"

BIN
po/it.gmo

Binary file not shown.

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-04-17 21:57+0200\n"
"Last-Translator: Danilo Piazzalunga <danilopiazza@libero.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"

BIN
po/ja.gmo

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 1990827\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2000-06-18 120:22+0900\n"
"Last-Translator: Yasuyuki Furukawa <furukawa@vinelinux.org>\n"
"Language-Team: Japanese\n"

BIN
po/ko.gmo

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-04-19 16:02+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <ko@li.org>\n"

BIN
po/nb.gmo

Binary file not shown.

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-06-03 21:42+0200\n"
"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"

BIN
po/nl.gmo

Binary file not shown.

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-04-24 15:38+0100\n"
"Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"

BIN
po/nn.gmo

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-06-03 21:41+0200\n"
"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"

BIN
po/pl.gmo

Binary file not shown.

View File

@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: shadow-4.0.11\n"
"Project-Id-Version: shadow-4.0.11.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-02-29 00:27+01:00\n"
"Last-Translator: Tomasz Kłoczko <kloczek@pld.org.pl>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"

BIN
po/pt.gmo

Binary file not shown.

View File

@ -6,9 +6,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.11\n"
"Project-Id-Version: shadow 4.0.11.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-07-12 19:45+0000\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-06-12 17:16-0300\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"

BIN
po/ro.gmo

Binary file not shown.

View File

@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.11\n"
"Project-Id-Version: shadow 4.0.11.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-07-11 17:35+0300\n"
"Last-Translator: Sorin Batariuc <sorin@bonbon.net>\n"
"Language-Team: Romanian <debian-l10-romanian@lists.debian.org>\n"

BIN
po/ru.gmo

Binary file not shown.

View File

@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.11\n"
"Project-Id-Version: shadow 4.0.11.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-07-13 20:38+0400\n"
"Last-Translator: Yuri Kozlov <yuray@id.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

BIN
po/sk.gmo

Binary file not shown.

View File

@ -2,9 +2,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.11\n"
"Project-Id-Version: shadow 4.0.11.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-07-17 16:34+0200\n"
"Last-Translator: Peter Mann <Peter.Mann@tuke.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"

BIN
po/sq.gmo

Binary file not shown.

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-11-20 03:28+0100\n"
"Last-Translator: Elian Myftiu <pinguini AT fastwebnet DOT it>\n"
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"

BIN
po/sv.gmo

Binary file not shown.

740
po/sv.po

File diff suppressed because it is too large Load Diff

BIN
po/tl.gmo

Binary file not shown.

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-01-26 22:00+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"

BIN
po/tr.gmo

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-06-13 10:27+0300\n"
"Last-Translator: Mehmet Türker <mturker@innova.com.tr>\n"
"Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n"

BIN
po/uk.gmo

Binary file not shown.

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow-4.0.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-04-19 23:22+0300\n"
"Last-Translator: Roman Festchook <linux@polesye.net>\n"
"Language-Team: <linux@polesye.net>\n"

BIN
po/vi.gmo

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-05-10 22:33+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2004-05-14 10:26+1200\n"
"Last-Translator: Carlos Z.F. Liu <carlos_liu@yahoo.com>\n"
"Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"

Binary file not shown.

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shadow 4.0.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-18 16:02+0200\n"
"POT-Creation-Date: 2005-07-21 13:09+0200\n"
"PO-Revision-Date: 2005-06-02 22:20+0800\n"
"Last-Translator: Asho Yeh <asho@debian.org.tw>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@ -14,8 +14,6 @@
@SET_MAKE@
SOURCES = chage.c chfn.c chpasswd.c $(chsh_SOURCES) expiry.c faillog.c gpasswd.c groupadd.c groupdel.c groupmod.c groups.c grpck.c grpconv.c grpunconv.c id.c lastlog.c $(login_SOURCES) logoutd.c newgrp.c newusers.c passwd.c pwck.c pwconv.c pwunconv.c $(su_SOURCES) sulogin.c useradd.c userdel.c usermod.c vipw.c
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@