[svn-upgrade] Integrating new upstream version, shadow (4.0.11.1)
This commit is contained in:
parent
b48129fcbb
commit
1de90a599c
24
ChangeLog
24
ChangeLog
@ -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>
|
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:
|
* libmisc/pwdcheck.c:
|
||||||
added missing "#include <stdio.h>" (fix compilation with PAM disabled).
|
added missing "#include <stdio.h>" (fix compilation with PAM disabled).
|
||||||
|
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
9
NEWS
9
NEWS
@ -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
|
shadow-4.0.10 -> shadow-4.0.11 18-07-2005
|
||||||
|
|
||||||
|
4
aclocal.m4
vendored
4
aclocal.m4
vendored
@ -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,
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||||
# 2005 Free Software Foundation, Inc.
|
# 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.
|
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
||||||
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
||||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||||
[AM_AUTOMAKE_VERSION([1.9.5])])
|
[AM_AUTOMAKE_VERSION([1.9.6])])
|
||||||
|
|
||||||
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
||||||
|
|
||||||
|
526
config.guess
vendored
526
config.guess
vendored
File diff suppressed because it is too large
Load Diff
59
config.sub
vendored
59
config.sub
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 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.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME 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
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330,
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
||||||
# Boston, MA 02111-1307, USA.
|
# 02110-1301, USA.
|
||||||
|
#
|
||||||
# As a special exception to the GNU General Public License, if you
|
# As a special exception to the GNU General Public License, if you
|
||||||
# distribute this file as part of a program that contains a
|
# distribute this file as part of a program that contains a
|
||||||
# configuration script generated by Autoconf, you may include it under
|
# configuration script generated by Autoconf, you may include it under
|
||||||
# the same distribution terms that you use for the rest of that program.
|
# the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
|
|
||||||
# Please send patches to <config-patches@gnu.org>. Submit a context
|
# Please send patches to <config-patches@gnu.org>. Submit a context
|
||||||
# diff and a properly formatted ChangeLog entry.
|
# diff and a properly formatted ChangeLog entry.
|
||||||
#
|
#
|
||||||
@ -83,11 +84,11 @@ Try \`$me --help' for more information."
|
|||||||
while test $# -gt 0 ; do
|
while test $# -gt 0 ; do
|
||||||
case $1 in
|
case $1 in
|
||||||
--time-stamp | --time* | -t )
|
--time-stamp | --time* | -t )
|
||||||
echo "$timestamp" ; exit 0 ;;
|
echo "$timestamp" ; exit ;;
|
||||||
--version | -v )
|
--version | -v )
|
||||||
echo "$version" ; exit 0 ;;
|
echo "$version" ; exit ;;
|
||||||
--help | --h* | -h )
|
--help | --h* | -h )
|
||||||
echo "$usage"; exit 0 ;;
|
echo "$usage"; exit ;;
|
||||||
-- ) # Stop option processing
|
-- ) # Stop option processing
|
||||||
shift; break ;;
|
shift; break ;;
|
||||||
- ) # Use stdin as input.
|
- ) # Use stdin as input.
|
||||||
@ -99,7 +100,7 @@ while test $# -gt 0 ; do
|
|||||||
*local*)
|
*local*)
|
||||||
# First pass through any local machine types.
|
# First pass through any local machine types.
|
||||||
echo $1
|
echo $1
|
||||||
exit 0;;
|
exit ;;
|
||||||
|
|
||||||
* )
|
* )
|
||||||
break ;;
|
break ;;
|
||||||
@ -231,6 +232,7 @@ case $basic_machine in
|
|||||||
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
|
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
|
||||||
| am33_2.0 \
|
| am33_2.0 \
|
||||||
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
|
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
|
||||||
|
| bfin \
|
||||||
| c4x | clipper \
|
| c4x | clipper \
|
||||||
| d10v | d30v | dlx | dsp16xx \
|
| d10v | d30v | dlx | dsp16xx \
|
||||||
| fr30 | frv \
|
| fr30 | frv \
|
||||||
@ -246,6 +248,7 @@ case $basic_machine in
|
|||||||
| mips64vr4100 | mips64vr4100el \
|
| mips64vr4100 | mips64vr4100el \
|
||||||
| mips64vr4300 | mips64vr4300el \
|
| mips64vr4300 | mips64vr4300el \
|
||||||
| mips64vr5000 | mips64vr5000el \
|
| mips64vr5000 | mips64vr5000el \
|
||||||
|
| mips64vr5900 | mips64vr5900el \
|
||||||
| mipsisa32 | mipsisa32el \
|
| mipsisa32 | mipsisa32el \
|
||||||
| mipsisa32r2 | mipsisa32r2el \
|
| mipsisa32r2 | mipsisa32r2el \
|
||||||
| mipsisa64 | mipsisa64el \
|
| mipsisa64 | mipsisa64el \
|
||||||
@ -254,15 +257,17 @@ case $basic_machine in
|
|||||||
| mipsisa64sr71k | mipsisa64sr71kel \
|
| mipsisa64sr71k | mipsisa64sr71kel \
|
||||||
| mipstx39 | mipstx39el \
|
| mipstx39 | mipstx39el \
|
||||||
| mn10200 | mn10300 \
|
| mn10200 | mn10300 \
|
||||||
|
| ms1 \
|
||||||
| msp430 \
|
| msp430 \
|
||||||
| ns16k | ns32k \
|
| ns16k | ns32k \
|
||||||
| openrisc | or32 \
|
| or32 \
|
||||||
| pdp10 | pdp11 | pj | pjl \
|
| pdp10 | pdp11 | pj | pjl \
|
||||||
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
|
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
|
||||||
| pyramid \
|
| 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 \
|
| sh64 | sh64le \
|
||||||
| sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
|
| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
|
||||||
|
| sparcv8 | sparcv9 | sparcv9b \
|
||||||
| strongarm \
|
| strongarm \
|
||||||
| tahoe | thumb | tic4x | tic80 | tron \
|
| tahoe | thumb | tic4x | tic80 | tron \
|
||||||
| v850 | v850e \
|
| v850 | v850e \
|
||||||
@ -271,6 +276,9 @@ case $basic_machine in
|
|||||||
| z8k)
|
| z8k)
|
||||||
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
||||||
;;
|
;;
|
||||||
|
m32c)
|
||||||
|
basic_machine=$basic_machine-unknown
|
||||||
|
;;
|
||||||
m6811 | m68hc11 | m6812 | m68hc12)
|
m6811 | m68hc11 | m6812 | m68hc12)
|
||||||
# Motorola 68HC11/12.
|
# Motorola 68HC11/12.
|
||||||
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
||||||
@ -298,7 +306,7 @@ case $basic_machine in
|
|||||||
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
|
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
|
||||||
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
|
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
|
||||||
| avr-* \
|
| avr-* \
|
||||||
| bs2000-* \
|
| bfin-* | bs2000-* \
|
||||||
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
|
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
|
||||||
| clipper-* | craynv-* | cydra-* \
|
| clipper-* | craynv-* | cydra-* \
|
||||||
| d10v-* | d30v-* | dlx-* \
|
| d10v-* | d30v-* | dlx-* \
|
||||||
@ -319,6 +327,7 @@ case $basic_machine in
|
|||||||
| mips64vr4100-* | mips64vr4100el-* \
|
| mips64vr4100-* | mips64vr4100el-* \
|
||||||
| mips64vr4300-* | mips64vr4300el-* \
|
| mips64vr4300-* | mips64vr4300el-* \
|
||||||
| mips64vr5000-* | mips64vr5000el-* \
|
| mips64vr5000-* | mips64vr5000el-* \
|
||||||
|
| mips64vr5900-* | mips64vr5900el-* \
|
||||||
| mipsisa32-* | mipsisa32el-* \
|
| mipsisa32-* | mipsisa32el-* \
|
||||||
| mipsisa32r2-* | mipsisa32r2el-* \
|
| mipsisa32r2-* | mipsisa32r2el-* \
|
||||||
| mipsisa64-* | mipsisa64el-* \
|
| mipsisa64-* | mipsisa64el-* \
|
||||||
@ -327,6 +336,7 @@ case $basic_machine in
|
|||||||
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
|
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
|
||||||
| mipstx39-* | mipstx39el-* \
|
| mipstx39-* | mipstx39el-* \
|
||||||
| mmix-* \
|
| mmix-* \
|
||||||
|
| ms1-* \
|
||||||
| msp430-* \
|
| msp430-* \
|
||||||
| none-* | np1-* | ns16k-* | ns32k-* \
|
| none-* | np1-* | ns16k-* | ns32k-* \
|
||||||
| orion-* \
|
| orion-* \
|
||||||
@ -334,9 +344,10 @@ case $basic_machine in
|
|||||||
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
|
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
|
||||||
| pyramid-* \
|
| pyramid-* \
|
||||||
| romp-* | rs6000-* \
|
| 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-* \
|
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
|
||||||
| sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
|
| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
|
||||||
|
| sparclite-* \
|
||||||
| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
|
| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
|
||||||
| tahoe-* | thumb-* \
|
| tahoe-* | thumb-* \
|
||||||
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
|
||||||
@ -348,6 +359,8 @@ case $basic_machine in
|
|||||||
| ymp-* \
|
| ymp-* \
|
||||||
| z8k-*)
|
| z8k-*)
|
||||||
;;
|
;;
|
||||||
|
m32c-*)
|
||||||
|
;;
|
||||||
# Recognize the various machine names and aliases which stand
|
# Recognize the various machine names and aliases which stand
|
||||||
# for a CPU type and a company and sometimes even an OS.
|
# for a CPU type and a company and sometimes even an OS.
|
||||||
386bsd)
|
386bsd)
|
||||||
@ -758,9 +771,8 @@ case $basic_machine in
|
|||||||
basic_machine=hppa1.1-oki
|
basic_machine=hppa1.1-oki
|
||||||
os=-proelf
|
os=-proelf
|
||||||
;;
|
;;
|
||||||
or32 | or32-*)
|
openrisc | openrisc-*)
|
||||||
basic_machine=or32-unknown
|
basic_machine=or32-unknown
|
||||||
os=-coff
|
|
||||||
;;
|
;;
|
||||||
os400)
|
os400)
|
||||||
basic_machine=powerpc-ibm
|
basic_machine=powerpc-ibm
|
||||||
@ -1086,12 +1098,9 @@ case $basic_machine in
|
|||||||
we32k)
|
we32k)
|
||||||
basic_machine=we32k-att
|
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
|
basic_machine=sh-unknown
|
||||||
;;
|
;;
|
||||||
sh64)
|
|
||||||
basic_machine=sh64-unknown
|
|
||||||
;;
|
|
||||||
sparc | sparcv8 | sparcv9 | sparcv9b)
|
sparc | sparcv8 | sparcv9 | sparcv9b)
|
||||||
basic_machine=sparc-sun
|
basic_machine=sparc-sun
|
||||||
;;
|
;;
|
||||||
@ -1178,7 +1187,8 @@ case $os in
|
|||||||
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
||||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
| -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.
|
# Remember, each alternative MUST END IN *, to match a version number.
|
||||||
;;
|
;;
|
||||||
-qnx*)
|
-qnx*)
|
||||||
@ -1196,7 +1206,7 @@ case $os in
|
|||||||
os=`echo $os | sed -e 's|nto|nto-qnx|'`
|
os=`echo $os | sed -e 's|nto|nto-qnx|'`
|
||||||
;;
|
;;
|
||||||
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
|
-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*)
|
| -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
|
||||||
;;
|
;;
|
||||||
-mac*)
|
-mac*)
|
||||||
@ -1385,6 +1395,9 @@ case $basic_machine in
|
|||||||
*-be)
|
*-be)
|
||||||
os=-beos
|
os=-beos
|
||||||
;;
|
;;
|
||||||
|
*-haiku)
|
||||||
|
os=-haiku
|
||||||
|
;;
|
||||||
*-ibm)
|
*-ibm)
|
||||||
os=-aix
|
os=-aix
|
||||||
;;
|
;;
|
||||||
@ -1556,7 +1569,7 @@ case $basic_machine in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
echo $basic_machine$os
|
echo $basic_machine$os
|
||||||
exit 0
|
exit
|
||||||
|
|
||||||
# Local variables:
|
# Local variables:
|
||||||
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
||||||
|
13
configure
vendored
13
configure
vendored
@ -1034,7 +1034,7 @@ Optional Features:
|
|||||||
optimize for fast installation [default=yes]
|
optimize for fast installation [default=yes]
|
||||||
--disable-libtool-lock avoid locking (might break parallel builds)
|
--disable-libtool-lock avoid locking (might break parallel builds)
|
||||||
--disable-largefile omit support for large files
|
--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-nls do not use Native Language Support
|
||||||
--disable-rpath do not hardcode runtime library paths
|
--disable-rpath do not hardcode runtime library paths
|
||||||
|
|
||||||
@ -1815,7 +1815,7 @@ fi
|
|||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=shadow
|
PACKAGE=shadow
|
||||||
VERSION=4.0.11
|
VERSION=4.0.11.1
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
@ -23195,6 +23195,15 @@ _ACEOF
|
|||||||
# Check whether --enable-shadowgrp or --disable-shadowgrp was given.
|
# Check whether --enable-shadowgrp or --disable-shadowgrp was given.
|
||||||
if test "${enable_shadowgrp+set}" = set; then
|
if test "${enable_shadowgrp+set}" = set; then
|
||||||
enableval="$enable_shadowgrp"
|
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;
|
fi;
|
||||||
|
|
||||||
|
12
configure.in
12
configure.in
@ -1,6 +1,6 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AM_INIT_AUTOMAKE(shadow, 4.0.11)
|
AM_INIT_AUTOMAKE(shadow, 4.0.11.1)
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
dnl Some hacks...
|
dnl Some hacks...
|
||||||
@ -201,7 +201,15 @@ dnl be interrupted with Ctrl-C (unlike Linux libc).
|
|||||||
AC_DEFINE(getpass, libshadow_getpass,
|
AC_DEFINE(getpass, libshadow_getpass,
|
||||||
[Define to libshadow_getpass to use our own version of 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(libcrack, [ --with-libcrack try to use libcrack (default if found)])
|
||||||
AC_ARG_WITH(libpam, [ --with-libpam use libpam for PAM support])
|
AC_ARG_WITH(libpam, [ --with-libpam use libpam for PAM support])
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
9
depcomp
9
depcomp
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# depcomp - compile a program generating dependencies as side-effects
|
# 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.
|
# 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
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
# 02111-1307, USA.
|
# 02110-1301, USA.
|
||||||
|
|
||||||
# As a special exception to the GNU General Public License, if you
|
# As a special exception to the GNU General Public License, if you
|
||||||
# distribute this file as part of a program that contains a
|
# distribute this file as part of a program that contains a
|
||||||
@ -467,7 +467,8 @@ cpp)
|
|||||||
done
|
done
|
||||||
|
|
||||||
"$@" -E |
|
"$@" -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"
|
sed '$ s: \\$::' > "$tmpdepfile"
|
||||||
rm -f "$depfile"
|
rm -f "$depfile"
|
||||||
echo "$object : \\" > "$depfile"
|
echo "$object : \\" > "$depfile"
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# install - install a program, script, or datafile
|
# 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
|
# This originates from X11R5 (mit/util/scripts/install.sh), which was
|
||||||
# later released in X11R6 (xc/config/util/install.sh) with the
|
# later released in X11R6 (xc/config/util/install.sh) with the
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
SOURCES = $(libshadow_la_SOURCES)
|
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
SOURCES = $(libmisc_a_SOURCES)
|
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
9
missing
9
missing
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Common stub for a few missing GNU programs while installing.
|
# 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
|
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
|
||||||
# Free Software Foundation, Inc.
|
# 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
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
# 02111-1307, USA.
|
# 02110-1301, USA.
|
||||||
|
|
||||||
# As a special exception to the GNU General Public License, if you
|
# As a special exception to the GNU General Public License, if you
|
||||||
# distribute this file as part of a program that contains a
|
# 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)
|
# ... or it is derived from the source name (dir/f.texi becomes f.info)
|
||||||
test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
||||||
fi
|
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
|
touch $file
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# mkinstalldirs --- make directory hierarchy
|
# mkinstalldirs --- make directory hierarchy
|
||||||
|
|
||||||
scriptversion=2005-02-02.21
|
scriptversion=2005-06-29.22
|
||||||
|
|
||||||
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
|
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
|
||||||
# Created: 1993-05-16
|
# Created: 1993-05-16
|
||||||
@ -12,7 +12,7 @@ scriptversion=2005-02-02.21
|
|||||||
# <automake-patches@gnu.org>.
|
# <automake-patches@gnu.org>.
|
||||||
|
|
||||||
errstatus=0
|
errstatus=0
|
||||||
dirmode=""
|
dirmode=
|
||||||
|
|
||||||
usage="\
|
usage="\
|
||||||
Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
|
Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
|
||||||
@ -103,13 +103,21 @@ esac
|
|||||||
|
|
||||||
for file
|
for file
|
||||||
do
|
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
|
shift
|
||||||
|
IFS=$oIFS
|
||||||
|
|
||||||
pathcomp=
|
|
||||||
for d
|
for d
|
||||||
do
|
do
|
||||||
pathcomp="$pathcomp$d"
|
test "x$d" = x && continue
|
||||||
|
|
||||||
|
pathcomp=$pathcomp$d
|
||||||
case $pathcomp in
|
case $pathcomp in
|
||||||
-*) pathcomp=./$pathcomp ;;
|
-*) pathcomp=./$pathcomp ;;
|
||||||
esac
|
esac
|
||||||
@ -124,7 +132,7 @@ do
|
|||||||
else
|
else
|
||||||
if test ! -z "$dirmode"; then
|
if test ! -z "$dirmode"; then
|
||||||
echo "chmod $dirmode $pathcomp"
|
echo "chmod $dirmode $pathcomp"
|
||||||
lasterr=""
|
lasterr=
|
||||||
chmod "$dirmode" "$pathcomp" || lasterr=$?
|
chmod "$dirmode" "$pathcomp" || lasterr=$?
|
||||||
|
|
||||||
if test ! -z "$lasterr"; then
|
if test ! -z "$lasterr"; then
|
||||||
@ -134,7 +142,7 @@ do
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pathcomp="$pathcomp/"
|
pathcomp=$pathcomp/
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -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.
|
|
||||||
|
|
2
po/bs.po
2
po/bs.po
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow\n"
|
"Project-Id-Version: shadow\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-05-09 12:03+0100\n"
|
||||||
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
|
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
|
||||||
"Language-Team: Bosnian <lokal@lugbih.org>\n"
|
"Language-Team: Bosnian <lokal@lugbih.org>\n"
|
||||||
|
2
po/ca.po
2
po/ca.po
@ -5,7 +5,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.10\n"
|
"Project-Id-Version: shadow 4.0.10\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-06-21 01:22+0300\n"
|
||||||
"Last-Translator: Guillem Jover <guillem@debian.org>\n"
|
"Last-Translator: Guillem Jover <guillem@debian.org>\n"
|
||||||
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
|
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
|
||||||
|
4
po/cs.po
4
po/cs.po
@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.11\n"
|
"Project-Id-Version: shadow 4.0.11.1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-07-16 10:43+0200\n"
|
||||||
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
|
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
|
||||||
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
|
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
|
||||||
|
4
po/da.po
4
po/da.po
@ -5,9 +5,9 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.11\n"
|
"Project-Id-Version: shadow 4.0.11.1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-07-11 21:49+0200\n"
|
||||||
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
|
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
|
||||||
"Language-Team: Danish <dansk@klid.dk>\n"
|
"Language-Team: Danish <dansk@klid.dk>\n"
|
||||||
|
4
po/de.po
4
po/de.po
@ -5,9 +5,9 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.11\n"
|
"Project-Id-Version: shadow 4.0.11.1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2002-03-11 12:02-0100\n"
|
||||||
"Last-Translator: Frank Schmid <frank@cs-schmid.de>\n"
|
"Last-Translator: Frank Schmid <frank@cs-schmid.de>\n"
|
||||||
"Language-Team: Frank Schmid <frank@cs-schmid.de>\n"
|
"Language-Team: Frank Schmid <frank@cs-schmid.de>\n"
|
||||||
|
2
po/el.po
2
po/el.po
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Shadow 980726\n"
|
"Project-Id-Version: Shadow 980726\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 1998-12-28 20:35:31+0100\n"
|
||||||
"Last-Translator: Nikos Mavroyanopoulos <nmav@i-net.paiko.gr>\n"
|
"Last-Translator: Nikos Mavroyanopoulos <nmav@i-net.paiko.gr>\n"
|
||||||
"Language-Team: Hellenic <el@li.org>\n"
|
"Language-Team: Hellenic <el@li.org>\n"
|
||||||
|
2
po/es.po
2
po/es.po
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.11\n"
|
"Project-Id-Version: shadow 4.0.11\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-07-11 17:00+0200\n"
|
||||||
"Last-Translator: Rubén Porras Campo <nahoo@inicia.es>\n"
|
"Last-Translator: Rubén Porras Campo <nahoo@inicia.es>\n"
|
||||||
"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
|
"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
|
||||||
|
2
po/eu.po
2
po/eu.po
@ -11,7 +11,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.8\n"
|
"Project-Id-Version: shadow 4.0.8\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-04-19 21:28+0200\n"
|
||||||
"Last-Translator: Iaki Larraaga Murgoitio <dooteo@euskalgnu.org>\n"
|
"Last-Translator: Iaki Larraaga Murgoitio <dooteo@euskalgnu.org>\n"
|
||||||
"Language-Team: <itzulpena@euskalgnu.org>\n"
|
"Language-Team: <itzulpena@euskalgnu.org>\n"
|
||||||
|
4
po/fi.po
4
po/fi.po
@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.11\n"
|
"Project-Id-Version: shadow 4.0.11.1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-07-12 11:20+0300\n"
|
||||||
"Last-Translator: Tommi Vainikainen <thv+debian@iki.fi>\n"
|
"Last-Translator: Tommi Vainikainen <thv+debian@iki.fi>\n"
|
||||||
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
|
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
|
||||||
|
2
po/fr.po
2
po/fr.po
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.8\n"
|
"Project-Id-Version: shadow 4.0.8\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-04-20 22:39+0200\n"
|
||||||
"Last-Translator: Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>\n"
|
"Last-Translator: Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>\n"
|
||||||
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
|
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
|
||||||
|
2
po/he.po
2
po/he.po
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow\n"
|
"Project-Id-Version: shadow\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-07-21 23:59+0300\n"
|
||||||
"Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
|
"Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
|
||||||
"Language-Team: Hebrew <en@li.org>\n"
|
"Language-Team: Hebrew <en@li.org>\n"
|
||||||
|
2
po/id.po
2
po/id.po
@ -5,7 +5,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow\n"
|
"Project-Id-Version: shadow\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-04-09 00:12+0700\n"
|
||||||
"Last-Translator: Parlin Imanuel Toh <parlin@ui.edu>\n"
|
"Last-Translator: Parlin Imanuel Toh <parlin@ui.edu>\n"
|
||||||
"Language-Team: Debian Indonesia <debid@yahoogroups.com>\n"
|
"Language-Team: Debian Indonesia <debid@yahoogroups.com>\n"
|
||||||
|
2
po/it.po
2
po/it.po
@ -22,7 +22,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.8\n"
|
"Project-Id-Version: shadow 4.0.8\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-04-17 21:57+0200\n"
|
||||||
"Last-Translator: Danilo Piazzalunga <danilopiazza@libero.it>\n"
|
"Last-Translator: Danilo Piazzalunga <danilopiazza@libero.it>\n"
|
||||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||||
|
2
po/ja.po
2
po/ja.po
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 1990827\n"
|
"Project-Id-Version: shadow 1990827\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2000-06-18 120:22+0900\n"
|
||||||
"Last-Translator: Yasuyuki Furukawa <furukawa@vinelinux.org>\n"
|
"Last-Translator: Yasuyuki Furukawa <furukawa@vinelinux.org>\n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
|
2
po/ko.po
2
po/ko.po
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.8\n"
|
"Project-Id-Version: shadow 4.0.8\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-04-19 16:02+0900\n"
|
||||||
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
|
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
|
||||||
"Language-Team: Korean <ko@li.org>\n"
|
"Language-Team: Korean <ko@li.org>\n"
|
||||||
|
2
po/nb.po
2
po/nb.po
@ -13,7 +13,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow\n"
|
"Project-Id-Version: shadow\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-06-03 21:42+0200\n"
|
||||||
"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
|
"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
|
||||||
"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
|
"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
|
||||||
|
2
po/nl.po
2
po/nl.po
@ -4,7 +4,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.8\n"
|
"Project-Id-Version: shadow 4.0.8\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-04-24 15:38+0100\n"
|
||||||
"Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
|
"Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
|
||||||
"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
|
"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
|
||||||
|
2
po/nn.po
2
po/nn.po
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow\n"
|
"Project-Id-Version: shadow\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-06-03 21:41+0200\n"
|
||||||
"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
|
"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
|
||||||
"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
|
"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
|
||||||
|
4
po/pl.po
4
po/pl.po
@ -5,9 +5,9 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow-4.0.11\n"
|
"Project-Id-Version: shadow-4.0.11.1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-02-29 00:27+01:00\n"
|
||||||
"Last-Translator: Tomasz Kłoczko <kloczek@pld.org.pl>\n"
|
"Last-Translator: Tomasz Kłoczko <kloczek@pld.org.pl>\n"
|
||||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||||
|
4
po/pt.po
4
po/pt.po
@ -6,9 +6,9 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.11\n"
|
"Project-Id-Version: shadow 4.0.11.1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-07-12 19:45+0000\n"
|
||||||
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
|
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
|
||||||
"Language-Team: Portuguese <traduz@debianpt.org>\n"
|
"Language-Team: Portuguese <traduz@debianpt.org>\n"
|
||||||
|
BIN
po/pt_BR.gmo
BIN
po/pt_BR.gmo
Binary file not shown.
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow\n"
|
"Project-Id-Version: shadow\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-06-12 17:16-0300\n"
|
||||||
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
|
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
|
||||||
"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
|
"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
|
||||||
|
4
po/ro.po
4
po/ro.po
@ -5,9 +5,9 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.11\n"
|
"Project-Id-Version: shadow 4.0.11.1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-07-11 17:35+0300\n"
|
||||||
"Last-Translator: Sorin Batariuc <sorin@bonbon.net>\n"
|
"Last-Translator: Sorin Batariuc <sorin@bonbon.net>\n"
|
||||||
"Language-Team: Romanian <debian-l10-romanian@lists.debian.org>\n"
|
"Language-Team: Romanian <debian-l10-romanian@lists.debian.org>\n"
|
||||||
|
4
po/ru.po
4
po/ru.po
@ -5,9 +5,9 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.11\n"
|
"Project-Id-Version: shadow 4.0.11.1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-07-13 20:38+0400\n"
|
||||||
"Last-Translator: Yuri Kozlov <yuray@id.ru>\n"
|
"Last-Translator: Yuri Kozlov <yuray@id.ru>\n"
|
||||||
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
|
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
4
po/sk.po
4
po/sk.po
@ -2,9 +2,9 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.11\n"
|
"Project-Id-Version: shadow 4.0.11.1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-07-17 16:34+0200\n"
|
||||||
"Last-Translator: Peter Mann <Peter.Mann@tuke.sk>\n"
|
"Last-Translator: Peter Mann <Peter.Mann@tuke.sk>\n"
|
||||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||||
|
2
po/sq.po
2
po/sq.po
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.3\n"
|
"Project-Id-Version: shadow 4.0.3\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-11-20 03:28+0100\n"
|
||||||
"Last-Translator: Elian Myftiu <pinguini AT fastwebnet DOT it>\n"
|
"Last-Translator: Elian Myftiu <pinguini AT fastwebnet DOT it>\n"
|
||||||
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
|
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
|
||||||
|
2
po/tl.po
2
po/tl.po
@ -10,7 +10,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.7\n"
|
"Project-Id-Version: shadow 4.0.7\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-01-26 22:00+0800\n"
|
||||||
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
|
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
|
||||||
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
|
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
|
||||||
|
2
po/tr.po
2
po/tr.po
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow\n"
|
"Project-Id-Version: shadow\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-06-13 10:27+0300\n"
|
||||||
"Last-Translator: Mehmet Türker <mturker@innova.com.tr>\n"
|
"Last-Translator: Mehmet Türker <mturker@innova.com.tr>\n"
|
||||||
"Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n"
|
"Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n"
|
||||||
|
2
po/uk.po
2
po/uk.po
@ -5,7 +5,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow-4.0.8\n"
|
"Project-Id-Version: shadow-4.0.8\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-04-19 23:22+0300\n"
|
||||||
"Last-Translator: Roman Festchook <linux@polesye.net>\n"
|
"Last-Translator: Roman Festchook <linux@polesye.net>\n"
|
||||||
"Language-Team: <linux@polesye.net>\n"
|
"Language-Team: <linux@polesye.net>\n"
|
||||||
|
2
po/vi.po
2
po/vi.po
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.9\n"
|
"Project-Id-Version: shadow 4.0.9\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-05-10 22:33+0930\n"
|
||||||
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
|
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
|
||||||
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
|
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
|
||||||
|
BIN
po/zh_CN.gmo
BIN
po/zh_CN.gmo
Binary file not shown.
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow\n"
|
"Project-Id-Version: shadow\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2004-05-14 10:26+1200\n"
|
||||||
"Last-Translator: Carlos Z.F. Liu <carlos_liu@yahoo.com>\n"
|
"Last-Translator: Carlos Z.F. Liu <carlos_liu@yahoo.com>\n"
|
||||||
"Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
|
"Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
|
||||||
|
BIN
po/zh_TW.gmo
BIN
po/zh_TW.gmo
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: shadow 4.0.9\n"
|
"Project-Id-Version: shadow 4.0.9\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2005-06-02 22:20+0800\n"
|
||||||
"Last-Translator: Asho Yeh <asho@debian.org.tw>\n"
|
"Last-Translator: Asho Yeh <asho@debian.org.tw>\n"
|
||||||
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
||||||
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
@SET_MAKE@
|
@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@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
Loading…
Reference in New Issue
Block a user