diff --git a/Makefile.in b/Makefile.in index 66aa6b16..99ee3dd5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -243,7 +243,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/aclocal.m4 b/aclocal.m4 index 3aa89a36..aee8bf2f 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -22,15 +22,14 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) # ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*- # -# Copyright (C) 1999-2008, 2011-2019, 2021-2022 Free Software -# Foundation, Inc. +# Copyright (C) 1999-2008, 2011-2015 Free Software Foundation, Inc. # Written by Thomas Tanner, 1999 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# serial 21 LTDL_INIT +# serial 20 LTDL_INIT # LT_CONFIG_LTDL_DIR(DIRECTORY, [LTDL-MODE]) # ------------------------------------------ @@ -358,7 +357,7 @@ AC_CONFIG_COMMANDS_PRE([ if test -n "$_LT_LIBOBJS"; then # Remove the extension. _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' - for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | $SED "$_lt_sed_drop_objext" | sort -u`; do + for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo" done @@ -496,7 +495,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen], # If you are looking for one http://www.opendarwin.org/projects/dlcompat lt_cv_sys_dlopen_deplibs=yes ;; - freebsd* | dragonfly* | midnightbsd*) + freebsd* | dragonfly*) lt_cv_sys_dlopen_deplibs=yes ;; gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu) @@ -931,7 +930,7 @@ AU_ALIAS([AC_LTDL_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LTDL_DLSYM_USCORE], []) -# pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*- +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # serial 12 (pkg-config-0.29.2) dnl Copyright © 2004 Scott James Remnant . @@ -1019,7 +1018,7 @@ dnl Check to see whether a particular set of modules exists. Similar to dnl PKG_CHECK_MODULES(), but does not set variables or print errors. dnl dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -dnl only at the first occurrence in configure.ac, so if the first place +dnl only at the first occurence in configure.ac, so if the first place dnl it's called might be skipped (such as if it is within an "if", you dnl have to call PKG_CHECK_EXISTS manually AC_DEFUN([PKG_CHECK_EXISTS], @@ -1088,14 +1087,14 @@ if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi - # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD - m4_default([$4], [AC_MSG_ERROR( + m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS @@ -1107,7 +1106,7 @@ _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) - m4_default([$4], [AC_MSG_FAILURE( + m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. @@ -1117,10 +1116,10 @@ _PKG_TEXT To get pkg-config, see .])[]dnl ]) else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) - $3 + $3 fi[]dnl ])dnl PKG_CHECK_MODULES @@ -1207,74 +1206,6 @@ AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR -dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND], -dnl [DESCRIPTION], [DEFAULT]) -dnl ------------------------------------------ -dnl -dnl Prepare a "--with-" configure option using the lowercase -dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and -dnl PKG_CHECK_MODULES in a single macro. -AC_DEFUN([PKG_WITH_MODULES], -[ -m4_pushdef([with_arg], m4_tolower([$1])) - -m4_pushdef([description], - [m4_default([$5], [build with ]with_arg[ support])]) - -m4_pushdef([def_arg], [m4_default([$6], [auto])]) -m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) -m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) - -m4_case(def_arg, - [yes],[m4_pushdef([with_without], [--without-]with_arg)], - [m4_pushdef([with_without],[--with-]with_arg)]) - -AC_ARG_WITH(with_arg, - AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),, - [AS_TR_SH([with_]with_arg)=def_arg]) - -AS_CASE([$AS_TR_SH([with_]with_arg)], - [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)], - [auto],[PKG_CHECK_MODULES([$1],[$2], - [m4_n([def_action_if_found]) $3], - [m4_n([def_action_if_not_found]) $4])]) - -m4_popdef([with_arg]) -m4_popdef([description]) -m4_popdef([def_arg]) - -])dnl PKG_WITH_MODULES - -dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [DESCRIPTION], [DEFAULT]) -dnl ----------------------------------------------- -dnl -dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES -dnl check._[VARIABLE-PREFIX] is exported as make variable. -AC_DEFUN([PKG_HAVE_WITH_MODULES], -[ -PKG_WITH_MODULES([$1],[$2],,,[$3],[$4]) - -AM_CONDITIONAL([HAVE_][$1], - [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) -])dnl PKG_HAVE_WITH_MODULES - -dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [DESCRIPTION], [DEFAULT]) -dnl ------------------------------------------------------ -dnl -dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after -dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make -dnl and preprocessor variable. -AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], -[ -PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) - -AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], - [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) -])dnl PKG_HAVE_DEFINE_WITH_MODULES - # Copyright (C) 2002-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation diff --git a/config.h.in b/config.h.in index 37a15b30..bfdae014 100644 --- a/config.h.in +++ b/config.h.in @@ -341,12 +341,6 @@ /* Path to passwd program. */ #undef PASSWD_PROGRAM -/* Define if login should support the -r flag for rlogind. */ -#undef RLOGIN - -/* Define to the ruserok() "success" return value (0 or 1). */ -#undef RUSEROK - /* Define to support the shadow group file. */ #undef SHADOWGRP diff --git a/configure b/configure index e23e2eaf..09eaf67a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for shadow 4.15.2. +# Generated by GNU Autoconf 2.71 for shadow 4.16.0. # # Report bugs to . # @@ -621,8 +621,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='shadow' PACKAGE_TARNAME='shadow' -PACKAGE_VERSION='4.15.2' -PACKAGE_STRING='shadow 4.15.2' +PACKAGE_VERSION='4.16.0' +PACKAGE_STRING='shadow 4.16.0' PACKAGE_BUGREPORT='pkg-shadow-devel@lists.alioth.debian.org' PACKAGE_URL='https://github.com/shadow-maint/shadow' @@ -763,7 +763,6 @@ ac_ct_AR AR DLLTOOL OBJDUMP -FILECMD NM ac_ct_DUMPBIN DUMPBIN @@ -1489,7 +1488,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures shadow 4.15.2 to adapt to many kinds of systems. +\`configure' configures shadow 4.16.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1560,7 +1559,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of shadow 4.15.2:";; + short | recursive ) echo "Configuration of shadow 4.16.0:";; esac cat <<\_ACEOF @@ -1739,7 +1738,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -shadow configure 4.15.2 +shadow configure 4.16.0 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2339,7 +2338,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by shadow $as_me 4.15.2, which was +It was created by shadow $as_me 4.16.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3612,7 +3611,7 @@ fi # Define the identity of the package. PACKAGE='shadow' - VERSION='4.15.2' + VERSION='4.16.0' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -3846,13 +3845,13 @@ AM_BACKSLASH='\' ac_config_headers="$ac_config_headers config.h" -LIBSUBID_ABI_MAJOR=4 +LIBSUBID_ABI_MAJOR=5 LIBSUBID_ABI_MINOR=0 LIBSUBID_ABI_MICRO=0 -LIBSUBID_ABI=4.0.0 +LIBSUBID_ABI=5.0.0 test "$prefix" = "NONE" && prefix="/usr" @@ -6357,8 +6356,8 @@ esac -macro_version='2.4.7' -macro_revision='2.4.7' +macro_version='2.4.6' +macro_revision='2.4.6' @@ -6986,13 +6985,13 @@ else mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac - case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) - case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 @@ -7130,7 +7129,7 @@ esac fi fi - case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; @@ -7223,7 +7222,7 @@ else $as_nop lt_cv_sys_max_cmd_len=8192; ;; - bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` @@ -7266,7 +7265,7 @@ else $as_nop sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then - lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi @@ -7471,114 +7470,6 @@ esac -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. -set dummy ${ac_tool_prefix}file; ac_word=$2 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -printf %s "checking for $ac_word... " >&6; } -if test ${ac_cv_prog_FILECMD+y} -then : - printf %s "(cached) " >&6 -else $as_nop - if test -n "$FILECMD"; then - ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then - ac_cv_prog_FILECMD="${ac_tool_prefix}file" - printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -FILECMD=$ac_cv_prog_FILECMD -if test -n "$FILECMD"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 -printf "%s\n" "$FILECMD" >&6; } -else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_FILECMD"; then - ac_ct_FILECMD=$FILECMD - # Extract the first word of "file", so it can be a program name with args. -set dummy file; ac_word=$2 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -printf %s "checking for $ac_word... " >&6; } -if test ${ac_cv_prog_ac_ct_FILECMD+y} -then : - printf %s "(cached) " >&6 -else $as_nop - if test -n "$ac_ct_FILECMD"; then - ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then - ac_cv_prog_ac_ct_FILECMD="file" - printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD -if test -n "$ac_ct_FILECMD"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 -printf "%s\n" "$ac_ct_FILECMD" >&6; } -else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } -fi - - if test "x$ac_ct_FILECMD" = x; then - FILECMD=":" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - FILECMD=$ac_ct_FILECMD - fi -else - FILECMD="$ac_cv_prog_FILECMD" -fi - - - - - - - if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 @@ -7722,7 +7613,7 @@ beos*) bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' - lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; @@ -7756,14 +7647,14 @@ darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; -freebsd* | dragonfly* | midnightbsd*) +freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' - lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac @@ -7777,7 +7668,7 @@ haiku*) ;; hpux10.20* | hpux11*) - lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' @@ -7824,7 +7715,7 @@ netbsd* | netbsdelf*-gnu) newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' - lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; @@ -8197,29 +8088,13 @@ esac fi : ${AR=ar} +: ${AR_FLAGS=cr} -# Use ARFLAGS variable as AR's operation code to sync the variable naming with -# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have -# higher priority because thats what people were doing historically (setting -# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS -# variable obsoleted/removed. - -test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} -lt_ar_flags=$AR_FLAGS - - - - - - -# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override -# by AR_FLAGS because that was never working and AR_FLAGS is about to die. - @@ -8636,7 +8511,7 @@ esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. - lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" @@ -8654,20 +8529,20 @@ fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ @@ -8691,7 +8566,7 @@ for ac_symprfx in "" "_"; do if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. - # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ @@ -8709,9 +8584,9 @@ for ac_symprfx in "" "_"; do " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else - lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi - lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no @@ -8911,7 +8786,7 @@ case $with_sysroot in #( fi ;; #( /*) - lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( @@ -9036,7 +8911,7 @@ ia64-*-hpux*) ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; @@ -9057,7 +8932,7 @@ ia64-*-hpux*) printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test yes = "$lt_cv_prog_gnu_ld"; then - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; @@ -9069,7 +8944,7 @@ ia64-*-hpux*) ;; esac else - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; @@ -9095,7 +8970,7 @@ mips64*-*linux*) printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then emul=elf - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; @@ -9103,7 +8978,7 @@ mips64*-*linux*) emul="${emul}64" ;; esac - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; @@ -9111,7 +8986,7 @@ mips64*-*linux*) emul="${emul}ltsmip" ;; esac - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; @@ -9135,14 +9010,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - case `$FILECMD conftest.o` in + case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) - case `$FILECMD conftest.o` in + case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; @@ -9250,7 +9125,7 @@ printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - case `$FILECMD conftest.o` in + case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) @@ -10033,8 +9908,8 @@ int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 - echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 - $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$AR cr libconftest.a conftest.o" >&5 + $AR cr libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF @@ -10061,12 +9936,17 @@ printf "%s\n" "$lt_cv_ld_force_load" >&6; } _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - darwin*) - case $MACOSX_DEPLOYMENT_TARGET,$host in - 10.[012],*|,*powerpc*-darwin[5-8]*) - _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - *) - _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[912]*) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + 10.[012][,.]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + 10.*|11.*) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac @@ -10363,8 +10243,8 @@ esac ofile=libtool can_build_shared=yes -# All known linkers require a '.a' archive for static linking (except MSVC and -# ICC, which need '.lib'). +# All known linkers require a '.a' archive for static linking (except MSVC, +# which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld @@ -10882,7 +10762,7 @@ lt_prog_compiler_static= lt_prog_compiler_static='-qstaticlink' ;; *) - case `$CC -V 2>&1 | $SED 5q` in + case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' @@ -11305,15 +11185,15 @@ printf %s "checking whether the $compiler linker ($LD) supports shared libraries case $host_os in cygwin* | mingw* | pw32* | cegcc*) - # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using - # Microsoft Visual C++ or Intel C++ Compiler. + # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) - # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) @@ -11368,7 +11248,7 @@ printf %s "checking whether the $compiler linker ($LD) supports shared libraries whole_archive_flag_spec= fi supports_anon_versioning=no - case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... @@ -11480,7 +11360,6 @@ _LT_EOF emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes - file_list_spec='@' ;; interix[3-9]*) @@ -11495,7 +11374,7 @@ _LT_EOF # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) @@ -11538,7 +11417,7 @@ _LT_EOF compiler_needs_object=yes ;; esac - case `$CC -V 2>&1 | $SED 5q` in + case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes @@ -11550,14 +11429,13 @@ _LT_EOF if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) - hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' export_dynamic_flag_spec='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) @@ -11567,7 +11445,7 @@ _LT_EOF archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi @@ -11699,7 +11577,7 @@ _LT_EOF if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no @@ -11970,12 +11848,12 @@ fi cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using - # Microsoft Visual C++ or Intel C++ Compiler. + # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in - cl* | icl*) - # Native MSVC or ICC + cl*) + # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes @@ -12016,7 +11894,7 @@ fi fi' ;; *) - # Assume MSVC and ICC wrapper + # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. @@ -12057,8 +11935,8 @@ fi output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" - archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" - module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" else ld_shlibs=no @@ -12092,7 +11970,7 @@ fi ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly* | midnightbsd*) + freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -12273,7 +12151,6 @@ printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } # Fabrice Bellard et al's Tiny C Compiler ld_shlibs=yes archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ;; esac ;; @@ -12345,7 +12222,6 @@ printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes - file_list_spec='@' ;; osf3*) @@ -13038,7 +12914,7 @@ cygwin* | mingw* | pw32* | cegcc*) case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' - soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; @@ -13048,14 +12924,14 @@ cygwin* | mingw* | pw32* | cegcc*) ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; - *,cl* | *,icl*) - # Native MSVC or ICC + *,cl*) + # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' @@ -13074,7 +12950,7 @@ cygwin* | mingw* | pw32* | cegcc*) done IFS=$lt_save_ifs # Convert to MSYS style. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form @@ -13111,7 +12987,7 @@ cygwin* | mingw* | pw32* | cegcc*) ;; *) - # Assume MSVC and ICC wrapper + # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; @@ -13144,7 +13020,7 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; -freebsd* | dragonfly* | midnightbsd*) +freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then @@ -14309,41 +14185,30 @@ striplib= old_striplib= { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 printf %s "checking whether stripping libraries is possible... " >&6; } -if test -z "$STRIP"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } -else - if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then - old_striplib="$STRIP --strip-debug" - striplib="$STRIP --strip-unneeded" - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } - else - case $host_os in - darwin*) - # FIXME - insert some real tests, host_os isn't really good enough +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } - ;; - freebsd*) - if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then - old_striplib="$STRIP --strip-debug" - striplib="$STRIP --strip-unneeded" - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } - else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } - fi - ;; - *) + else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - ;; - esac - fi + fi + ;; + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + ;; + esac fi @@ -15848,15 +15713,6 @@ printf "%s\n" "$shadow_cv_passwd_dir" >&6; } printf "%s\n" "#define PASSWD_PROGRAM \"$shadow_cv_passwd_dir/passwd\"" >>confdefs.h -if test "$ac_cv_func_ruserok" = "yes"; then - -printf "%s\n" "#define RLOGIN 1" >>confdefs.h - - -printf "%s\n" "#define RUSEROK 0" >>confdefs.h - -fi - # Check whether --enable-shadowgrp was given. if test ${enable_shadowgrp+y} then : @@ -16409,26 +16265,26 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - CMOCKA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cmocka" 2>&1` + CMOCKA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cmocka" 2>&1` else - CMOCKA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cmocka" 2>&1` + CMOCKA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cmocka" 2>&1` fi - # Put the nasty error message in config.log where it belongs - echo "$CMOCKA_PKG_ERRORS" >&5 + # Put the nasty error message in config.log where it belongs + echo "$CMOCKA_PKG_ERRORS" >&5 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: libcmocka not found, cmocka tests will not be built" >&5 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: libcmocka not found, cmocka tests will not be built" >&5 printf "%s\n" "$as_me: WARNING: libcmocka not found, cmocka tests will not be built" >&2;} elif test $pkg_failed = untried; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: libcmocka not found, cmocka tests will not be built" >&5 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: libcmocka not found, cmocka tests will not be built" >&5 printf "%s\n" "$as_me: WARNING: libcmocka not found, cmocka tests will not be built" >&2;} else - CMOCKA_CFLAGS=$pkg_cv_CMOCKA_CFLAGS - CMOCKA_LIBS=$pkg_cv_CMOCKA_LIBS + CMOCKA_CFLAGS=$pkg_cv_CMOCKA_CFLAGS + CMOCKA_LIBS=$pkg_cv_CMOCKA_LIBS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } - have_cmocka="yes" + have_cmocka="yes" fi if test x$have_cmocka = xyes; then HAVE_CMOCKA_TRUE= @@ -17112,14 +16968,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - LIBBSD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libbsd-overlay" 2>&1` + LIBBSD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libbsd-overlay" 2>&1` else - LIBBSD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libbsd-overlay" 2>&1` + LIBBSD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libbsd-overlay" 2>&1` fi - # Put the nasty error message in config.log where it belongs - echo "$LIBBSD_PKG_ERRORS" >&5 + # Put the nasty error message in config.log where it belongs + echo "$LIBBSD_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (libbsd-overlay) were not met: + as_fn_error $? "Package requirements (libbsd-overlay) were not met: $LIBBSD_PKG_ERRORS @@ -17132,7 +16988,7 @@ See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full @@ -17145,8 +17001,8 @@ See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } else - LIBBSD_CFLAGS=$pkg_cv_LIBBSD_CFLAGS - LIBBSD_LIBS=$pkg_cv_LIBBSD_LIBS + LIBBSD_CFLAGS=$pkg_cv_LIBBSD_CFLAGS + LIBBSD_LIBS=$pkg_cv_LIBBSD_LIBS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } @@ -20990,7 +20846,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by shadow $as_me 4.15.2, which was +This file was extended by shadow $as_me 4.16.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21059,7 +20915,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -shadow config.status 4.15.2 +shadow config.status 4.16.0 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" @@ -21222,7 +21078,6 @@ lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_q lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' -FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' @@ -21231,7 +21086,6 @@ want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' -lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' @@ -21352,7 +21206,6 @@ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ -FILECMD \ OBJDUMP \ deplibs_check_method \ file_magic_cmd \ @@ -21361,6 +21214,7 @@ want_nocaseglob \ DLLTOOL \ sharedlib_from_linklib_cmd \ AR \ +AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ @@ -22343,9 +22197,6 @@ to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd -# A file(cmd) program that detects file types. -FILECMD=$lt_FILECMD - # An object symbol dumper. OBJDUMP=$lt_OBJDUMP @@ -22370,11 +22221,8 @@ sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR -# Flags to create an archive (by configure). -lt_ar_flags=$lt_ar_flags - # Flags to create an archive. -AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} +AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec @@ -22750,7 +22598,7 @@ ltmain=$ac_aux_dir/ltmain.sh # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? - $SED '$q' "$ltmain" >> "$cfgfile" \ + sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || diff --git a/configure.ac b/configure.ac index 789c2c2e..bc89a44f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -m4_define([libsubid_abi_major], 4) +m4_define([libsubid_abi_major], 5) m4_define([libsubid_abi_minor], 0) m4_define([libsubid_abi_micro], 0) m4_define([libsubid_abi], [libsubid_abi_major.libsubid_abi_minor.libsubid_abi_micro]) -AC_INIT([shadow], [4.15.2], [pkg-shadow-devel@lists.alioth.debian.org], [], +AC_INIT([shadow], [4.16.0], [pkg-shadow-devel@lists.alioth.debian.org], [], [https://github.com/shadow-maint/shadow]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects tar-pax]) AC_CONFIG_MACRO_DIRS([m4]) @@ -159,13 +159,6 @@ fi]) AC_DEFINE_UNQUOTED(PASSWD_PROGRAM, "$shadow_cv_passwd_dir/passwd", [Path to passwd program.]) -dnl XXX - quick hack, should disappear before anyone notices :). -dnl XXX - I just read the above message :). -if test "$ac_cv_func_ruserok" = "yes"; then - AC_DEFINE(RLOGIN, 1, [Define if login should support the -r flag for rlogind.]) - AC_DEFINE(RUSEROK, 0, [Define to the ruserok() "success" return value (0 or 1).]) -fi - AC_ARG_ENABLE(shadowgrp, [AS_HELP_STRING([--enable-shadowgrp], [enable shadow group support @<:@default=yes@:>@])], [case "${enableval}" in diff --git a/contrib/Makefile.in b/contrib/Makefile.in index 44fa7cb2..ad2d07a3 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -161,7 +161,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/doc/Makefile.in b/doc/Makefile.in index 49441a18..0eef0de1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -161,7 +161,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/etc/Makefile.in b/etc/Makefile.in index 634d2fa8..8c9751d9 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -250,7 +250,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/etc/pam.d/Makefile.in b/etc/pam.d/Makefile.in index 556d16b8..a8393250 100644 --- a/etc/pam.d/Makefile.in +++ b/etc/pam.d/Makefile.in @@ -193,7 +193,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/etc/shadow-maint/Makefile.in b/etc/shadow-maint/Makefile.in index 7b7dc79d..ab46b8c6 100644 --- a/etc/shadow-maint/Makefile.in +++ b/etc/shadow-maint/Makefile.in @@ -158,7 +158,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/lib/Makefile.am b/lib/Makefile.am index 22abb978..adcd9fbf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -119,7 +119,6 @@ libshadow_la_SOURCES = \ pwdcheck.c \ pwmem.c \ remove_tree.c \ - rlogin.c \ root_flag.c \ run_part.h \ run_part.c \ diff --git a/lib/Makefile.in b/lib/Makefile.in index 1b4f0fe3..6577a366 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -139,22 +139,21 @@ am__libshadow_la_SOURCES_DIST = addgrps.c adds.c adds.h age.c \ pam_pass.c pam_pass_non_interactive.c port.c port.h \ prefix_flag.c prototypes.h pwauth.c pwauth.h pwio.c pwio.h \ pwd_init.c pwd2spwd.c pwdcheck.c pwmem.c remove_tree.c \ - rlogin.c root_flag.c run_part.h run_part.c salt.c selinux.c \ - semanage.c setugid.c setupenv.c sgetgrent.c sgetpwent.c \ - sgetspent.c sgroupio.c sgroupio.h shadow.c shadowio.c \ - shadowio.h shadowlog.c shadowlog.h shadowlog_internal.h \ - shadowmem.c shell.c sizeof.h spawn.c sssd.c sssd.h \ - string/sprintf.c string/sprintf.h string/stpecpy.c \ - string/stpecpy.h string/stpeprintf.c string/stpeprintf.h \ - string/strftime.c string/strftime.h string/strncpy.h \ - string/strtcpy.c string/strtcpy.h string/zustr2stp.h \ - strtoday.c sub.c subordinateio.h subordinateio.c sulog.c \ - time/day_to_str.c time/day_to_str.h ttytype.c tz.c ulimit.c \ - user_busy.c valid.c write_full.c xgetpwnam.c \ - xprefix_getpwnam.c xgetpwuid.c xgetgrnam.c xgetgrgid.c \ - xgetspnam.c yesno.c tcbfuncs.c tcbfuncs.h btrfs.c log.c \ - logind.c utmp.c freezero.h freezero.c readpassphrase.h \ - readpassphrase.c + root_flag.c run_part.h run_part.c salt.c selinux.c semanage.c \ + setugid.c setupenv.c sgetgrent.c sgetpwent.c sgetspent.c \ + sgroupio.c sgroupio.h shadow.c shadowio.c shadowio.h \ + shadowlog.c shadowlog.h shadowlog_internal.h shadowmem.c \ + shell.c sizeof.h spawn.c sssd.c sssd.h string/sprintf.c \ + string/sprintf.h string/stpecpy.c string/stpecpy.h \ + string/stpeprintf.c string/stpeprintf.h string/strftime.c \ + string/strftime.h string/strncpy.h string/strtcpy.c \ + string/strtcpy.h string/zustr2stp.h strtoday.c sub.c \ + subordinateio.h subordinateio.c sulog.c time/day_to_str.c \ + time/day_to_str.h ttytype.c tz.c ulimit.c user_busy.c valid.c \ + write_full.c xgetpwnam.c xprefix_getpwnam.c xgetpwuid.c \ + xgetgrnam.c xgetgrgid.c xgetspnam.c yesno.c tcbfuncs.c \ + tcbfuncs.h btrfs.c log.c logind.c utmp.c freezero.h freezero.c \ + readpassphrase.h readpassphrase.c am__dirstamp = $(am__leading_dot)dirstamp @WITH_TCB_TRUE@am__objects_1 = libshadow_la-tcbfuncs.lo @WITH_BTRFS_TRUE@am__objects_2 = libshadow_la-btrfs.lo @@ -197,17 +196,16 @@ am_libshadow_la_OBJECTS = libshadow_la-addgrps.lo libshadow_la-adds.lo \ libshadow_la-pwio.lo libshadow_la-pwd_init.lo \ libshadow_la-pwd2spwd.lo libshadow_la-pwdcheck.lo \ libshadow_la-pwmem.lo libshadow_la-remove_tree.lo \ - libshadow_la-rlogin.lo libshadow_la-root_flag.lo \ - libshadow_la-run_part.lo libshadow_la-salt.lo \ - libshadow_la-selinux.lo libshadow_la-semanage.lo \ - libshadow_la-setugid.lo libshadow_la-setupenv.lo \ - libshadow_la-sgetgrent.lo libshadow_la-sgetpwent.lo \ - libshadow_la-sgetspent.lo libshadow_la-sgroupio.lo \ - libshadow_la-shadow.lo libshadow_la-shadowio.lo \ - libshadow_la-shadowlog.lo libshadow_la-shadowmem.lo \ - libshadow_la-shell.lo libshadow_la-spawn.lo \ - libshadow_la-sssd.lo string/libshadow_la-sprintf.lo \ - string/libshadow_la-stpecpy.lo \ + libshadow_la-root_flag.lo libshadow_la-run_part.lo \ + libshadow_la-salt.lo libshadow_la-selinux.lo \ + libshadow_la-semanage.lo libshadow_la-setugid.lo \ + libshadow_la-setupenv.lo libshadow_la-sgetgrent.lo \ + libshadow_la-sgetpwent.lo libshadow_la-sgetspent.lo \ + libshadow_la-sgroupio.lo libshadow_la-shadow.lo \ + libshadow_la-shadowio.lo libshadow_la-shadowlog.lo \ + libshadow_la-shadowmem.lo libshadow_la-shell.lo \ + libshadow_la-spawn.lo libshadow_la-sssd.lo \ + string/libshadow_la-sprintf.lo string/libshadow_la-stpecpy.lo \ string/libshadow_la-stpeprintf.lo \ string/libshadow_la-strftime.lo string/libshadow_la-strtcpy.lo \ libshadow_la-strtoday.lo libshadow_la-sub.lo \ @@ -313,7 +311,6 @@ am__depfiles_remade = ./$(DEPDIR)/libshadow_la-addgrps.Plo \ ./$(DEPDIR)/libshadow_la-pwmem.Plo \ ./$(DEPDIR)/libshadow_la-readpassphrase.Plo \ ./$(DEPDIR)/libshadow_la-remove_tree.Plo \ - ./$(DEPDIR)/libshadow_la-rlogin.Plo \ ./$(DEPDIR)/libshadow_la-root_flag.Plo \ ./$(DEPDIR)/libshadow_la-run_part.Plo \ ./$(DEPDIR)/libshadow_la-salt.Plo \ @@ -449,7 +446,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ @@ -622,20 +618,20 @@ libshadow_la_SOURCES = addgrps.c adds.c adds.h age.c agetpass.c \ nscd.c nscd.h obscure.c pam_defs.h pam_pass.c \ pam_pass_non_interactive.c port.c port.h prefix_flag.c \ prototypes.h pwauth.c pwauth.h pwio.c pwio.h pwd_init.c \ - pwd2spwd.c pwdcheck.c pwmem.c remove_tree.c rlogin.c \ - root_flag.c run_part.h run_part.c salt.c selinux.c semanage.c \ - setugid.c setupenv.c sgetgrent.c sgetpwent.c sgetspent.c \ - sgroupio.c sgroupio.h shadow.c shadowio.c shadowio.h \ - shadowlog.c shadowlog.h shadowlog_internal.h shadowmem.c \ - shell.c sizeof.h spawn.c sssd.c sssd.h string/sprintf.c \ - string/sprintf.h string/stpecpy.c string/stpecpy.h \ - string/stpeprintf.c string/stpeprintf.h string/strftime.c \ - string/strftime.h string/strncpy.h string/strtcpy.c \ - string/strtcpy.h string/zustr2stp.h strtoday.c sub.c \ - subordinateio.h subordinateio.c sulog.c time/day_to_str.c \ - time/day_to_str.h ttytype.c tz.c ulimit.c user_busy.c valid.c \ - write_full.c xgetpwnam.c xprefix_getpwnam.c xgetpwuid.c \ - xgetgrnam.c xgetgrgid.c xgetspnam.c yesno.c $(am__append_2) \ + pwd2spwd.c pwdcheck.c pwmem.c remove_tree.c root_flag.c \ + run_part.h run_part.c salt.c selinux.c semanage.c setugid.c \ + setupenv.c sgetgrent.c sgetpwent.c sgetspent.c sgroupio.c \ + sgroupio.h shadow.c shadowio.c shadowio.h shadowlog.c \ + shadowlog.h shadowlog_internal.h shadowmem.c shell.c sizeof.h \ + spawn.c sssd.c sssd.h string/sprintf.c string/sprintf.h \ + string/stpecpy.c string/stpecpy.h string/stpeprintf.c \ + string/stpeprintf.h string/strftime.c string/strftime.h \ + string/strncpy.h string/strtcpy.c string/strtcpy.h \ + string/zustr2stp.h strtoday.c sub.c subordinateio.h \ + subordinateio.c sulog.c time/day_to_str.c time/day_to_str.h \ + ttytype.c tz.c ulimit.c user_busy.c valid.c write_full.c \ + xgetpwnam.c xprefix_getpwnam.c xgetpwuid.c xgetgrnam.c \ + xgetgrgid.c xgetspnam.c yesno.c $(am__append_2) \ $(am__append_3) $(am__append_4) $(am__append_5) \ $(am__append_6) $(am__append_7) @@ -815,7 +811,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshadow_la-pwmem.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshadow_la-readpassphrase.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshadow_la-remove_tree.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshadow_la-rlogin.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshadow_la-root_flag.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshadow_la-run_part.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshadow_la-salt.Plo@am__quote@ # am--include-marker @@ -1370,13 +1365,6 @@ libshadow_la-remove_tree.lo: remove_tree.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libshadow_la_CPPFLAGS) $(CPPFLAGS) $(libshadow_la_CFLAGS) $(CFLAGS) -c -o libshadow_la-remove_tree.lo `test -f 'remove_tree.c' || echo '$(srcdir)/'`remove_tree.c -libshadow_la-rlogin.lo: rlogin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libshadow_la_CPPFLAGS) $(CPPFLAGS) $(libshadow_la_CFLAGS) $(CFLAGS) -MT libshadow_la-rlogin.lo -MD -MP -MF $(DEPDIR)/libshadow_la-rlogin.Tpo -c -o libshadow_la-rlogin.lo `test -f 'rlogin.c' || echo '$(srcdir)/'`rlogin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libshadow_la-rlogin.Tpo $(DEPDIR)/libshadow_la-rlogin.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rlogin.c' object='libshadow_la-rlogin.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libshadow_la_CPPFLAGS) $(CPPFLAGS) $(libshadow_la_CFLAGS) $(CFLAGS) -c -o libshadow_la-rlogin.lo `test -f 'rlogin.c' || echo '$(srcdir)/'`rlogin.c - libshadow_la-root_flag.lo: root_flag.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libshadow_la_CPPFLAGS) $(CPPFLAGS) $(libshadow_la_CFLAGS) $(CFLAGS) -MT libshadow_la-root_flag.lo -MD -MP -MF $(DEPDIR)/libshadow_la-root_flag.Tpo -c -o libshadow_la-root_flag.lo `test -f 'root_flag.c' || echo '$(srcdir)/'`root_flag.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libshadow_la-root_flag.Tpo $(DEPDIR)/libshadow_la-root_flag.Plo @@ -1925,7 +1913,6 @@ distclean: distclean-am -rm -f ./$(DEPDIR)/libshadow_la-pwmem.Plo -rm -f ./$(DEPDIR)/libshadow_la-readpassphrase.Plo -rm -f ./$(DEPDIR)/libshadow_la-remove_tree.Plo - -rm -f ./$(DEPDIR)/libshadow_la-rlogin.Plo -rm -f ./$(DEPDIR)/libshadow_la-root_flag.Plo -rm -f ./$(DEPDIR)/libshadow_la-run_part.Plo -rm -f ./$(DEPDIR)/libshadow_la-salt.Plo @@ -2087,7 +2074,6 @@ maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libshadow_la-pwmem.Plo -rm -f ./$(DEPDIR)/libshadow_la-readpassphrase.Plo -rm -f ./$(DEPDIR)/libshadow_la-remove_tree.Plo - -rm -f ./$(DEPDIR)/libshadow_la-rlogin.Plo -rm -f ./$(DEPDIR)/libshadow_la-root_flag.Plo -rm -f ./$(DEPDIR)/libshadow_la-run_part.Plo -rm -f ./$(DEPDIR)/libshadow_la-salt.Plo diff --git a/lib/csrand.c b/lib/csrand.c index 8ded343a..9d6f1503 100644 --- a/lib/csrand.c +++ b/lib/csrand.c @@ -23,7 +23,6 @@ #include "sizeof.h" -static uint32_t csrand32(void); static uint32_t csrand_uniform32(uint32_t n); static unsigned long csrand_uniform_slow(unsigned long n); @@ -98,13 +97,6 @@ csrand_interval(unsigned long min, unsigned long max) } -static uint32_t -csrand32(void) -{ - return csrand(); -} - - /* * Fast Random Integer Generation in an Interval * ACM Transactions on Modeling and Computer Simulation 29 (1), 2019 @@ -117,12 +109,12 @@ csrand_uniform32(uint32_t n) uint64_t r, mult; if (n == 0) - return csrand32(); + return csrand(); bound = -n % n; // analogous to `2^32 % n`, since `x % y == (x-y) % y` do { - r = csrand32(); + r = csrand(); mult = r * n; rem = mult; // analogous to `mult % 2^32` } while (rem < bound); // p = (2^32 % n) / 2^32; W.C.: n=2^31+1, p=0.5 diff --git a/lib/nss.c b/lib/nss.c index 779d8259..dcb8160b 100644 --- a/lib/nss.c +++ b/lib/nss.c @@ -131,6 +131,11 @@ void nss_init(const char *nsswitch_path) { fprintf(shadow_logfd, "%s did not provide @find_subid_owners@\n", libname); goto close_lib; } + subid_nss->free = dlsym(h, "shadow_subid_free"); + if (!subid_nss->free) { + fprintf(shadow_logfd, "%s did not provide @subid_free@\n", libname); + goto close_lib; + } subid_nss->handle = h; goto done; diff --git a/lib/prototypes.h b/lib/prototypes.h index 5c56e77e..91ff368b 100644 --- a/lib/prototypes.h +++ b/lib/prototypes.h @@ -284,6 +284,19 @@ struct subid_nss_ops { */ enum subid_status (*find_subid_owners)(unsigned long id, enum subid_type id_type, uid_t **uids, int *count); + /* + * nss_free: free a memory block allocated by a subid plugin. + * + * @ptr - a pointer to a memory block to deallocate + * + * Some routines of subid_nss_ops allocate memory which should be freed by + * caller after use. In order to deallocate that memory block, one should + * use this routine to release that memory. By default, this function + * pointer is set to free(3) for backward compatibility. However, it is + * strongly recommended to define this routine explicitly. + */ + void (*free)(void *ptr); + /* The dlsym handle to close */ void *handle; }; @@ -356,10 +369,6 @@ unsigned long csrand_interval (unsigned long min, unsigned long max); /* remove_tree.c */ extern int remove_tree (const char *root, bool remove_root); -/* rlogin.c */ -extern int do_rlogin(const char *remote_host, char *name, size_t namesize, - char *term, size_t termsize); - /* root_flag.c */ extern void process_root_flag (const char* short_opt, int argc, char **argv); diff --git a/lib/rlogin.c b/lib/rlogin.c deleted file mode 100644 index cbc05dd8..00000000 --- a/lib/rlogin.c +++ /dev/null @@ -1,135 +0,0 @@ -/* - * SPDX-FileCopyrightText: 1989 - 1994, Julianne Frances Haugh - * SPDX-FileCopyrightText: 1996 - 1999, Marek Michałkiewicz - * SPDX-FileCopyrightText: 2003 - 2005, Tomasz Kłoczko - * SPDX-FileCopyrightText: 2007 - 2008, Nicolas François - * - * SPDX-License-Identifier: BSD-3-Clause - */ - -#include - -#ifdef RLOGIN - -#ident "$Id$" - -#include "prototypes.h" -#include "defines.h" -#include -#include -#include - -#include "atoi/str2i.h" - - -static struct { - int spd_name; - int spd_baud; -} speed_table[] = -{ - { B50, 50}, - { B75, 75}, - { B110, 110}, - { B134, 134}, - { B150, 150}, - { B200, 200}, - { B300, 300}, - { B600, 600}, - { B1200, 1200}, - { B1800, 1800}, - { B2400, 2400}, - { B4800, 4800}, - { B9600, 9600}, - { B19200, 19200}, - { B38400, 38400}, - { -1, -1} -}; - - -static void -get_remote_string(char *buf, size_t size) -{ - for (;;) { - if (read (0, buf, 1) != 1) { - exit (EXIT_FAILURE); - } - if ('\0' == *buf) { - return; - } - --size; - if (size > 0) { - ++buf; - } - } - /*NOTREACHED*/ -} - - -int -do_rlogin(const char *remote_host, char *name, size_t namesize, char *term, - size_t termsize) -{ - struct passwd *pwd; - char remote_name[32]; - char *cp; - unsigned long remote_speed = 9600; - int speed_name = B9600; - int i; - TERMIO termio; - - get_remote_string(remote_name, sizeof(remote_name)); - get_remote_string(name, namesize); - get_remote_string(term, termsize); - - cp = strchr (term, '/'); - if (NULL != cp) { - *cp = '\0'; - cp++; - - if (str2ul(&remote_speed, cp) == -1) - remote_speed = 9600; - } - for (i = 0; - ( (speed_table[i].spd_baud != remote_speed) - && (speed_table[i].spd_name != -1)); - i++); - - if (-1 != speed_table[i].spd_name) { - speed_name = speed_table[i].spd_name; - } - - /* - * Put the terminal in cooked mode with echo turned on. - */ - - GTTY (0, &termio); - termio.c_iflag |= ICRNL | IXON; - termio.c_oflag |= OPOST | ONLCR; - termio.c_lflag |= ICANON | ECHO | ECHOE; -#ifdef CBAUD - termio.c_cflag = (termio.c_cflag & ~CBAUD) | speed_name; -#else - termio.c_cflag = (termio.c_cflag) | speed_name; -#endif - STTY (0, &termio); - - pwd = getpwnam (name); /* local, no need for xgetpwnam */ - if (NULL == pwd) { - return 0; - } - - /* - * ruserok() returns 0 for success on modern systems, and 1 on - * older ones. If you are having trouble with people logging - * in without giving a required password, THIS is the culprit - - * go fix the #define in config.h. - */ - -#ifndef RUSEROK - return 0; -#else - return ruserok (remote_host, pwd->pw_uid == 0, - remote_name, name) == RUSEROK; -#endif -} -#endif /* RLOGIN */ diff --git a/lib/subordinateio.c b/lib/subordinateio.c index e7cd4b48..732d1a62 100644 --- a/lib/subordinateio.c +++ b/lib/subordinateio.c @@ -1117,6 +1117,16 @@ bool release_subid_range(struct subordinate_range *range, enum subid_type id_typ return ret; } +void free_subid_pointer(void *ptr) +{ + struct subid_nss_ops *h = get_subid_nss_handle(); + if (h) { + h->free(ptr); + } else { + free(ptr); + } +} + #else /* !ENABLE_SUBIDS */ extern int ISO_C_forbids_an_empty_translation_unit; #endif /* !ENABLE_SUBIDS */ diff --git a/lib/subordinateio.h b/lib/subordinateio.h index d32733de..3d1a0547 100644 --- a/lib/subordinateio.h +++ b/lib/subordinateio.h @@ -43,6 +43,9 @@ extern int sub_gid_unlock (void); extern int sub_gid_add (const char *owner, gid_t start, unsigned long count); extern int sub_gid_remove (const char *owner, gid_t start, unsigned long count); extern uid_t sub_gid_find_free_range(gid_t min, gid_t max, unsigned long count); + +extern void free_subid_pointer(void *ptr); + #endif /* ENABLE_SUBIDS */ #endif diff --git a/libsubid/Makefile.in b/libsubid/Makefile.in index 1cc025db..0395dee3 100644 --- a/libsubid/Makefile.in +++ b/libsubid/Makefile.in @@ -249,7 +249,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/libsubid/api.c b/libsubid/api.c index 65d20abf..76a9eec4 100644 --- a/libsubid/api.c +++ b/libsubid/api.c @@ -42,6 +42,11 @@ bool subid_init(const char *progname, FILE * logfd) return true; } +void subid_free(void *ptr) +{ + free_subid_pointer(ptr); +} + static int get_subid_ranges(const char *owner, enum subid_type id_type, struct subid_range **ranges) { diff --git a/libsubid/subid.h b/libsubid/subid.h index d13ee84a..a38d1fa9 100644 --- a/libsubid/subid.h +++ b/libsubid/subid.h @@ -4,8 +4,8 @@ #ifndef SUBID_RANGE_DEFINED #define SUBID_RANGE_DEFINED 1 -#define SUBID_ABI_VERSION 4.0.0 -#define SUBID_ABI_MAJOR 4 +#define SUBID_ABI_VERSION 5.0.0 +#define SUBID_ABI_MAJOR 5 #define SUBID_ABI_MINOR 0 #define SUBID_ABI_MICRO 0 @@ -55,6 +55,19 @@ extern "C" { */ bool subid_init(const char *progname, FILE *logfd); +/* + * subid_free: free memory allocated in any subid_* function + * + * @ptr: Pointer to a memory block to release. + * + * Some functions like @subid_get_uid_ranges allocate memory internally. As + * soon as a result is no longer needed, it should be freed with this routine. + * Initially, default function `free()` was used. Thus for backward + * compatibility this function falls back to `free()` if a plugin does not + * explicitly specify routine to free allocated memory. + */ +void subid_free(void *ptr); + /* * subid_get_uid_ranges: return a list of UID ranges for a user * diff --git a/libsubid/subid.h.in b/libsubid/subid.h.in index 79744eda..7090c6c8 100644 --- a/libsubid/subid.h.in +++ b/libsubid/subid.h.in @@ -55,6 +55,19 @@ extern "C" { */ bool subid_init(const char *progname, FILE *logfd); +/* + * subid_free: free memory allocated in any subid_* function + * + * @ptr: Pointer to a memory block to release. + * + * Some functions like @subid_get_uid_ranges allocate memory internally. As + * soon as a result is no longer needed, it should be freed with this routine. + * Initially, default function `free()` was used. Thus for backward + * compatibility this function falls back to `free()` if a plugin does not + * explicitly specify routine to free allocated memory. + */ +void subid_free(void *ptr); + /* * subid_get_uid_ranges: return a list of UID ranges for a user * diff --git a/ltmain.sh b/ltmain.sh index 1dea62ab..540a92ab 100755 --- a/ltmain.sh +++ b/ltmain.sh @@ -1,12 +1,12 @@ -#! /usr/bin/env sh +#! /bin/sh ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in -## by inline-source v2019-02-19.15 +## by inline-source v2014-01-03.01 -# libtool (GNU libtool) 2.4.7 +# libtool (GNU libtool) 2.4.6 # Provide generalized library-building support services. # Written by Gordon Matzigkeit , 1996 -# Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. +# Copyright (C) 1996-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -31,8 +31,8 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.7 Debian-2.4.7-7" -package_revision=2.4.7 +VERSION="2.4.6 Debian-2.4.6-15build2" +package_revision=2.4.6 ## ------ ## @@ -64,25 +64,34 @@ package_revision=2.4.7 # libraries, which are installed to $pkgauxdir. # Set a version string for this script. -scriptversion=2019-02-19.15; # UTC +scriptversion=2015-01-20.17; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 -# This is free software. There is NO warranty; not even for -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# Copyright (C) 2004-2019, 2021 Bootstrap Authors -# -# This file is dual licensed under the terms of the MIT license -# , and GPL version 2 or later -# . You must apply one of -# these licenses when using or redistributing this software or any of -# the files within it. See the URLs above, or the file `LICENSE` -# included in the Bootstrap distribution for the full license texts. +# Copyright (C) 2004-2015 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# Please report bugs or propose patches to: -# +# This program is free software; 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 3 of the License, or +# (at your option) any later version. + +# As a special exception to the GNU General Public License, if you distribute +# this file as part of a program or library that is built using GNU Libtool, +# you may include this file under the same distribution terms that you use +# for the rest of that program. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Please report bugs or propose patches to gary@gnu.org. ## ------ ## @@ -130,12 +139,9 @@ do _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" fi" done -# These NLS vars are set unconditionally (bootstrap issue #24). Unset those -# in case the environment reset is needed later and the $save_* variant is not -# defined (see the code above). -LC_ALL=C -LANGUAGE=C -export LANGUAGE LC_ALL + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Make sure IFS has a sensible default sp=' ' @@ -153,26 +159,6 @@ if test "${PATH_SEPARATOR+set}" != set; then fi -# func_unset VAR -# -------------- -# Portably unset VAR. -# In some shells, an 'unset VAR' statement leaves a non-zero return -# status if VAR is already unset, which might be problematic if the -# statement is used at the end of a function (thus poisoning its return -# value) or when 'set -e' is active (causing even a spurious abort of -# the script in this case). -func_unset () -{ - { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; } -} - - -# Make sure CDPATH doesn't cause `cd` commands to output the target dir. -func_unset CDPATH - -# Make sure ${,E,F}GREP behave sanely. -func_unset GREP_OPTIONS - ## ------------------------- ## ## Locate command utilities. ## @@ -273,7 +259,7 @@ test -z "$SED" && { rm -f conftest.in conftest.tmp conftest.nl conftest.out } - func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin" + func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin rm -f conftest.sed SED=$func_path_progs_result } @@ -309,7 +295,7 @@ test -z "$GREP" && { rm -f conftest.in conftest.tmp conftest.nl conftest.out } - func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin" + func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin GREP=$func_path_progs_result } @@ -374,35 +360,6 @@ sed_double_backslash="\ s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g s/\n//g" -# require_check_ifs_backslash -# --------------------------- -# Check if we can use backslash as IFS='\' separator, and set -# $check_ifs_backshlash_broken to ':' or 'false'. -require_check_ifs_backslash=func_require_check_ifs_backslash -func_require_check_ifs_backslash () -{ - _G_save_IFS=$IFS - IFS='\' - _G_check_ifs_backshlash='a\\b' - for _G_i in $_G_check_ifs_backshlash - do - case $_G_i in - a) - check_ifs_backshlash_broken=false - ;; - '') - break - ;; - *) - check_ifs_backshlash_broken=: - break - ;; - esac - done - IFS=$_G_save_IFS - require_check_ifs_backslash=: -} - ## ----------------- ## ## Global variables. ## @@ -572,15 +529,27 @@ func_require_term_colors () # --------------------- # Append VALUE onto the existing contents of VAR. + # We should try to minimise forks, especially on Windows where they are + # unreasonably slow, so skip the feature probes when bash or zsh are + # being used: + if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then + : ${_G_HAVE_ARITH_OP="yes"} + : ${_G_HAVE_XSI_OPS="yes"} + # The += operator was introduced in bash 3.1 + case $BASH_VERSION in + [12].* | 3.0 | 3.0*) ;; + *) + : ${_G_HAVE_PLUSEQ_OP="yes"} + ;; + esac + fi + # _G_HAVE_PLUSEQ_OP # Can be empty, in which case the shell is probed, "yes" if += is # useable or anything else if it does not work. - if test -z "$_G_HAVE_PLUSEQ_OP" && \ - __PLUSEQ_TEST="a" && \ - __PLUSEQ_TEST+=" b" 2>/dev/null && \ - test "a b" = "$__PLUSEQ_TEST"; then - _G_HAVE_PLUSEQ_OP=yes - fi + test -z "$_G_HAVE_PLUSEQ_OP" \ + && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ + && _G_HAVE_PLUSEQ_OP=yes if test yes = "$_G_HAVE_PLUSEQ_OP" then @@ -611,16 +580,16 @@ if test yes = "$_G_HAVE_PLUSEQ_OP"; then { $debug_cmd - func_quote_arg pretty "$2" - eval "$1+=\\ \$func_quote_arg_result" + func_quote_for_eval "$2" + eval "$1+=\\ \$func_quote_for_eval_result" }' else func_append_quoted () { $debug_cmd - func_quote_arg pretty "$2" - eval "$1=\$$1\\ \$func_quote_arg_result" + func_quote_for_eval "$2" + eval "$1=\$$1\\ \$func_quote_for_eval_result" } fi @@ -1122,206 +1091,88 @@ func_relative_path () } -# func_quote_portable EVAL ARG -# ---------------------------- -# Internal function to portably implement func_quote_arg. Note that we still -# keep attention to performance here so we as much as possible try to avoid -# calling sed binary (so far O(N) complexity as long as func_append is O(1)). -func_quote_portable () +# func_quote_for_eval ARG... +# -------------------------- +# Aesthetically quote ARGs to be evaled later. +# This function returns two values: +# i) func_quote_for_eval_result +# double-quoted, suitable for a subsequent eval +# ii) func_quote_for_eval_unquoted_result +# has all characters that are still active within double +# quotes backslashified. +func_quote_for_eval () { $debug_cmd - $require_check_ifs_backslash - - func_quote_portable_result=$2 - - # one-time-loop (easy break) - while true - do - if $1; then - func_quote_portable_result=`$ECHO "$2" | $SED \ - -e "$sed_double_quote_subst" -e "$sed_double_backslash"` - break + func_quote_for_eval_unquoted_result= + func_quote_for_eval_result= + while test 0 -lt $#; do + case $1 in + *[\\\`\"\$]*) + _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; + *) + _G_unquoted_arg=$1 ;; + esac + if test -n "$func_quote_for_eval_unquoted_result"; then + func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" + else + func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" fi - # Quote for eval. - case $func_quote_portable_result in - *[\\\`\"\$]*) - # Fallback to sed for $func_check_bs_ifs_broken=:, or when the string - # contains the shell wildcard characters. - case $check_ifs_backshlash_broken$func_quote_portable_result in - :*|*[\[\*\?]*) - func_quote_portable_result=`$ECHO "$func_quote_portable_result" \ - | $SED "$sed_quote_subst"` - break - ;; - esac - - func_quote_portable_old_IFS=$IFS - for _G_char in '\' '`' '"' '$' - do - # STATE($1) PREV($2) SEPARATOR($3) - set start "" "" - func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy - IFS=$_G_char - for _G_part in $func_quote_portable_result - do - case $1 in - quote) - func_append func_quote_portable_result "$3$2" - set quote "$_G_part" "\\$_G_char" - ;; - start) - set first "" "" - func_quote_portable_result= - ;; - first) - set quote "$_G_part" "" - ;; - esac - done - done - IFS=$func_quote_portable_old_IFS - ;; - *) ;; - esac - break - done - - func_quote_portable_unquoted_result=$func_quote_portable_result - case $func_quote_portable_result in - # double-quote args containing shell metacharacters to delay - # word splitting, command substitution and variable expansion - # for a subsequent eval. - # many bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - func_quote_portable_result=\"$func_quote_portable_result\" - ;; - esac -} - - -# func_quotefast_eval ARG -# ----------------------- -# Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG', -# but optimized for speed. Result is stored in $func_quotefast_eval. -if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then - printf -v _GL_test_printf_tilde %q '~' - if test '\~' = "$_GL_test_printf_tilde"; then - func_quotefast_eval () - { - printf -v func_quotefast_eval_result %q "$1" - } - else - # Broken older Bash implementations. Make those faster too if possible. - func_quotefast_eval () - { - case $1 in - '~'*) - func_quote_portable false "$1" - func_quotefast_eval_result=$func_quote_portable_result + case $_G_unquoted_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and variable expansion + # for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + _G_quoted_arg=\"$_G_unquoted_arg\" ;; *) - printf -v func_quotefast_eval_result %q "$1" - ;; + _G_quoted_arg=$_G_unquoted_arg + ;; esac - } - fi -else - func_quotefast_eval () - { - func_quote_portable false "$1" - func_quotefast_eval_result=$func_quote_portable_result - } -fi - -# func_quote_arg MODEs ARG -# ------------------------ -# Quote one ARG to be evaled later. MODEs argument may contain zero or more -# specifiers listed below separated by ',' character. This function returns two -# values: -# i) func_quote_arg_result -# double-quoted (when needed), suitable for a subsequent eval -# ii) func_quote_arg_unquoted_result -# has all characters that are still active within double -# quotes backslashified. Available only if 'unquoted' is specified. -# -# Available modes: -# ---------------- -# 'eval' (default) -# - escape shell special characters -# 'expand' -# - the same as 'eval'; but do not quote variable references -# 'pretty' -# - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might -# be used later in func_quote to get output like: 'echo "a b"' instead -# of 'echo a\ b'. This is slower than default on some shells. -# 'unquoted' -# - produce also $func_quote_arg_unquoted_result which does not contain -# wrapping double-quotes. -# -# Examples for 'func_quote_arg pretty,unquoted string': -# -# string | *_result | *_unquoted_result -# ------------+-----------------------+------------------- -# " | \" | \" -# a b | "a b" | a b -# "a b" | "\"a b\"" | \"a b\" -# * | "*" | * -# z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\" -# -# Examples for 'func_quote_arg pretty,unquoted,expand string': -# -# string | *_result | *_unquoted_result -# --------------+---------------------+-------------------- -# z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\" -func_quote_arg () -{ - _G_quote_expand=false - case ,$1, in - *,expand,*) - _G_quote_expand=: - ;; - esac - - case ,$1, in - *,pretty,*|*,expand,*|*,unquoted,*) - func_quote_portable $_G_quote_expand "$2" - func_quote_arg_result=$func_quote_portable_result - func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result - ;; - *) - # Faster quote-for-eval for some shells. - func_quotefast_eval "$2" - func_quote_arg_result=$func_quotefast_eval_result - ;; - esac -} - - -# func_quote MODEs ARGs... -# ------------------------ -# Quote all ARGs to be evaled later and join them into single command. See -# func_quote_arg's description for more info. -func_quote () -{ - $debug_cmd - _G_func_quote_mode=$1 ; shift - func_quote_result= - while test 0 -lt $#; do - func_quote_arg "$_G_func_quote_mode" "$1" - if test -n "$func_quote_result"; then - func_append func_quote_result " $func_quote_arg_result" + if test -n "$func_quote_for_eval_result"; then + func_append func_quote_for_eval_result " $_G_quoted_arg" else - func_append func_quote_result "$func_quote_arg_result" + func_append func_quote_for_eval_result "$_G_quoted_arg" fi shift done } +# func_quote_for_expand ARG +# ------------------------- +# Aesthetically quote ARG to be evaled later; same as above, +# but do not quote variable references. +func_quote_for_expand () +{ + $debug_cmd + + case $1 in + *[\\\`\"]*) + _G_arg=`$ECHO "$1" | $SED \ + -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; + *) + _G_arg=$1 ;; + esac + + case $_G_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting and command substitution for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + _G_arg=\"$_G_arg\" + ;; + esac + + func_quote_for_expand_result=$_G_arg +} + + # func_stripname PREFIX SUFFIX NAME # --------------------------------- # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. @@ -1364,8 +1215,8 @@ func_show_eval () _G_cmd=$1 _G_fail_exp=${2-':'} - func_quote_arg pretty,expand "$_G_cmd" - eval "func_notquiet $func_quote_arg_result" + func_quote_for_expand "$_G_cmd" + eval "func_notquiet $func_quote_for_expand_result" $opt_dry_run || { eval "$_G_cmd" @@ -1390,8 +1241,8 @@ func_show_eval_locale () _G_fail_exp=${2-':'} $opt_quiet || { - func_quote_arg expand,pretty "$_G_cmd" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$_G_cmd" + eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || { @@ -1518,26 +1369,30 @@ func_lt_ver () # End: #! /bin/sh +# Set a version string for this script. +scriptversion=2015-10-07.11; # UTC + # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 -# This is free software. There is NO warranty; not even for -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# Copyright (C) 2010-2019, 2021 Bootstrap Authors -# -# This file is dual licensed under the terms of the MIT license -# , and GPL version 2 or later -# . You must apply one of -# these licenses when using or redistributing this software or any of -# the files within it. See the URLs above, or the file `LICENSE` -# included in the Bootstrap distribution for the full license texts. +# Copyright (C) 2010-2015 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# Please report bugs or propose patches to: -# +# This program is free software: 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 3 of the License, or +# (at your option) any later version. -# Set a version string for this script. -scriptversion=2019-02-19.15; # UTC +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Please report bugs or propose patches to gary@gnu.org. ## ------ ## @@ -1560,7 +1415,7 @@ scriptversion=2019-02-19.15; # UTC # # In order for the '--version' option to work, you will need to have a # suitably formatted comment like the one at the top of this file -# starting with '# Written by ' and ending with '# Copyright'. +# starting with '# Written by ' and ending with '# warranty; '. # # For '-h' and '--help' to work, you will also need a one line # description of your script's purpose in a comment directly above the @@ -1572,7 +1427,7 @@ scriptversion=2019-02-19.15; # UTC # to display verbose messages only when your user has specified # '--verbose'. # -# After sourcing this file, you can plug in processing for additional +# After sourcing this file, you can plug processing for additional # options by amending the variables from the 'Configuration' section # below, and following the instructions in the 'Option parsing' # section further down. @@ -1621,8 +1476,8 @@ fatal_help="Try '\$progname --help' for more information." ## ------------------------- ## # This section contains functions for adding, removing, and running hooks -# in the main code. A hook is just a list of function names that can be -# run in order later on. +# to the main code. A hook is just a named list of of function, that can +# be run in order later on. # func_hookable FUNC_NAME # ----------------------- @@ -1655,8 +1510,7 @@ func_add_hook () # func_remove_hook FUNC_NAME HOOK_FUNC # ------------------------------------ -# Remove HOOK_FUNC from the list of hook functions to be called by -# FUNC_NAME. +# Remove HOOK_FUNC from the list of functions called by FUNC_NAME. func_remove_hook () { $debug_cmd @@ -1665,28 +1519,10 @@ func_remove_hook () } -# func_propagate_result FUNC_NAME_A FUNC_NAME_B -# --------------------------------------------- -# If the *_result variable of FUNC_NAME_A _is set_, assign its value to -# *_result variable of FUNC_NAME_B. -func_propagate_result () -{ - $debug_cmd - - func_propagate_result_result=: - if eval "test \"\${${1}_result+set}\" = set" - then - eval "${2}_result=\$${1}_result" - else - func_propagate_result_result=false - fi -} - - # func_run_hooks FUNC_NAME [ARG]... # --------------------------------- # Run all hook functions registered to FUNC_NAME. -# It's assumed that the list of hook functions contains nothing more +# It is assumed that the list of hook functions contains nothing more # than a whitespace-delimited list of legal shell function names, and # no effort is wasted trying to catch shell meta-characters or preserve # whitespace. @@ -1698,19 +1534,22 @@ func_run_hooks () case " $hookable_fns " in *" $1 "*) ;; - *) func_fatal_error "'$1' does not support hook functions." ;; + *) func_fatal_error "'$1' does not support hook funcions.n" ;; esac eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do - func_unset "${_G_hook}_result" - eval $_G_hook '${1+"$@"}' - func_propagate_result $_G_hook func_run_hooks - if $func_propagate_result_result; then - eval set dummy "$func_run_hooks_result"; shift + if eval $_G_hook '"$@"'; then + # store returned options list back into positional + # parameters for next 'cmd' execution. + eval _G_hook_result=\$${_G_hook}_result + eval set dummy "$_G_hook_result"; shift + _G_rc_run_hooks=: fi done + + $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result } @@ -1720,16 +1559,14 @@ func_run_hooks () ## --------------- ## # In order to add your own option parsing hooks, you must accept the -# full positional parameter list from your hook function. You may remove -# or edit any options that you action, and then pass back the remaining -# unprocessed options in '_result', escaped -# suitably for 'eval'. -# -# The '_result' variable is automatically unset -# before your hook gets called; for best performance, only set the -# *_result variable when necessary (i.e. don't call the 'func_quote' -# function unnecessarily because it can be an expensive operation on some -# machines). +# full positional parameter list in your hook function, you may remove/edit +# any options that you action, and then pass back the remaining unprocessed +# options in '_result', escaped suitably for +# 'eval'. In this case you also must return $EXIT_SUCCESS to let the +# hook's caller know that it should pay attention to +# '_result'. Returning $EXIT_FAILURE signalizes that +# arguments are left untouched by the hook and therefore caller will ignore the +# result variable. # # Like this: # @@ -1741,8 +1578,11 @@ func_run_hooks () # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' -# # No change in '$@' (ignored completely by this hook). Leave -# # my_options_prep_result variable intact. +# # No change in '$@' (ignored completely by this hook). There is +# # no need to do the equivalent (but slower) action: +# # func_quote_for_eval ${1+"$@"} +# # my_options_prep_result=$func_quote_for_eval_result +# false # } # func_add_hook func_options_prep my_options_prep # @@ -1753,7 +1593,7 @@ func_run_hooks () # # args_changed=false # -# # Note that, for efficiency, we parse as many options as we can +# # Note that for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do @@ -1770,17 +1610,18 @@ func_run_hooks () # args_changed=: # ;; # *) # Make sure the first unrecognised option "$_G_opt" -# # is added back to "$@" in case we need it later, -# # if $args_changed was set to 'true'. +# # is added back to "$@", we could need that later +# # if $args_changed is true. # set dummy "$_G_opt" ${1+"$@"}; shift; break ;; # esac # done # -# # Only call 'func_quote' here if we processed at least one argument. # if $args_changed; then -# func_quote eval ${1+"$@"} -# my_silent_option_result=$func_quote_result +# func_quote_for_eval ${1+"$@"} +# my_silent_option_result=$func_quote_for_eval_result # fi +# +# $args_changed # } # func_add_hook func_parse_options my_silent_option # @@ -1791,6 +1632,8 @@ func_run_hooks () # # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." +# +# false # } # func_add_hook func_validate_options my_option_validation # @@ -1806,8 +1649,13 @@ func_options_finish () { $debug_cmd - func_run_hooks func_options ${1+"$@"} - func_propagate_result func_run_hooks func_options_finish + _G_func_options_finish_exit=false + if func_run_hooks func_options ${1+"$@"}; then + func_options_finish_result=$func_run_hooks_result + _G_func_options_finish_exit=: + fi + + $_G_func_options_finish_exit } @@ -1820,27 +1668,28 @@ func_options () { $debug_cmd - _G_options_quoted=false + _G_rc_options=false for my_func in options_prep parse_options validate_options options_finish do - func_unset func_${my_func}_result - func_unset func_run_hooks_result - eval func_$my_func '${1+"$@"}' - func_propagate_result func_$my_func func_options - if $func_propagate_result_result; then - eval set dummy "$func_options_result"; shift - _G_options_quoted=: + if eval func_$my_func '${1+"$@"}'; then + eval _G_res_var='$'"func_${my_func}_result" + eval set dummy "$_G_res_var" ; shift + _G_rc_options=: fi done - $_G_options_quoted || { - # As we (func_options) are top-level options-parser function and - # nobody quoted "$@" for us yet, we need to do it explicitly for - # caller. - func_quote eval ${1+"$@"} - func_options_result=$func_quote_result - } + # Save modified positional parameters for caller. As a top-level + # options-parser function we always need to set the 'func_options_result' + # variable (regardless the $_G_rc_options value). + if $_G_rc_options; then + func_options_result=$_G_res_var + else + func_quote_for_eval ${1+"$@"} + func_options_result=$func_quote_for_eval_result + fi + + $_G_rc_options } @@ -1850,7 +1699,8 @@ func_options () # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and # needs to propagate that back to rest of this script, then the complete -# modified list must be put in 'func_run_hooks_result' before returning. +# modified list must be put in 'func_run_hooks_result' before +# returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned). func_hookable func_options_prep func_options_prep () { @@ -1860,8 +1710,14 @@ func_options_prep () opt_verbose=false opt_warning_types= - func_run_hooks func_options_prep ${1+"$@"} - func_propagate_result func_run_hooks func_options_prep + _G_rc_options_prep=false + if func_run_hooks func_options_prep ${1+"$@"}; then + _G_rc_options_prep=: + # save modified positional parameters for caller + func_options_prep_result=$func_run_hooks_result + fi + + $_G_rc_options_prep } @@ -1873,32 +1729,27 @@ func_parse_options () { $debug_cmd - _G_parse_options_requote=false + func_parse_options_result= + + _G_rc_parse_options=false # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. - func_run_hooks func_parse_options ${1+"$@"} - func_propagate_result func_run_hooks func_parse_options - if $func_propagate_result_result; then - eval set dummy "$func_parse_options_result"; shift - # Even though we may have changed "$@", we passed the "$@" array - # down into the hook and it quoted it for us (because we are in - # this if-branch). No need to quote it again. - _G_parse_options_requote=false + if func_run_hooks func_parse_options ${1+"$@"}; then + eval set dummy "$func_run_hooks_result"; shift + _G_rc_parse_options=: fi # Break out of the loop if we already parsed every option. test $# -gt 0 || break - # We expect that one of the options parsed in this function matches - # and thus we remove _G_opt from "$@" and need to re-quote. _G_match_parse_options=: _G_opt=$1 shift case $_G_opt in --debug|-x) debug_cmd='set -x' - func_echo "enabling shell trace mode" >&2 + func_echo "enabling shell trace mode" $debug_cmd ;; @@ -1909,7 +1760,7 @@ func_parse_options () --warnings|--warning|-W) if test $# = 0 && func_missing_arg $_G_opt; then - _G_parse_options_requote=: + _G_rc_parse_options=: break fi case " $warning_categories $1" in @@ -1964,7 +1815,7 @@ func_parse_options () shift ;; - --) _G_parse_options_requote=: ; break ;; + --) _G_rc_parse_options=: ; break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; *) set dummy "$_G_opt" ${1+"$@"}; shift _G_match_parse_options=false @@ -1972,16 +1823,17 @@ func_parse_options () ;; esac - if $_G_match_parse_options; then - _G_parse_options_requote=: - fi + $_G_match_parse_options && _G_rc_parse_options=: done - if $_G_parse_options_requote; then + + if $_G_rc_parse_options; then # save modified positional parameters for caller - func_quote eval ${1+"$@"} - func_parse_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + func_parse_options_result=$func_quote_for_eval_result fi + + $_G_rc_parse_options } @@ -1994,14 +1846,21 @@ func_validate_options () { $debug_cmd + _G_rc_validate_options=false + # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" - func_run_hooks func_validate_options ${1+"$@"} - func_propagate_result func_run_hooks func_validate_options + if func_run_hooks func_validate_options ${1+"$@"}; then + # save modified positional parameters for caller + func_validate_options_result=$func_run_hooks_result + _G_rc_validate_options=: + fi # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE + + $_G_rc_validate_options } @@ -2057,8 +1916,8 @@ func_missing_arg () # func_split_equals STRING # ------------------------ -# Set func_split_equals_lhs and func_split_equals_rhs shell variables -# after splitting STRING at the '=' sign. +# Set func_split_equals_lhs and func_split_equals_rhs shell variables after +# splitting STRING at the '=' sign. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ @@ -2073,9 +1932,8 @@ then func_split_equals_lhs=${1%%=*} func_split_equals_rhs=${1#*=} - if test "x$func_split_equals_lhs" = "x$1"; then - func_split_equals_rhs= - fi + test "x$func_split_equals_lhs" = "x$1" \ + && func_split_equals_rhs= }' else # ...otherwise fall back to using expr, which is often a shell builtin. @@ -2085,7 +1943,7 @@ else func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` func_split_equals_rhs= - test "x$func_split_equals_lhs=" = "x$1" \ + test "x$func_split_equals_lhs" = "x$1" \ || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` } fi #func_split_equals @@ -2111,7 +1969,7 @@ else { $debug_cmd - func_split_short_opt_name=`expr "x$1" : 'x\(-.\)'` + func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` } fi #func_split_short_opt @@ -2153,44 +2011,31 @@ func_usage_message () # func_version # ------------ # Echo version message to standard output and exit. -# The version message is extracted from the calling file's header -# comments, with leading '# ' stripped: -# 1. First display the progname and version -# 2. Followed by the header comment line matching /^# Written by / -# 3. Then a blank line followed by the first following line matching -# /^# Copyright / -# 4. Immediately followed by any lines between the previous matches, -# except lines preceding the intervening completely blank line. -# For example, see the header comments of this file. func_version () { $debug_cmd printf '%s\n' "$progname $scriptversion" $SED -n ' - /^# Written by /!b - s|^# ||; p; n - - :fwd2blnk - /./ { - n - b fwd2blnk + /(C)/!b go + :more + /\./!{ + N + s|\n# | | + b more } - p; n - - :holdwrnt - s|^# || - s|^# *$|| - /^Copyright /!{ - /./H - n - b holdwrnt + :go + /^# Written by /,/# warranty; / { + s|^# || + s|^# *$|| + s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| + p } - - s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| - G - s|\(\n\)\n*|\1|g - p; q' < "$progpath" + /^# Written by / { + s|^# || + p + } + /^warranty; /q' < "$progpath" exit $? } @@ -2200,12 +2045,12 @@ func_version () # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) -# time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC" +# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: # Set a version string. -scriptversion='(GNU libtool) 2.4.7' +scriptversion='(GNU libtool) 2.4.6' # func_echo ARG... @@ -2296,7 +2141,7 @@ include the following information: compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname $scriptversion Debian-2.4.7-7 + version: $progname $scriptversion Debian-2.4.6-15build2 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` @@ -2352,7 +2197,7 @@ fi # a configuration failure hint, and exit. func_fatal_configuration () { - func_fatal_error ${1+"$@"} \ + func__fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } @@ -2500,8 +2345,6 @@ libtool_options_prep () _G_rc_lt_options_prep=: - _G_rc_lt_options_prep=: - # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) @@ -2532,9 +2375,11 @@ libtool_options_prep () if $_G_rc_lt_options_prep; then # Pass back the list of options. - func_quote eval ${1+"$@"} - libtool_options_prep_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + libtool_options_prep_result=$func_quote_for_eval_result fi + + $_G_rc_lt_options_prep } func_add_hook func_options_prep libtool_options_prep @@ -2637,9 +2482,11 @@ libtool_parse_options () if $_G_rc_lt_parse_options; then # save modified positional parameters for caller - func_quote eval ${1+"$@"} - libtool_parse_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + libtool_parse_options_result=$func_quote_for_eval_result fi + + $_G_rc_lt_parse_options } func_add_hook func_parse_options libtool_parse_options @@ -2696,8 +2543,8 @@ libtool_validate_options () } # Pass back the unparsed argument list - func_quote eval ${1+"$@"} - libtool_validate_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + libtool_validate_options_result=$func_quote_for_eval_result } func_add_hook func_validate_options libtool_validate_options @@ -3663,8 +3510,8 @@ func_mode_compile () esac done - func_quote_arg pretty "$libobj" - test "X$libobj" != "X$func_quote_arg_result" \ + func_quote_for_eval "$libobj" + test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" @@ -3737,8 +3584,8 @@ compiler." func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result - func_quote_arg pretty "$srcfile" - qsrcfile=$func_quote_arg_result + func_quote_for_eval "$srcfile" + qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test yes = "$build_libtool_libs"; then @@ -3893,8 +3740,7 @@ This mode accepts the following additional options: -prefer-non-pic try to build non-PIC objects only -shared do not build a '.o' file suitable for static linking -static only build a '.o' file suitable for static linking - -Wc,FLAG - -Xcompiler FLAG pass FLAG directly to the compiler + -Wc,FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a 'standard' object file from the given SOURCEFILE. @@ -4000,8 +3846,6 @@ The following components of LINK-COMMAND are treated specially: -weak LIBNAME declare that the target provides the LIBNAME interface -Wc,FLAG -Xcompiler FLAG pass linker-specific FLAG directly to the compiler - -Wa,FLAG - -Xassembler FLAG pass linker-specific FLAG directly to the assembler -Wl,FLAG -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) @@ -4344,8 +4188,8 @@ func_mode_install () case $nonopt in *shtool*) :;; *) false;; esac then # Aesthetically quote it. - func_quote_arg pretty "$nonopt" - install_prog="$func_quote_arg_result " + func_quote_for_eval "$nonopt" + install_prog="$func_quote_for_eval_result " arg=$1 shift else @@ -4355,8 +4199,8 @@ func_mode_install () # The real first argument should be the name of the installation program. # Aesthetically quote it. - func_quote_arg pretty "$arg" - func_append install_prog "$func_quote_arg_result" + func_quote_for_eval "$arg" + func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; @@ -4413,12 +4257,12 @@ func_mode_install () esac # Aesthetically quote the argument. - func_quote_arg pretty "$arg" - func_append install_prog " $func_quote_arg_result" + func_quote_for_eval "$arg" + func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then - func_quote_arg pretty "$arg2" + func_quote_for_eval "$arg2" fi - func_append install_shared_prog " $func_quote_arg_result" + func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ @@ -4429,8 +4273,8 @@ func_mode_install () if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else - func_quote_arg pretty "$install_override_mode" - func_append install_shared_prog " -m $func_quote_arg_result" + func_quote_for_eval "$install_override_mode" + func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi @@ -4726,8 +4570,8 @@ func_mode_install () relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_quiet || { - func_quote_arg expand,pretty "$relink_command" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$relink_command" + eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else @@ -5506,8 +5350,7 @@ else if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" - func_quote_arg pretty "$ECHO" - qECHO=$func_quote_arg_result + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. @@ -5517,7 +5360,7 @@ func_fallback_echo () \$1 _LTECHO_EOF' } - ECHO=$qECHO + ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to @@ -6860,9 +6703,9 @@ func_mode_link () while test "$#" -gt 0; do arg=$1 shift - func_quote_arg pretty,unquoted "$arg" - qarg=$func_quote_arg_unquoted_result - func_append libtool_args " $func_quote_arg_result" + func_quote_for_eval "$arg" + qarg=$func_quote_for_eval_unquoted_result + func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then @@ -7098,13 +6941,6 @@ func_mode_link () prev= continue ;; - xassembler) - func_append compiler_flags " -Xassembler $qarg" - prev= - func_append compile_command " -Xassembler $qarg" - func_append finalize_command " -Xassembler $qarg" - continue - ;; xcclinker) func_append linker_flags " $qarg" func_append compiler_flags " $qarg" @@ -7275,7 +7111,7 @@ func_mode_link () # These systems don't actually have a C library (as such) test X-lc = "X$arg" && continue ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc due to us having libc/libc_r. test X-lc = "X$arg" && continue ;; @@ -7295,7 +7131,7 @@ func_mode_link () esac elif test X-lc_r = "X$arg"; then case $host in - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc_r directly, use -pthread flag. continue ;; @@ -7325,20 +7161,8 @@ func_mode_link () prev=xcompiler continue ;; - # Solaris ld rejects as of 11.4. Refer to Oracle bug 22985199. - -pthread) - case $host in - *solaris2*) ;; - *) - case "$new_inherited_linker_flags " in - *" $arg "*) ;; - * ) func_append new_inherited_linker_flags " $arg" ;; - esac - ;; - esac - continue - ;; - -mt|-mthreads|-kthread|-Kthread|-pthreads|--thread-safe \ + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" @@ -7479,9 +7303,9 @@ func_mode_link () save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs - func_quote_arg pretty "$flag" - func_append arg " $func_quote_arg_result" - func_append compiler_flags " $func_quote_arg_result" + func_quote_for_eval "$flag" + func_append arg " $func_quote_for_eval_result" + func_append compiler_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" @@ -7495,21 +7319,16 @@ func_mode_link () save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs - func_quote_arg pretty "$flag" - func_append arg " $wl$func_quote_arg_result" - func_append compiler_flags " $wl$func_quote_arg_result" - func_append linker_flags " $func_quote_arg_result" + func_quote_for_eval "$flag" + func_append arg " $wl$func_quote_for_eval_result" + func_append compiler_flags " $wl$func_quote_for_eval_result" + func_append linker_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; - -Xassembler) - prev=xassembler - continue - ;; - -Xcompiler) prev=xcompiler continue @@ -7527,8 +7346,8 @@ func_mode_link () # -msg_* for osf cc -msg_*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result ;; # Flags to be passed through unchanged, with rationale: @@ -7551,13 +7370,12 @@ func_mode_link () # -fuse-ld=* Linker select flags for GCC # -static-* direct GCC to link specific libraries statically # -fcilkplus Cilk Plus language extension features for C/C++ - # -Wa,* Pass flags directly to the assembler -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ - -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus|-Wa,*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus) + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" @@ -7578,15 +7396,15 @@ func_mode_link () continue else # Otherwise treat like 'Some other compiler flag' below - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result fi ;; # Some other compiler flag. -* | +*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result ;; *.$objext) @@ -7706,8 +7524,8 @@ func_mode_link () *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result ;; esac # arg @@ -8915,7 +8733,7 @@ func_mode_link () test CXX = "$tagname" && { case $host_os in linux*) - case `$CC -V 2>&1 | $SED 5q` in + case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 func_suncc_cstd_abi @@ -9088,7 +8906,7 @@ func_mode_link () # case $version_type in # correct linux to gnu/linux during the next big refactor - darwin|freebsd-elf|linux|midnightbsd-elf|osf|windows|none) + darwin|freebsd-elf|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor @@ -9182,7 +9000,7 @@ func_mode_link () versuffix=.$current.$revision ;; - freebsd-elf | midnightbsd-elf) + freebsd-elf) func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision @@ -9408,7 +9226,7 @@ func_mode_link () *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-midnightbsd*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) @@ -10219,8 +10037,8 @@ EOF for cmd in $concat_cmds; do IFS=$save_ifs $opt_quiet || { - func_quote_arg expand,pretty "$cmd" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? @@ -10313,8 +10131,8 @@ EOF eval cmd=\"$cmd\" IFS=$save_ifs $opt_quiet || { - func_quote_arg expand,pretty "$cmd" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? @@ -10788,13 +10606,12 @@ EOF elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else - func_quote_arg pretty "$var_value" - relink_command="$var=$func_quote_arg_result; export $var; $relink_command" + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done - func_quote eval cd "`pwd`" - func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" - relink_command=$func_quote_arg_unquoted_result + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. @@ -11034,15 +10851,13 @@ EOF elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else - func_quote_arg pretty,unquoted "$var_value" - relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command" + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. - func_quote eval cd "`pwd`" - relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - func_quote_arg pretty,unquoted "$relink_command" - relink_command=$func_quote_arg_unquoted_result + relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test yes = "$hardcode_automatic"; then relink_command= fi diff --git a/m4/libtool.m4 b/m4/libtool.m4 index e7b68334..c4c02946 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1,7 +1,6 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # -# Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software -# Foundation, Inc. +# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives @@ -32,7 +31,7 @@ m4_define([_LT_COPYING], [dnl # along with this program. If not, see . ]) -# serial 59 LT_INIT +# serial 58 LT_INIT # LT_PREREQ(VERSION) @@ -182,7 +181,6 @@ m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl -m4_require([_LT_DECL_FILECMD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl @@ -221,8 +219,8 @@ esac ofile=libtool can_build_shared=yes -# All known linkers require a '.a' archive for static linking (except MSVC and -# ICC, which need '.lib'). +# All known linkers require a '.a' archive for static linking (except MSVC, +# which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld @@ -779,7 +777,7 @@ _LT_EOF # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? - $SED '$q' "$ltmain" >> "$cfgfile" \ + sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || @@ -1043,8 +1041,8 @@ int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD - echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD - $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$AR cr libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cr libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF @@ -1068,12 +1066,17 @@ _LT_EOF _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - darwin*) - case $MACOSX_DEPLOYMENT_TARGET,$host in - 10.[[012]],*|,*powerpc*-darwin[[5-8]]*) - _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - *) - _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[[912]]*) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + 10.[[012]][[,.]]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + 10.*|11.*) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac @@ -1122,12 +1125,12 @@ m4_defun([_LT_DARWIN_LINKER_FEATURES], output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" - _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" - _LT_TAGVAR(module_expsym_cmds, $1)="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" m4_if([$1], [CXX], [ if test yes != "$lt_cv_apple_cc_single_mod"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" - _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi ],[]) else @@ -1241,8 +1244,7 @@ _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], -[m4_require([_LT_DECL_SED])dnl -AC_MSG_CHECKING([for sysroot]) +[AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot @@ -1259,7 +1261,7 @@ case $with_sysroot in #( fi ;; #( /*) - lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( @@ -1289,7 +1291,7 @@ ia64-*-hpux*) # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; @@ -1306,7 +1308,7 @@ ia64-*-hpux*) echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test yes = "$lt_cv_prog_gnu_ld"; then - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; @@ -1318,7 +1320,7 @@ ia64-*-hpux*) ;; esac else - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; @@ -1340,7 +1342,7 @@ mips64*-*linux*) echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then emul=elf - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; @@ -1348,7 +1350,7 @@ mips64*-*linux*) emul="${emul}64" ;; esac - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; @@ -1356,7 +1358,7 @@ mips64*-*linux*) emul="${emul}ltsmip" ;; esac - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; @@ -1376,14 +1378,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # not appear in the list. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then - case `$FILECMD conftest.o` in + case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) - case `$FILECMD conftest.o` in + case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; @@ -1451,7 +1453,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then - case `$FILECMD conftest.o` in + case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) @@ -1490,22 +1492,9 @@ need_locks=$enable_libtool_lock m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} +: ${AR_FLAGS=cr} _LT_DECL([], [AR], [1], [The archiver]) - -# Use ARFLAGS variable as AR's operation code to sync the variable naming with -# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have -# higher priority because thats what people were doing historically (setting -# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS -# variable obsoleted/removed. - -test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} -lt_ar_flags=$AR_FLAGS -_LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)]) - -# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override -# by AR_FLAGS because that was never working and AR_FLAGS is about to die. -_LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}], - [Flags to create an archive]) +_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no @@ -1724,7 +1713,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl lt_cv_sys_max_cmd_len=8192; ;; - bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` @@ -1767,7 +1756,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then - lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'` + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi @@ -2217,35 +2206,26 @@ m4_defun([_LT_CMD_STRIPLIB], striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) -if test -z "$STRIP"; then - AC_MSG_RESULT([no]) +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) else - if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then - old_striplib="$STRIP --strip-debug" - striplib="$STRIP --strip-unneeded" - AC_MSG_RESULT([yes]) - else - case $host_os in - darwin*) - # FIXME - insert some real tests, host_os isn't really good enough +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) - ;; - freebsd*) - if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then - old_striplib="$STRIP --strip-debug" - striplib="$STRIP --strip-unneeded" - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - ;; - *) + else AC_MSG_RESULT([no]) - ;; - esac - fi + fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) @@ -2568,7 +2548,7 @@ cygwin* | mingw* | pw32* | cegcc*) case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' - soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; @@ -2578,14 +2558,14 @@ m4_if([$1], [],[ ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; - *,cl* | *,icl*) - # Native MSVC or ICC + *,cl*) + # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' @@ -2604,7 +2584,7 @@ m4_if([$1], [],[ done IFS=$lt_save_ifs # Convert to MSYS style. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form @@ -2641,7 +2621,7 @@ m4_if([$1], [],[ ;; *) - # Assume MSVC and ICC wrapper + # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; @@ -2674,7 +2654,7 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; -freebsd* | dragonfly* | midnightbsd*) +freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then @@ -3485,7 +3465,7 @@ beos*) bsdi[[45]]*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' - lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; @@ -3519,14 +3499,14 @@ darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; -freebsd* | dragonfly* | midnightbsd*) +freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' - lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac @@ -3540,7 +3520,7 @@ haiku*) ;; hpux10.20* | hpux11*) - lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' @@ -3587,7 +3567,7 @@ netbsd* | netbsdelf*-gnu) newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' - lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; @@ -3714,13 +3694,13 @@ else mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac - case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) - case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 @@ -3746,7 +3726,7 @@ else # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) - case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; @@ -3986,7 +3966,7 @@ esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. - lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" @@ -4004,20 +3984,20 @@ fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ @@ -4041,7 +4021,7 @@ for ac_symprfx in "" "_"; do if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. - # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ @@ -4059,9 +4039,9 @@ for ac_symprfx in "" "_"; do " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else - lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi - lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no @@ -4349,7 +4329,7 @@ m4_if([$1], [CXX], [ ;; esac ;; - freebsd* | dragonfly* | midnightbsd*) + freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) @@ -4432,7 +4412,7 @@ m4_if([$1], [CXX], [ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) - case `$CC -V 2>&1 | $SED 5q` in + case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' @@ -4774,7 +4754,7 @@ m4_if([$1], [CXX], [ _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) - case `$CC -V 2>&1 | $SED 5q` in + case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' @@ -4957,7 +4937,7 @@ m4_if([$1], [CXX], [ if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) @@ -4965,7 +4945,7 @@ m4_if([$1], [CXX], [ ;; cygwin* | mingw* | cegcc*) case $cc_basename in - cl* | icl*) + cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) @@ -5025,15 +5005,15 @@ dnl Note also adjust exclude_expsyms for C++ above. case $host_os in cygwin* | mingw* | pw32* | cegcc*) - # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using - # Microsoft Visual C++ or Intel C++ Compiler. + # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) - # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) @@ -5088,7 +5068,7 @@ dnl Note also adjust exclude_expsyms for C++ above. _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no - case `$LD -v | $SED -e 's/([[^)]]\+)\s\+//' 2>&1` in + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... @@ -5200,7 +5180,6 @@ _LT_EOF emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' ;; interix[[3-9]]*) @@ -5215,7 +5194,7 @@ _LT_EOF # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) @@ -5258,7 +5237,7 @@ _LT_EOF _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac - case `$CC -V 2>&1 | $SED 5q` in + case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes @@ -5270,14 +5249,13 @@ _LT_EOF if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) @@ -5287,7 +5265,7 @@ _LT_EOF _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi @@ -5419,7 +5397,7 @@ _LT_EOF if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no @@ -5602,12 +5580,12 @@ _LT_EOF cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using - # Microsoft Visual C++ or Intel C++ Compiler. + # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in - cl* | icl*) - # Native MSVC or ICC + cl*) + # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes @@ -5648,7 +5626,7 @@ _LT_EOF fi' ;; *) - # Assume MSVC and ICC wrapper + # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. @@ -5696,7 +5674,7 @@ _LT_EOF ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly* | midnightbsd*) + freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes @@ -5837,7 +5815,6 @@ _LT_EOF # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(ld_shlibs, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ;; esac ;; @@ -5909,7 +5886,6 @@ _LT_EOF emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' ;; osf3*) @@ -6680,8 +6656,8 @@ if test yes != "$_lt_caught_CXX_error"; then cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in - ,cl* | no,cl* | ,icl* | no,icl*) - # Native MSVC or ICC + ,cl* | no,cl*) + # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' @@ -6779,7 +6755,6 @@ if test yes != "$_lt_caught_CXX_error"; then emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' ;; dgux*) @@ -6810,7 +6785,7 @@ if test yes != "$_lt_caught_CXX_error"; then _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; - freebsd* | dragonfly* | midnightbsd*) + freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes @@ -6947,7 +6922,7 @@ if test yes != "$_lt_caught_CXX_error"; then # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in @@ -7087,13 +7062,13 @@ if test yes != "$_lt_caught_CXX_error"; then _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi ;; *) - case `$CC -V 2>&1 | $SED 5q` in + case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' @@ -8239,14 +8214,6 @@ _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) -# _LT_DECL_FILECMD -# ---------------- -# Check for a file(cmd) program that can be used to detect file type and magic -m4_defun([_LT_DECL_FILECMD], -[AC_CHECK_TOOL([FILECMD], [file], [:]) -_LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types]) -])# _LD_DECL_FILECMD - # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4 index b0b5e9c2..94b08297 100644 --- a/m4/ltoptions.m4 +++ b/m4/ltoptions.m4 @@ -1,7 +1,7 @@ # Helper functions for option handling. -*- Autoconf -*- # -# Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free -# Software Foundation, Inc. +# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software +# Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4 index 902508bd..48bc9344 100644 --- a/m4/ltsugar.m4 +++ b/m4/ltsugar.m4 @@ -1,6 +1,6 @@ # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # -# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software +# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 index b155d0ac..fa04b52a 100644 --- a/m4/ltversion.m4 +++ b/m4/ltversion.m4 @@ -1,7 +1,6 @@ # ltversion.m4 -- version numbers -*- Autoconf -*- # -# Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation, -# Inc. +# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives @@ -10,15 +9,15 @@ # @configure_input@ -# serial 4245 ltversion.m4 +# serial 4179 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.4.7]) -m4_define([LT_PACKAGE_REVISION], [2.4.7]) +m4_define([LT_PACKAGE_VERSION], [2.4.6]) +m4_define([LT_PACKAGE_REVISION], [2.4.6]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4.7' -macro_revision='2.4.7' +[macro_version='2.4.6' +macro_revision='2.4.6' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) diff --git a/m4/lt~obsolete.m4 b/m4/lt~obsolete.m4 index 0f7a8759..c6b26f88 100644 --- a/m4/lt~obsolete.m4 +++ b/m4/lt~obsolete.m4 @@ -1,7 +1,7 @@ # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # -# Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free -# Software Foundation, Inc. +# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software +# Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives diff --git a/man/Makefile.in b/man/Makefile.in index 5eef178c..41773ad7 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -260,7 +260,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/config.xml b/man/config.xml index f3420361..1a42af34 100644 --- a/man/config.xml +++ b/man/config.xml @@ -1,2 +1,2 @@ - + diff --git a/man/cs/Makefile.in b/man/cs/Makefile.in index a04a706b..a4a88c88 100644 --- a/man/cs/Makefile.in +++ b/man/cs/Makefile.in @@ -193,7 +193,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/da/Makefile.in b/man/da/Makefile.in index c192e7ac..e042b371 100644 --- a/man/da/Makefile.in +++ b/man/da/Makefile.in @@ -195,7 +195,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/da/man1/chfn.1 b/man/da/man1/chfn.1 index a999af8d..ec8ba653 100644 --- a/man/da/man1/chfn.1 +++ b/man/da/man1/chfn.1 @@ -2,12 +2,12 @@ .\" Title: chfn .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "CHFN" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHFN" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/da/man1/groups.1 b/man/da/man1/groups.1 index 81f2be2b..f2ad0788 100644 --- a/man/da/man1/groups.1 +++ b/man/da/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "GROUPS" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GROUPS" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/da/man1/id.1 b/man/da/man1/id.1 index 6854332b..d860ed0f 100644 --- a/man/da/man1/id.1 +++ b/man/da/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "ID" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "ID" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/da/man1/newgrp.1 b/man/da/man1/newgrp.1 index fed91ded..9ac6546e 100644 --- a/man/da/man1/newgrp.1 +++ b/man/da/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "NEWGRP" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGRP" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/da/man1/sg.1 b/man/da/man1/sg.1 index cc288b54..ad5725b0 100644 --- a/man/da/man1/sg.1 +++ b/man/da/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "SG" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SG" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/da/man5/gshadow.5 b/man/da/man5/gshadow.5 index 56a4e557..55a065df 100644 --- a/man/da/man5/gshadow.5 +++ b/man/da/man5/gshadow.5 @@ -2,12 +2,12 @@ .\" Title: gshadow .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "GSHADOW" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "GSHADOW" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/da/man8/groupdel.8 b/man/da/man8/groupdel.8 index e370ffec..f73ba6e4 100644 --- a/man/da/man8/groupdel.8 +++ b/man/da/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "GROUPDEL" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPDEL" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/da/man8/logoutd.8 b/man/da/man8/logoutd.8 index 88b506fe..d321b46f 100644 --- a/man/da/man8/logoutd.8 +++ b/man/da/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "LOGOUTD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LOGOUTD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/da/man8/nologin.8 b/man/da/man8/nologin.8 index c22b77cb..eaf96dff 100644 --- a/man/da/man8/nologin.8 +++ b/man/da/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "NOLOGIN" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NOLOGIN" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/da/man8/vipw.8 b/man/da/man8/vipw.8 index a586d71c..6cb2986d 100644 --- a/man/da/man8/vipw.8 +++ b/man/da/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Danish .\" -.TH "VIPW" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "VIPW" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/Makefile.in b/man/de/Makefile.in index 3c64eb6e..49dc69e1 100644 --- a/man/de/Makefile.in +++ b/man/de/Makefile.in @@ -197,7 +197,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/de/man1/chage.1 b/man/de/man1/chage.1 index 9d88d46e..282b6989 100644 --- a/man/de/man1/chage.1 +++ b/man/de/man1/chage.1 @@ -2,12 +2,12 @@ .\" Title: chage .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "CHAGE" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHAGE" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/chfn.1 b/man/de/man1/chfn.1 index 458e2e6f..685d3f09 100644 --- a/man/de/man1/chfn.1 +++ b/man/de/man1/chfn.1 @@ -2,12 +2,12 @@ .\" Title: chfn .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "CHFN" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHFN" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/chsh.1 b/man/de/man1/chsh.1 index e7e73529..fd7c4851 100644 --- a/man/de/man1/chsh.1 +++ b/man/de/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "CHSH" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHSH" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/expiry.1 b/man/de/man1/expiry.1 index b51c8365..aae40001 100644 --- a/man/de/man1/expiry.1 +++ b/man/de/man1/expiry.1 @@ -2,12 +2,12 @@ .\" Title: expiry .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "EXPIRY" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "EXPIRY" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/gpasswd.1 b/man/de/man1/gpasswd.1 index 68f26250..37707c2d 100644 --- a/man/de/man1/gpasswd.1 +++ b/man/de/man1/gpasswd.1 @@ -2,12 +2,12 @@ .\" Title: gpasswd .\" Author: Rafal Maszkowski .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "GPASSWD" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GPASSWD" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/groups.1 b/man/de/man1/groups.1 index d06b82e3..d0449c92 100644 --- a/man/de/man1/groups.1 +++ b/man/de/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "GROUPS" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GROUPS" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/id.1 b/man/de/man1/id.1 index 26b40b1d..0da0780b 100644 --- a/man/de/man1/id.1 +++ b/man/de/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "ID" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "ID" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/login.1 b/man/de/man1/login.1 index 2262e3ea..8a6c5236 100644 --- a/man/de/man1/login.1 +++ b/man/de/man1/login.1 @@ -2,12 +2,12 @@ .\" Title: login .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "LOGIN" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "LOGIN" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,13 +115,6 @@ Name des fernen Rechners f\(:ur diese Anmeldung\&. beh\(:alt die Umgebung bei\&. .RE .PP -\fB\-r\fR -.RS 4 -f\(:uhrt das Autologin\-Protokoll f\(:ur -\fBrlogin\fR -aus\&. -.RE -.PP The \fB\-r\fR, \fB\-h\fR diff --git a/man/de/man1/newgrp.1 b/man/de/man1/newgrp.1 index cc4bcffa..4fd56406 100644 --- a/man/de/man1/newgrp.1 +++ b/man/de/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "NEWGRP" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGRP" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/passwd.1 b/man/de/man1/passwd.1 index 0ee0d4f7..fae0c5cf 100644 --- a/man/de/man1/passwd.1 +++ b/man/de/man1/passwd.1 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "PASSWD" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "PASSWD" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/sg.1 b/man/de/man1/sg.1 index edae3273..5a91f855 100644 --- a/man/de/man1/sg.1 +++ b/man/de/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "SG" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SG" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man1/su.1 b/man/de/man1/su.1 index 598d4cb2..a751b378 100644 --- a/man/de/man1/su.1 +++ b/man/de/man1/su.1 @@ -2,12 +2,12 @@ .\" Title: su .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "SU" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SU" "1" "18.06.2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man3/shadow.3 b/man/de/man3/shadow.3 index eb6e81cc..f5edf109 100644 --- a/man/de/man3/shadow.3 +++ b/man/de/man3/shadow.3 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: Library Calls -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "SHADOW" "3" "21.06.2024" "shadow\-utils 4\&.15\&.2" "Library Calls" +.TH "SHADOW" "3" "18.06.2024" "shadow\-utils 4\&.16\&.0" "Library Calls" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man5/faillog.5 b/man/de/man5/faillog.5 index 65517903..74c5ae96 100644 --- a/man/de/man5/faillog.5 +++ b/man/de/man5/faillog.5 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "FAILLOG" "5" "21.06.2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuratio" +.TH "FAILLOG" "5" "18.06.2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuratio" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man5/gshadow.5 b/man/de/man5/gshadow.5 index 0f182179..2b084aa5 100644 --- a/man/de/man5/gshadow.5 +++ b/man/de/man5/gshadow.5 @@ -2,12 +2,12 @@ .\" Title: gshadow .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "GSHADOW" "5" "21.06.2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "GSHADOW" "5" "18.06.2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man5/limits.5 b/man/de/man5/limits.5 index 29ebc2ce..89543de7 100644 --- a/man/de/man5/limits.5 +++ b/man/de/man5/limits.5 @@ -2,12 +2,12 @@ .\" Title: limits .\" Author: Luca Berra .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "LIMITS" "5" "21.06.2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LIMITS" "5" "18.06.2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man5/login.access.5 b/man/de/man5/login.access.5 index 4e3730eb..acc013f9 100644 --- a/man/de/man5/login.access.5 +++ b/man/de/man5/login.access.5 @@ -2,12 +2,12 @@ .\" Title: login.access .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "LOGIN\&.ACCESS" "5" "21.06.2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.ACCESS" "5" "18.06.2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man5/login.defs.5 b/man/de/man5/login.defs.5 index 5a3f6ca1..b707537d 100644 --- a/man/de/man5/login.defs.5 +++ b/man/de/man5/login.defs.5 @@ -2,12 +2,12 @@ .\" Title: login.defs .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "LOGIN\&.DEFS" "5" "21.06.2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.DEFS" "5" "18.06.2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man5/passwd.5 b/man/de/man5/passwd.5 index 620a79e7..f16f4d2f 100644 --- a/man/de/man5/passwd.5 +++ b/man/de/man5/passwd.5 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "PASSWD" "5" "21.06.2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PASSWD" "5" "18.06.2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man5/porttime.5 b/man/de/man5/porttime.5 index c6aae574..da70a10f 100644 --- a/man/de/man5/porttime.5 +++ b/man/de/man5/porttime.5 @@ -2,12 +2,12 @@ .\" Title: porttime .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "PORTTIME" "5" "21.06.2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PORTTIME" "5" "18.06.2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man5/shadow.5 b/man/de/man5/shadow.5 index aa9ced4a..938beca1 100644 --- a/man/de/man5/shadow.5 +++ b/man/de/man5/shadow.5 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "SHADOW" "5" "21.06.2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SHADOW" "5" "18.06.2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man5/suauth.5 b/man/de/man5/suauth.5 index 85d03b41..af28a581 100644 --- a/man/de/man5/suauth.5 +++ b/man/de/man5/suauth.5 @@ -2,12 +2,12 @@ .\" Title: suauth .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "SUAUTH" "5" "21.06.2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUAUTH" "5" "18.06.2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/chgpasswd.8 b/man/de/man8/chgpasswd.8 index 6123f2a0..15327476 100644 --- a/man/de/man8/chgpasswd.8 +++ b/man/de/man8/chgpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chgpasswd .\" Author: Thomas K\(/loczko .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "CHGPASSWD" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHGPASSWD" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/chpasswd.8 b/man/de/man8/chpasswd.8 index c524312c..84dba5b7 100644 --- a/man/de/man8/chpasswd.8 +++ b/man/de/man8/chpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chpasswd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "CHPASSWD" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHPASSWD" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/faillog.8 b/man/de/man8/faillog.8 index a04d0de8..d5849171 100644 --- a/man/de/man8/faillog.8 +++ b/man/de/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "FAILLOG" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "FAILLOG" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/groupadd.8 b/man/de/man8/groupadd.8 index 3caed39d..2e1ec488 100644 --- a/man/de/man8/groupadd.8 +++ b/man/de/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "GROUPADD" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPADD" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/groupdel.8 b/man/de/man8/groupdel.8 index 4db2fadf..8bde5e77 100644 --- a/man/de/man8/groupdel.8 +++ b/man/de/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "GROUPDEL" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPDEL" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/groupmems.8 b/man/de/man8/groupmems.8 index f741428b..f735aec5 100644 --- a/man/de/man8/groupmems.8 +++ b/man/de/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "GROUPMEMS" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMEMS" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/groupmod.8 b/man/de/man8/groupmod.8 index 4117b744..98867464 100644 --- a/man/de/man8/groupmod.8 +++ b/man/de/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "GROUPMOD" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMOD" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/grpck.8 b/man/de/man8/grpck.8 index 72f27790..300a8f7e 100644 --- a/man/de/man8/grpck.8 +++ b/man/de/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "GRPCK" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GRPCK" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/lastlog.8 b/man/de/man8/lastlog.8 index dc4c6730..076e7e13 100644 --- a/man/de/man8/lastlog.8 +++ b/man/de/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "LASTLOG" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LASTLOG" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/logoutd.8 b/man/de/man8/logoutd.8 index e9cad468..f58989c1 100644 --- a/man/de/man8/logoutd.8 +++ b/man/de/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "LOGOUTD" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LOGOUTD" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/newusers.8 b/man/de/man8/newusers.8 index 0a4b9fcd..15eae248 100644 --- a/man/de/man8/newusers.8 +++ b/man/de/man8/newusers.8 @@ -2,12 +2,12 @@ .\" Title: newusers .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "NEWUSERS" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NEWUSERS" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/nologin.8 b/man/de/man8/nologin.8 index 57ece97c..55fcdf02 100644 --- a/man/de/man8/nologin.8 +++ b/man/de/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "NOLOGIN" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NOLOGIN" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/pwck.8 b/man/de/man8/pwck.8 index f3cd6541..ba55ae4b 100644 --- a/man/de/man8/pwck.8 +++ b/man/de/man8/pwck.8 @@ -2,12 +2,12 @@ .\" Title: pwck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "PWCK" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCK" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/pwconv.8 b/man/de/man8/pwconv.8 index 98cd6027..daff2f98 100644 --- a/man/de/man8/pwconv.8 +++ b/man/de/man8/pwconv.8 @@ -2,12 +2,12 @@ .\" Title: pwconv .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "PWCONV" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCONV" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/sulogin.8 b/man/de/man8/sulogin.8 index 1244de9d..c26a362d 100644 --- a/man/de/man8/sulogin.8 +++ b/man/de/man8/sulogin.8 @@ -2,12 +2,12 @@ .\" Title: sulogin .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "SULOGIN" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "SULOGIN" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/useradd.8 b/man/de/man8/useradd.8 index 7920dbf9..e280cec5 100644 --- a/man/de/man8/useradd.8 +++ b/man/de/man8/useradd.8 @@ -2,12 +2,12 @@ .\" Title: useradd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "USERADD" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERADD" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/userdel.8 b/man/de/man8/userdel.8 index 752e07fe..e19051ae 100644 --- a/man/de/man8/userdel.8 +++ b/man/de/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "USERDEL" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERDEL" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/usermod.8 b/man/de/man8/usermod.8 index 84a76b6b..5b050f2f 100644 --- a/man/de/man8/usermod.8 +++ b/man/de/man8/usermod.8 @@ -2,12 +2,12 @@ .\" Title: usermod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "USERMOD" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERMOD" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/de/man8/vipw.8 b/man/de/man8/vipw.8 index 865106c4..3b4ab9ae 100644 --- a/man/de/man8/vipw.8 +++ b/man/de/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21.06.2024 +.\" Date: 18.06.2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: German .\" -.TH "VIPW" "8" "21.06.2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "VIPW" "8" "18.06.2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/es/Makefile.in b/man/es/Makefile.in index 2c658c79..19daaecd 100644 --- a/man/es/Makefile.in +++ b/man/es/Makefile.in @@ -158,7 +158,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/fi/Makefile.in b/man/fi/Makefile.in index 468fe98e..c62e9080 100644 --- a/man/fi/Makefile.in +++ b/man/fi/Makefile.in @@ -189,7 +189,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/fr/Makefile.in b/man/fr/Makefile.in index daf92b5f..20bc80e6 100644 --- a/man/fr/Makefile.in +++ b/man/fr/Makefile.in @@ -199,7 +199,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/fr/man1/chage.1 b/man/fr/man1/chage.1 index 364eb3f3..f0407261 100644 --- a/man/fr/man1/chage.1 +++ b/man/fr/man1/chage.1 @@ -2,12 +2,12 @@ .\" Title: chage .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "CHAGE" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHAGE" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/chfn.1 b/man/fr/man1/chfn.1 index 92452c74..83270e69 100644 --- a/man/fr/man1/chfn.1 +++ b/man/fr/man1/chfn.1 @@ -2,12 +2,12 @@ .\" Title: chfn .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "CHFN" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHFN" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/chsh.1 b/man/fr/man1/chsh.1 index 18f1b655..0e4b2e4c 100644 --- a/man/fr/man1/chsh.1 +++ b/man/fr/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "CHSH" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHSH" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/expiry.1 b/man/fr/man1/expiry.1 index 0b237a9e..cb2a4071 100644 --- a/man/fr/man1/expiry.1 +++ b/man/fr/man1/expiry.1 @@ -2,12 +2,12 @@ .\" Title: expiry .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "EXPIRY" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "EXPIRY" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/gpasswd.1 b/man/fr/man1/gpasswd.1 index c5042b7b..ca4f26b8 100644 --- a/man/fr/man1/gpasswd.1 +++ b/man/fr/man1/gpasswd.1 @@ -2,12 +2,12 @@ .\" Title: gpasswd .\" Author: rafal Maszkowski .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "GPASSWD" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GPASSWD" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/groups.1 b/man/fr/man1/groups.1 index 09413e55..edf1d1a9 100644 --- a/man/fr/man1/groups.1 +++ b/man/fr/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "GROUPS" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GROUPS" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/id.1 b/man/fr/man1/id.1 index 1f96b2ae..e6798a23 100644 --- a/man/fr/man1/id.1 +++ b/man/fr/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "ID" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "ID" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/login.1 b/man/fr/man1/login.1 index 6d30e44f..40f6ab95 100644 --- a/man/fr/man1/login.1 +++ b/man/fr/man1/login.1 @@ -2,12 +2,12 @@ .\" Title: login .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "LOGIN" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "LOGIN" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,11 +115,6 @@ Nom de l\*(Aqh\(^ote distant pour cette connexion\&. Pr\('eserver l\*(Aqenvironnement\&. .RE .PP -\fB\-r\fR -.RS 4 -Ex\('ecuter le protocole de connexion automatique (autologin) pour rlogin\&. -.RE -.PP The \fB\-r\fR, \fB\-h\fR diff --git a/man/fr/man1/newgidmap.1 b/man/fr/man1/newgidmap.1 index 28bbee33..8d4e3c86 100644 --- a/man/fr/man1/newgidmap.1 +++ b/man/fr/man1/newgidmap.1 @@ -2,12 +2,12 @@ .\" Title: newgidmap .\" Author: Eric Biederman .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "NEWGIDMAP" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGIDMAP" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/newgrp.1 b/man/fr/man1/newgrp.1 index 797403c1..d28ead84 100644 --- a/man/fr/man1/newgrp.1 +++ b/man/fr/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "NEWGRP" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGRP" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/newuidmap.1 b/man/fr/man1/newuidmap.1 index da9c65d3..5892124f 100644 --- a/man/fr/man1/newuidmap.1 +++ b/man/fr/man1/newuidmap.1 @@ -2,12 +2,12 @@ .\" Title: newuidmap .\" Author: Eric Biederman .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "NEWUIDMAP" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWUIDMAP" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/passwd.1 b/man/fr/man1/passwd.1 index ae6e0cbf..f3c43d9b 100644 --- a/man/fr/man1/passwd.1 +++ b/man/fr/man1/passwd.1 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "PASSWD" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "PASSWD" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/sg.1 b/man/fr/man1/sg.1 index 967e2d33..25349f11 100644 --- a/man/fr/man1/sg.1 +++ b/man/fr/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "SG" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SG" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man1/su.1 b/man/fr/man1/su.1 index 2b586fb7..d035aaaa 100644 --- a/man/fr/man1/su.1 +++ b/man/fr/man1/su.1 @@ -2,12 +2,12 @@ .\" Title: su .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "SU" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SU" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man3/shadow.3 b/man/fr/man3/shadow.3 index 1e9729f6..890ef178 100644 --- a/man/fr/man3/shadow.3 +++ b/man/fr/man3/shadow.3 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: Library Calls -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "SHADOW" "3" "21/06/2024" "shadow\-utils 4\&.15\&.2" "Library Calls" +.TH "SHADOW" "3" "18/06/2024" "shadow\-utils 4\&.16\&.0" "Library Calls" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/faillog.5 b/man/fr/man5/faillog.5 index e729b0be..d6fb3bdc 100644 --- a/man/fr/man5/faillog.5 +++ b/man/fr/man5/faillog.5 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "FAILLOG" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuratio" +.TH "FAILLOG" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuratio" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/gshadow.5 b/man/fr/man5/gshadow.5 index 120301de..4a38e5f3 100644 --- a/man/fr/man5/gshadow.5 +++ b/man/fr/man5/gshadow.5 @@ -2,12 +2,12 @@ .\" Title: gshadow .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "GSHADOW" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "GSHADOW" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/limits.5 b/man/fr/man5/limits.5 index 4589e590..a2e6b3ad 100644 --- a/man/fr/man5/limits.5 +++ b/man/fr/man5/limits.5 @@ -2,12 +2,12 @@ .\" Title: limits .\" Author: Luca Berra .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "LIMITS" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LIMITS" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/login.access.5 b/man/fr/man5/login.access.5 index 0d4767d2..c07250e9 100644 --- a/man/fr/man5/login.access.5 +++ b/man/fr/man5/login.access.5 @@ -2,12 +2,12 @@ .\" Title: login.access .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "LOGIN\&.ACCESS" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.ACCESS" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/login.defs.5 b/man/fr/man5/login.defs.5 index 845e10bd..24e362db 100644 --- a/man/fr/man5/login.defs.5 +++ b/man/fr/man5/login.defs.5 @@ -2,12 +2,12 @@ .\" Title: login.defs .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "LOGIN\&.DEFS" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.DEFS" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/passwd.5 b/man/fr/man5/passwd.5 index ea061d6a..cade2b67 100644 --- a/man/fr/man5/passwd.5 +++ b/man/fr/man5/passwd.5 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "PASSWD" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PASSWD" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/porttime.5 b/man/fr/man5/porttime.5 index 7ea4e735..37210d1c 100644 --- a/man/fr/man5/porttime.5 +++ b/man/fr/man5/porttime.5 @@ -2,12 +2,12 @@ .\" Title: porttime .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "PORTTIME" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PORTTIME" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/shadow.5 b/man/fr/man5/shadow.5 index 42c8ed29..a3b12fe5 100644 --- a/man/fr/man5/shadow.5 +++ b/man/fr/man5/shadow.5 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "SHADOW" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SHADOW" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/suauth.5 b/man/fr/man5/suauth.5 index 40d7b661..289de364 100644 --- a/man/fr/man5/suauth.5 +++ b/man/fr/man5/suauth.5 @@ -2,12 +2,12 @@ .\" Title: suauth .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "SUAUTH" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUAUTH" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/subgid.5 b/man/fr/man5/subgid.5 index a035d5fb..54327a7d 100644 --- a/man/fr/man5/subgid.5 +++ b/man/fr/man5/subgid.5 @@ -2,12 +2,12 @@ .\" Title: subgid .\" Author: Eric Biederman .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "SUBGID" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUBGID" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man5/subuid.5 b/man/fr/man5/subuid.5 index ebe92554..0a6b48ff 100644 --- a/man/fr/man5/subuid.5 +++ b/man/fr/man5/subuid.5 @@ -2,12 +2,12 @@ .\" Title: subuid .\" Author: Eric Biederman .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "SUBUID" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUBUID" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/chgpasswd.8 b/man/fr/man8/chgpasswd.8 index f8c454e2..58523859 100644 --- a/man/fr/man8/chgpasswd.8 +++ b/man/fr/man8/chgpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chgpasswd .\" Author: Thomas K\(/loczko .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "CHGPASSWD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHGPASSWD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/chpasswd.8 b/man/fr/man8/chpasswd.8 index f5cadc8c..7d65758c 100644 --- a/man/fr/man8/chpasswd.8 +++ b/man/fr/man8/chpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chpasswd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "CHPASSWD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHPASSWD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/faillog.8 b/man/fr/man8/faillog.8 index b74b7635..989fa16b 100644 --- a/man/fr/man8/faillog.8 +++ b/man/fr/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "FAILLOG" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "FAILLOG" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/groupadd.8 b/man/fr/man8/groupadd.8 index 3e9b5a3d..d31c8621 100644 --- a/man/fr/man8/groupadd.8 +++ b/man/fr/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "GROUPADD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPADD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/groupdel.8 b/man/fr/man8/groupdel.8 index cab97e84..57653ff2 100644 --- a/man/fr/man8/groupdel.8 +++ b/man/fr/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "GROUPDEL" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPDEL" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/groupmems.8 b/man/fr/man8/groupmems.8 index 4fc00092..9d2421c4 100644 --- a/man/fr/man8/groupmems.8 +++ b/man/fr/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "GROUPMEMS" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMEMS" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/groupmod.8 b/man/fr/man8/groupmod.8 index cd40d5f9..8e0fafd8 100644 --- a/man/fr/man8/groupmod.8 +++ b/man/fr/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "GROUPMOD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMOD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/grpck.8 b/man/fr/man8/grpck.8 index a5397b98..5b1133af 100644 --- a/man/fr/man8/grpck.8 +++ b/man/fr/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "GRPCK" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GRPCK" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/lastlog.8 b/man/fr/man8/lastlog.8 index 14bb18b8..6c58a8f4 100644 --- a/man/fr/man8/lastlog.8 +++ b/man/fr/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "LASTLOG" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LASTLOG" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/logoutd.8 b/man/fr/man8/logoutd.8 index 43b07eb4..96f15704 100644 --- a/man/fr/man8/logoutd.8 +++ b/man/fr/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "LOGOUTD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LOGOUTD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/newusers.8 b/man/fr/man8/newusers.8 index 4f070018..a285a94e 100644 --- a/man/fr/man8/newusers.8 +++ b/man/fr/man8/newusers.8 @@ -2,12 +2,12 @@ .\" Title: newusers .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "NEWUSERS" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NEWUSERS" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/nologin.8 b/man/fr/man8/nologin.8 index 6c14f0dd..cda217d4 100644 --- a/man/fr/man8/nologin.8 +++ b/man/fr/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "NOLOGIN" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NOLOGIN" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/pwck.8 b/man/fr/man8/pwck.8 index 3a6b15df..3ed28bee 100644 --- a/man/fr/man8/pwck.8 +++ b/man/fr/man8/pwck.8 @@ -2,12 +2,12 @@ .\" Title: pwck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "PWCK" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCK" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/pwconv.8 b/man/fr/man8/pwconv.8 index bd6d6781..cc56241b 100644 --- a/man/fr/man8/pwconv.8 +++ b/man/fr/man8/pwconv.8 @@ -2,12 +2,12 @@ .\" Title: pwconv .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "PWCONV" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCONV" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/sulogin.8 b/man/fr/man8/sulogin.8 index 82f336c7..8e1fcd44 100644 --- a/man/fr/man8/sulogin.8 +++ b/man/fr/man8/sulogin.8 @@ -2,12 +2,12 @@ .\" Title: sulogin .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "SULOGIN" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "SULOGIN" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/useradd.8 b/man/fr/man8/useradd.8 index 544c14d8..d0c1eae3 100644 --- a/man/fr/man8/useradd.8 +++ b/man/fr/man8/useradd.8 @@ -2,12 +2,12 @@ .\" Title: useradd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "USERADD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERADD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/userdel.8 b/man/fr/man8/userdel.8 index 99084c02..d860bc41 100644 --- a/man/fr/man8/userdel.8 +++ b/man/fr/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "USERDEL" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERDEL" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/usermod.8 b/man/fr/man8/usermod.8 index 17893ea4..0909921a 100644 --- a/man/fr/man8/usermod.8 +++ b/man/fr/man8/usermod.8 @@ -2,12 +2,12 @@ .\" Title: usermod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "USERMOD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERMOD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/fr/man8/vipw.8 b/man/fr/man8/vipw.8 index 323e95b2..2a48a42e 100644 --- a/man/fr/man8/vipw.8 +++ b/man/fr/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: French .\" -.TH "VIPW" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "VIPW" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/hu/Makefile.in b/man/hu/Makefile.in index 45fc8eb5..3ebe22bd 100644 --- a/man/hu/Makefile.in +++ b/man/hu/Makefile.in @@ -193,7 +193,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/id/Makefile.in b/man/id/Makefile.in index 79a0521f..2640bd6e 100644 --- a/man/id/Makefile.in +++ b/man/id/Makefile.in @@ -190,7 +190,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/it/Makefile.in b/man/it/Makefile.in index dd69471a..0befe2e1 100644 --- a/man/it/Makefile.in +++ b/man/it/Makefile.in @@ -197,7 +197,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/it/man1/chage.1 b/man/it/man1/chage.1 index d5a27425..d97ef80a 100644 --- a/man/it/man1/chage.1 +++ b/man/it/man1/chage.1 @@ -2,12 +2,12 @@ .\" Title: chage .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "CHAGE" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHAGE" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/chfn.1 b/man/it/man1/chfn.1 index 06641188..949ec372 100644 --- a/man/it/man1/chfn.1 +++ b/man/it/man1/chfn.1 @@ -2,12 +2,12 @@ .\" Title: chfn .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "CHFN" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHFN" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/chsh.1 b/man/it/man1/chsh.1 index 77e7d3e3..60c0b45b 100644 --- a/man/it/man1/chsh.1 +++ b/man/it/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "CHSH" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHSH" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/expiry.1 b/man/it/man1/expiry.1 index 378c08c9..3b2a6ff8 100644 --- a/man/it/man1/expiry.1 +++ b/man/it/man1/expiry.1 @@ -2,12 +2,12 @@ .\" Title: expiry .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "EXPIRY" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "EXPIRY" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/gpasswd.1 b/man/it/man1/gpasswd.1 index 6ef70d07..c5acb344 100644 --- a/man/it/man1/gpasswd.1 +++ b/man/it/man1/gpasswd.1 @@ -2,12 +2,12 @@ .\" Title: gpasswd .\" Author: Rafal Maszkowski .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "GPASSWD" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GPASSWD" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/groups.1 b/man/it/man1/groups.1 index ead76d64..54689f34 100644 --- a/man/it/man1/groups.1 +++ b/man/it/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "GROUPS" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GROUPS" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/id.1 b/man/it/man1/id.1 index 2197f9bc..ad56689e 100644 --- a/man/it/man1/id.1 +++ b/man/it/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "ID" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "ID" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/login.1 b/man/it/man1/login.1 index d35d2b4c..4b2f2be4 100644 --- a/man/it/man1/login.1 +++ b/man/it/man1/login.1 @@ -2,12 +2,12 @@ .\" Title: login .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "LOGIN" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "LOGIN" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,11 +115,6 @@ Nome dell\*(Aqhost remoto per questo login\&. Non modifica l\*(Aqambiente\&. .RE .PP -\fB\-r\fR -.RS 4 -Attiva il protocollo autologin di rlogin\&. -.RE -.PP The \fB\-r\fR, \fB\-h\fR diff --git a/man/it/man1/newgrp.1 b/man/it/man1/newgrp.1 index f661d12d..861c5290 100644 --- a/man/it/man1/newgrp.1 +++ b/man/it/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "NEWGRP" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGRP" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/passwd.1 b/man/it/man1/passwd.1 index 6f32ad21..6a4d58d9 100644 --- a/man/it/man1/passwd.1 +++ b/man/it/man1/passwd.1 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "PASSWD" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "PASSWD" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/sg.1 b/man/it/man1/sg.1 index a938344b..0331f9f2 100644 --- a/man/it/man1/sg.1 +++ b/man/it/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "SG" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SG" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man1/su.1 b/man/it/man1/su.1 index cfc0d911..82fea5ab 100644 --- a/man/it/man1/su.1 +++ b/man/it/man1/su.1 @@ -2,12 +2,12 @@ .\" Title: su .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "SU" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SU" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man3/shadow.3 b/man/it/man3/shadow.3 index 54c3738d..4ef99318 100644 --- a/man/it/man3/shadow.3 +++ b/man/it/man3/shadow.3 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: Library Calls -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "SHADOW" "3" "21/06/2024" "shadow\-utils 4\&.15\&.2" "Library Calls" +.TH "SHADOW" "3" "18/06/2024" "shadow\-utils 4\&.16\&.0" "Library Calls" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man5/faillog.5 b/man/it/man5/faillog.5 index c5f659cb..7da3061e 100644 --- a/man/it/man5/faillog.5 +++ b/man/it/man5/faillog.5 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "FAILLOG" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuratio" +.TH "FAILLOG" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuratio" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man5/gshadow.5 b/man/it/man5/gshadow.5 index 3032d1d2..f1824528 100644 --- a/man/it/man5/gshadow.5 +++ b/man/it/man5/gshadow.5 @@ -2,12 +2,12 @@ .\" Title: gshadow .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "GSHADOW" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "GSHADOW" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man5/limits.5 b/man/it/man5/limits.5 index 951285b4..8133f858 100644 --- a/man/it/man5/limits.5 +++ b/man/it/man5/limits.5 @@ -2,12 +2,12 @@ .\" Title: limits .\" Author: Luca Berra .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "LIMITS" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LIMITS" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man5/login.access.5 b/man/it/man5/login.access.5 index e38d2b70..dc1a8cb6 100644 --- a/man/it/man5/login.access.5 +++ b/man/it/man5/login.access.5 @@ -2,12 +2,12 @@ .\" Title: login.access .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "LOGIN\&.ACCESS" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.ACCESS" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man5/login.defs.5 b/man/it/man5/login.defs.5 index 3dbd8ec8..4acd0a7f 100644 --- a/man/it/man5/login.defs.5 +++ b/man/it/man5/login.defs.5 @@ -2,12 +2,12 @@ .\" Title: login.defs .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "LOGIN\&.DEFS" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.DEFS" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man5/passwd.5 b/man/it/man5/passwd.5 index 01c241e6..6cddc71a 100644 --- a/man/it/man5/passwd.5 +++ b/man/it/man5/passwd.5 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "PASSWD" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PASSWD" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man5/porttime.5 b/man/it/man5/porttime.5 index 50032715..ca123a90 100644 --- a/man/it/man5/porttime.5 +++ b/man/it/man5/porttime.5 @@ -2,12 +2,12 @@ .\" Title: porttime .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "PORTTIME" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PORTTIME" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man5/shadow.5 b/man/it/man5/shadow.5 index 6f73d44f..13bc23cc 100644 --- a/man/it/man5/shadow.5 +++ b/man/it/man5/shadow.5 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "SHADOW" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SHADOW" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man5/suauth.5 b/man/it/man5/suauth.5 index 1b00ff17..7192c2e0 100644 --- a/man/it/man5/suauth.5 +++ b/man/it/man5/suauth.5 @@ -2,12 +2,12 @@ .\" Title: suauth .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "SUAUTH" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUAUTH" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/chgpasswd.8 b/man/it/man8/chgpasswd.8 index 381d5887..7581baaf 100644 --- a/man/it/man8/chgpasswd.8 +++ b/man/it/man8/chgpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chgpasswd .\" Author: Thomas K\(/loczko .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "CHGPASSWD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHGPASSWD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/chpasswd.8 b/man/it/man8/chpasswd.8 index 15b22f55..9fabaf70 100644 --- a/man/it/man8/chpasswd.8 +++ b/man/it/man8/chpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chpasswd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "CHPASSWD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHPASSWD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/faillog.8 b/man/it/man8/faillog.8 index d31a17b1..63923bd6 100644 --- a/man/it/man8/faillog.8 +++ b/man/it/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "FAILLOG" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "FAILLOG" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/groupadd.8 b/man/it/man8/groupadd.8 index b9776091..08e01d7b 100644 --- a/man/it/man8/groupadd.8 +++ b/man/it/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "GROUPADD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPADD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/groupdel.8 b/man/it/man8/groupdel.8 index 6b4b592a..cc1b023d 100644 --- a/man/it/man8/groupdel.8 +++ b/man/it/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "GROUPDEL" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPDEL" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/groupmems.8 b/man/it/man8/groupmems.8 index 9b2c0e22..8e5af40f 100644 --- a/man/it/man8/groupmems.8 +++ b/man/it/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "GROUPMEMS" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMEMS" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/groupmod.8 b/man/it/man8/groupmod.8 index b7ae6c11..a604a39c 100644 --- a/man/it/man8/groupmod.8 +++ b/man/it/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "GROUPMOD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMOD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/grpck.8 b/man/it/man8/grpck.8 index 063f3d19..642c2370 100644 --- a/man/it/man8/grpck.8 +++ b/man/it/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "GRPCK" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GRPCK" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/lastlog.8 b/man/it/man8/lastlog.8 index 8faa9232..7fbd044d 100644 --- a/man/it/man8/lastlog.8 +++ b/man/it/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "LASTLOG" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LASTLOG" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/logoutd.8 b/man/it/man8/logoutd.8 index b60132bf..621758eb 100644 --- a/man/it/man8/logoutd.8 +++ b/man/it/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "LOGOUTD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LOGOUTD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/newusers.8 b/man/it/man8/newusers.8 index 651dada6..197000a5 100644 --- a/man/it/man8/newusers.8 +++ b/man/it/man8/newusers.8 @@ -2,12 +2,12 @@ .\" Title: newusers .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "NEWUSERS" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NEWUSERS" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/nologin.8 b/man/it/man8/nologin.8 index 10c276ac..235f0c56 100644 --- a/man/it/man8/nologin.8 +++ b/man/it/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "NOLOGIN" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NOLOGIN" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/pwck.8 b/man/it/man8/pwck.8 index 9c4d3e7b..e396f5cc 100644 --- a/man/it/man8/pwck.8 +++ b/man/it/man8/pwck.8 @@ -2,12 +2,12 @@ .\" Title: pwck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "PWCK" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCK" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/pwconv.8 b/man/it/man8/pwconv.8 index b1bea599..3c3742bd 100644 --- a/man/it/man8/pwconv.8 +++ b/man/it/man8/pwconv.8 @@ -2,12 +2,12 @@ .\" Title: pwconv .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "PWCONV" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCONV" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/sulogin.8 b/man/it/man8/sulogin.8 index 0feea133..93ff447e 100644 --- a/man/it/man8/sulogin.8 +++ b/man/it/man8/sulogin.8 @@ -2,12 +2,12 @@ .\" Title: sulogin .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "SULOGIN" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "SULOGIN" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/useradd.8 b/man/it/man8/useradd.8 index 9810e72f..08a686b5 100644 --- a/man/it/man8/useradd.8 +++ b/man/it/man8/useradd.8 @@ -2,12 +2,12 @@ .\" Title: useradd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "USERADD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERADD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/userdel.8 b/man/it/man8/userdel.8 index 439567d3..b73ace96 100644 --- a/man/it/man8/userdel.8 +++ b/man/it/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "USERDEL" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERDEL" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/usermod.8 b/man/it/man8/usermod.8 index 45432d14..0c1b10b3 100644 --- a/man/it/man8/usermod.8 +++ b/man/it/man8/usermod.8 @@ -2,12 +2,12 @@ .\" Title: usermod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "USERMOD" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERMOD" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/it/man8/vipw.8 b/man/it/man8/vipw.8 index 25c8127f..04f21cf5 100644 --- a/man/it/man8/vipw.8 +++ b/man/it/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Italian .\" -.TH "VIPW" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "VIPW" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ja/Makefile.in b/man/ja/Makefile.in index 9ef122d8..8dc98836 100644 --- a/man/ja/Makefile.in +++ b/man/ja/Makefile.in @@ -195,7 +195,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/ko/Makefile.in b/man/ko/Makefile.in index cabdc54f..6bd0da2a 100644 --- a/man/ko/Makefile.in +++ b/man/ko/Makefile.in @@ -192,7 +192,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/login.1.xml b/man/login.1.xml index 0826b1f0..26e6ea44 100644 --- a/man/login.1.xml +++ b/man/login.1.xml @@ -215,14 +215,6 @@ Preserve environment. - - - - - - Perform autologin protocol for rlogin. - - diff --git a/man/man1/chage.1 b/man/man1/chage.1 index 0998ae80..d8dcaa77 100644 --- a/man/man1/chage.1 +++ b/man/man1/chage.1 @@ -2,12 +2,12 @@ .\" Title: chage .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "CHAGE" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHAGE" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/chfn.1 b/man/man1/chfn.1 index 315f32b4..4df59524 100644 --- a/man/man1/chfn.1 +++ b/man/man1/chfn.1 @@ -2,12 +2,12 @@ .\" Title: chfn .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "CHFN" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHFN" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/chsh.1 b/man/man1/chsh.1 index 597f3ff2..797f4757 100644 --- a/man/man1/chsh.1 +++ b/man/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "CHSH" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHSH" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/expiry.1 b/man/man1/expiry.1 index 93dc97d3..f24de71f 100644 --- a/man/man1/expiry.1 +++ b/man/man1/expiry.1 @@ -2,12 +2,12 @@ .\" Title: expiry .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "EXPIRY" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "EXPIRY" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/getsubids.1 b/man/man1/getsubids.1 index fa026b02..9d5c56bf 100644 --- a/man/man1/getsubids.1 +++ b/man/man1/getsubids.1 @@ -2,12 +2,12 @@ .\" Title: getsubids .\" Author: Iker Pedrosa .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "GETSUBIDS" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GETSUBIDS" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/gpasswd.1 b/man/man1/gpasswd.1 index 68810fc5..4eec98e7 100644 --- a/man/man1/gpasswd.1 +++ b/man/man1/gpasswd.1 @@ -2,12 +2,12 @@ .\" Title: gpasswd .\" Author: Rafal Maszkowski .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "GPASSWD" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GPASSWD" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/groups.1 b/man/man1/groups.1 index 473f1ee7..dd517c03 100644 --- a/man/man1/groups.1 +++ b/man/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "GROUPS" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GROUPS" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/id.1 b/man/man1/id.1 index 34eb3492..f3a8eef4 100644 --- a/man/man1/id.1 +++ b/man/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "ID" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "ID" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/login.1 b/man/man1/login.1 index 36028e8a..008d5b04 100644 --- a/man/man1/login.1 +++ b/man/man1/login.1 @@ -2,12 +2,12 @@ .\" Title: login .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "LOGIN" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "LOGIN" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,11 +115,6 @@ Name of the remote host for this login\&. Preserve environment\&. .RE .PP -\fB\-r\fR -.RS 4 -Perform autologin protocol for rlogin\&. -.RE -.PP The \fB\-r\fR, \fB\-h\fR diff --git a/man/man1/newgidmap.1 b/man/man1/newgidmap.1 index 7328aef0..63ee7ec4 100644 --- a/man/man1/newgidmap.1 +++ b/man/man1/newgidmap.1 @@ -2,12 +2,12 @@ .\" Title: newgidmap .\" Author: Eric Biederman .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "NEWGIDMAP" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGIDMAP" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/newgrp.1 b/man/man1/newgrp.1 index 04cf7e70..13421ced 100644 --- a/man/man1/newgrp.1 +++ b/man/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "NEWGRP" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGRP" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/newuidmap.1 b/man/man1/newuidmap.1 index 71b7226c..d83a1c19 100644 --- a/man/man1/newuidmap.1 +++ b/man/man1/newuidmap.1 @@ -2,12 +2,12 @@ .\" Title: newuidmap .\" Author: Eric Biederman .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "NEWUIDMAP" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWUIDMAP" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/passwd.1 b/man/man1/passwd.1 index 04a48c2f..b61d5a27 100644 --- a/man/man1/passwd.1 +++ b/man/man1/passwd.1 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "PASSWD" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "PASSWD" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/sg.1 b/man/man1/sg.1 index 1e104ab1..d01ff179 100644 --- a/man/man1/sg.1 +++ b/man/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "SG" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SG" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/su.1 b/man/man1/su.1 index ebd26293..76ea7b53 100644 --- a/man/man1/su.1 +++ b/man/man1/su.1 @@ -2,12 +2,12 @@ .\" Title: su .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "SU" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SU" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man3/shadow.3 b/man/man3/shadow.3 index 8489607c..d4fd7804 100644 --- a/man/man3/shadow.3 +++ b/man/man3/shadow.3 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: Library Calls -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "SHADOW" "3" "06/21/2024" "shadow\-utils 4\&.15\&.2" "Library Calls" +.TH "SHADOW" "3" "06/18/2024" "shadow\-utils 4\&.16\&.0" "Library Calls" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/faillog.5 b/man/man5/faillog.5 index ebf45b99..bf24bb36 100644 --- a/man/man5/faillog.5 +++ b/man/man5/faillog.5 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "FAILLOG" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuratio" +.TH "FAILLOG" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuratio" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/gshadow.5 b/man/man5/gshadow.5 index c3cdbea4..73080938 100644 --- a/man/man5/gshadow.5 +++ b/man/man5/gshadow.5 @@ -2,12 +2,12 @@ .\" Title: gshadow .\" Author: Nicolas François .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "GSHADOW" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "GSHADOW" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/limits.5 b/man/man5/limits.5 index e2f16110..ada9ba93 100644 --- a/man/man5/limits.5 +++ b/man/man5/limits.5 @@ -2,12 +2,12 @@ .\" Title: limits .\" Author: Luca Berra .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "LIMITS" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LIMITS" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/login.access.5 b/man/man5/login.access.5 index f7d5bc7d..afc87ef2 100644 --- a/man/man5/login.access.5 +++ b/man/man5/login.access.5 @@ -2,12 +2,12 @@ .\" Title: login.access .\" Author: Marek Michałkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "LOGIN\&.ACCESS" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.ACCESS" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/login.defs.5 b/man/man5/login.defs.5 index 78522418..41ab36c5 100644 --- a/man/man5/login.defs.5 +++ b/man/man5/login.defs.5 @@ -2,12 +2,12 @@ .\" Title: login.defs .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "LOGIN\&.DEFS" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.DEFS" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/passwd.5 b/man/man5/passwd.5 index 83c203f2..8d21dbe9 100644 --- a/man/man5/passwd.5 +++ b/man/man5/passwd.5 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "PASSWD" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PASSWD" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/porttime.5 b/man/man5/porttime.5 index f59c016c..30542b7f 100644 --- a/man/man5/porttime.5 +++ b/man/man5/porttime.5 @@ -2,12 +2,12 @@ .\" Title: porttime .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "PORTTIME" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PORTTIME" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/shadow.5 b/man/man5/shadow.5 index 706aa2b6..5c346adb 100644 --- a/man/man5/shadow.5 +++ b/man/man5/shadow.5 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "SHADOW" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SHADOW" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/suauth.5 b/man/man5/suauth.5 index 533961d5..7bc2525c 100644 --- a/man/man5/suauth.5 +++ b/man/man5/suauth.5 @@ -2,12 +2,12 @@ .\" Title: suauth .\" Author: Marek Michałkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "SUAUTH" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUAUTH" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/subgid.5 b/man/man5/subgid.5 index 5471ab78..a6fb69bb 100644 --- a/man/man5/subgid.5 +++ b/man/man5/subgid.5 @@ -2,12 +2,12 @@ .\" Title: subgid .\" Author: Eric Biederman .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "SUBGID" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUBGID" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man5/subuid.5 b/man/man5/subuid.5 index 1e6ba8ac..0a6c767a 100644 --- a/man/man5/subuid.5 +++ b/man/man5/subuid.5 @@ -2,12 +2,12 @@ .\" Title: subuid .\" Author: Eric Biederman .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "SUBUID" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUBUID" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/chgpasswd.8 b/man/man8/chgpasswd.8 index b65edaf3..406c2498 100644 --- a/man/man8/chgpasswd.8 +++ b/man/man8/chgpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chgpasswd .\" Author: Thomas Kłoczko .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "CHGPASSWD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHGPASSWD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/chpasswd.8 b/man/man8/chpasswd.8 index 107f4aee..b9b900d8 100644 --- a/man/man8/chpasswd.8 +++ b/man/man8/chpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chpasswd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "CHPASSWD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHPASSWD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/faillog.8 b/man/man8/faillog.8 index b5042c23..74ec070e 100644 --- a/man/man8/faillog.8 +++ b/man/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "FAILLOG" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "FAILLOG" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/groupadd.8 b/man/man8/groupadd.8 index 9ab8fb2a..32650f91 100644 --- a/man/man8/groupadd.8 +++ b/man/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "GROUPADD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPADD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/groupdel.8 b/man/man8/groupdel.8 index 8503eba7..cd811bb9 100644 --- a/man/man8/groupdel.8 +++ b/man/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "GROUPDEL" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPDEL" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/groupmems.8 b/man/man8/groupmems.8 index 3518fc07..eeca2029 100644 --- a/man/man8/groupmems.8 +++ b/man/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "GROUPMEMS" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMEMS" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/groupmod.8 b/man/man8/groupmod.8 index a1e695c5..bc95b038 100644 --- a/man/man8/groupmod.8 +++ b/man/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "GROUPMOD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMOD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/grpck.8 b/man/man8/grpck.8 index f4082944..2cc0aeeb 100644 --- a/man/man8/grpck.8 +++ b/man/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "GRPCK" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GRPCK" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/lastlog.8 b/man/man8/lastlog.8 index 1bbda99f..6ae15bd9 100644 --- a/man/man8/lastlog.8 +++ b/man/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "LASTLOG" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LASTLOG" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/logoutd.8 b/man/man8/logoutd.8 index 6f7a8de7..d5d69444 100644 --- a/man/man8/logoutd.8 +++ b/man/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "LOGOUTD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LOGOUTD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/newusers.8 b/man/man8/newusers.8 index 560ca0c9..81db8746 100644 --- a/man/man8/newusers.8 +++ b/man/man8/newusers.8 @@ -2,12 +2,12 @@ .\" Title: newusers .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "NEWUSERS" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NEWUSERS" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/nologin.8 b/man/man8/nologin.8 index 64131b78..ae0970b8 100644 --- a/man/man8/nologin.8 +++ b/man/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas François .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "NOLOGIN" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NOLOGIN" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/pwck.8 b/man/man8/pwck.8 index 53fb29e5..ef3a9916 100644 --- a/man/man8/pwck.8 +++ b/man/man8/pwck.8 @@ -2,12 +2,12 @@ .\" Title: pwck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "PWCK" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCK" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/pwconv.8 b/man/man8/pwconv.8 index 74a81fc4..f3bf2812 100644 --- a/man/man8/pwconv.8 +++ b/man/man8/pwconv.8 @@ -2,12 +2,12 @@ .\" Title: pwconv .\" Author: Marek Michałkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "PWCONV" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCONV" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/sulogin.8 b/man/man8/sulogin.8 index a1d81967..455d8bda 100644 --- a/man/man8/sulogin.8 +++ b/man/man8/sulogin.8 @@ -2,12 +2,12 @@ .\" Title: sulogin .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "SULOGIN" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "SULOGIN" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/useradd.8 b/man/man8/useradd.8 index 3ec476b3..b568a7dc 100644 --- a/man/man8/useradd.8 +++ b/man/man8/useradd.8 @@ -2,12 +2,12 @@ .\" Title: useradd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "USERADD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERADD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/userdel.8 b/man/man8/userdel.8 index 6ee18e91..b2e2fccf 100644 --- a/man/man8/userdel.8 +++ b/man/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "USERDEL" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERDEL" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/usermod.8 b/man/man8/usermod.8 index 4b93a189..0e7dbfbf 100644 --- a/man/man8/usermod.8 +++ b/man/man8/usermod.8 @@ -2,12 +2,12 @@ .\" Title: usermod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "USERMOD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERMOD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man8/vipw.8 b/man/man8/vipw.8 index ba1b2e03..e30a6c58 100644 --- a/man/man8/vipw.8 +++ b/man/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Michałkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: English .\" -.TH "VIPW" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "VIPW" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/Makefile.in b/man/pl/Makefile.in index 9737dc14..39266aed 100644 --- a/man/pl/Makefile.in +++ b/man/pl/Makefile.in @@ -197,7 +197,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/pl/man1/chage.1 b/man/pl/man1/chage.1 index 7f0513b5..2d140643 100644 --- a/man/pl/man1/chage.1 +++ b/man/pl/man1/chage.1 @@ -2,12 +2,12 @@ .\" Title: chage .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "CHAGE" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHAGE" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man1/chsh.1 b/man/pl/man1/chsh.1 index 58aa47b3..d595a493 100644 --- a/man/pl/man1/chsh.1 +++ b/man/pl/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "CHSH" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHSH" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man1/expiry.1 b/man/pl/man1/expiry.1 index 40d4fb9e..24f33c19 100644 --- a/man/pl/man1/expiry.1 +++ b/man/pl/man1/expiry.1 @@ -2,12 +2,12 @@ .\" Title: expiry .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "EXPIRY" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "EXPIRY" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man1/groups.1 b/man/pl/man1/groups.1 index 312e6828..9fe09f6b 100644 --- a/man/pl/man1/groups.1 +++ b/man/pl/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "GROUPS" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GROUPS" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man1/id.1 b/man/pl/man1/id.1 index 74523a36..b7df953e 100644 --- a/man/pl/man1/id.1 +++ b/man/pl/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "ID" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "ID" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man1/newgrp.1 b/man/pl/man1/newgrp.1 index 7604ea00..086eb04e 100644 --- a/man/pl/man1/newgrp.1 +++ b/man/pl/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "NEWGRP" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGRP" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man1/sg.1 b/man/pl/man1/sg.1 index 517013fb..06d7d338 100644 --- a/man/pl/man1/sg.1 +++ b/man/pl/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "SG" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SG" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man3/shadow.3 b/man/pl/man3/shadow.3 index de813ed4..fd67b4fd 100644 --- a/man/pl/man3/shadow.3 +++ b/man/pl/man3/shadow.3 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: Library Calls -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "SHADOW" "3" "06/21/2024" "shadow\-utils 4\&.15\&.2" "Library Calls" +.TH "SHADOW" "3" "06/18/2024" "shadow\-utils 4\&.16\&.0" "Library Calls" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man5/faillog.5 b/man/pl/man5/faillog.5 index 66d970d5..e495c305 100644 --- a/man/pl/man5/faillog.5 +++ b/man/pl/man5/faillog.5 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "FAILLOG" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuratio" +.TH "FAILLOG" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuratio" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man5/porttime.5 b/man/pl/man5/porttime.5 index 62878bfc..3a5a9f76 100644 --- a/man/pl/man5/porttime.5 +++ b/man/pl/man5/porttime.5 @@ -2,12 +2,12 @@ .\" Title: porttime .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "PORTTIME" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PORTTIME" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/faillog.8 b/man/pl/man8/faillog.8 index 7abd9e1a..9d986bf1 100644 --- a/man/pl/man8/faillog.8 +++ b/man/pl/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "FAILLOG" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "FAILLOG" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/groupadd.8 b/man/pl/man8/groupadd.8 index 4b0b811a..9a81b185 100644 --- a/man/pl/man8/groupadd.8 +++ b/man/pl/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "GROUPADD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPADD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/groupdel.8 b/man/pl/man8/groupdel.8 index af2e67cb..3a67c7bc 100644 --- a/man/pl/man8/groupdel.8 +++ b/man/pl/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "GROUPDEL" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPDEL" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/groupmems.8 b/man/pl/man8/groupmems.8 index f0c5d4d0..a6b7c6a4 100644 --- a/man/pl/man8/groupmems.8 +++ b/man/pl/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "GROUPMEMS" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMEMS" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/groupmod.8 b/man/pl/man8/groupmod.8 index cfbd44c3..ce99e698 100644 --- a/man/pl/man8/groupmod.8 +++ b/man/pl/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "GROUPMOD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMOD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/grpck.8 b/man/pl/man8/grpck.8 index 72c742f8..de46f3ba 100644 --- a/man/pl/man8/grpck.8 +++ b/man/pl/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "GRPCK" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GRPCK" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/lastlog.8 b/man/pl/man8/lastlog.8 index f0288ce5..0152269b 100644 --- a/man/pl/man8/lastlog.8 +++ b/man/pl/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "LASTLOG" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LASTLOG" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/logoutd.8 b/man/pl/man8/logoutd.8 index 3e5665e7..90e7e1f3 100644 --- a/man/pl/man8/logoutd.8 +++ b/man/pl/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "LOGOUTD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LOGOUTD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/userdel.8 b/man/pl/man8/userdel.8 index 147dffb1..95d38a5e 100644 --- a/man/pl/man8/userdel.8 +++ b/man/pl/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "USERDEL" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERDEL" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/usermod.8 b/man/pl/man8/usermod.8 index c5b06dba..e0d8c641 100644 --- a/man/pl/man8/usermod.8 +++ b/man/pl/man8/usermod.8 @@ -2,12 +2,12 @@ .\" Title: usermod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "USERMOD" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERMOD" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pl/man8/vipw.8 b/man/pl/man8/vipw.8 index 2af9cd4c..075649ba 100644 --- a/man/pl/man8/vipw.8 +++ b/man/pl/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Polish .\" -.TH "VIPW" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "VIPW" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/pt_BR/Makefile.in b/man/pt_BR/Makefile.in index f12dbd05..c56c22ab 100644 --- a/man/pt_BR/Makefile.in +++ b/man/pt_BR/Makefile.in @@ -192,7 +192,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/ru/Makefile.in b/man/ru/Makefile.in index cfa19823..5db579f5 100644 --- a/man/ru/Makefile.in +++ b/man/ru/Makefile.in @@ -197,7 +197,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/ru/man1/chage.1 b/man/ru/man1/chage.1 index fd2c3ece..b00c8a9d 100644 --- a/man/ru/man1/chage.1 +++ b/man/ru/man1/chage.1 @@ -2,12 +2,12 @@ .\" Title: chage .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "chage" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "chage" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/chfn.1 b/man/ru/man1/chfn.1 index 6d7039e3..b9970858 100644 --- a/man/ru/man1/chfn.1 +++ b/man/ru/man1/chfn.1 @@ -2,12 +2,12 @@ .\" Title: chfn .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "chfn" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "chfn" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/chsh.1 b/man/ru/man1/chsh.1 index 20fcc1a8..200d40cb 100644 --- a/man/ru/man1/chsh.1 +++ b/man/ru/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "chsh" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "chsh" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/expiry.1 b/man/ru/man1/expiry.1 index 84d59b13..f498e7fb 100644 --- a/man/ru/man1/expiry.1 +++ b/man/ru/man1/expiry.1 @@ -2,12 +2,12 @@ .\" Title: expiry .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "expiry" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "expiry" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/gpasswd.1 b/man/ru/man1/gpasswd.1 index 976a154e..7bde0e35 100644 --- a/man/ru/man1/gpasswd.1 +++ b/man/ru/man1/gpasswd.1 @@ -2,12 +2,12 @@ .\" Title: gpasswd .\" Author: Rafal Maszkowski .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "gpasswd" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "gpasswd" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/groups.1 b/man/ru/man1/groups.1 index 08a849a3..40a9120f 100644 --- a/man/ru/man1/groups.1 +++ b/man/ru/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "groups" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "groups" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/id.1 b/man/ru/man1/id.1 index 75561921..5317b539 100644 --- a/man/ru/man1/id.1 +++ b/man/ru/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "id" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "id" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/login.1 b/man/ru/man1/login.1 index e3b0720e..a9efed14 100644 --- a/man/ru/man1/login.1 +++ b/man/ru/man1/login.1 @@ -2,12 +2,12 @@ .\" Title: login .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "login" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "login" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,11 +115,6 @@ is mandatory\&. Сохранить окружение\&. .RE .PP -\fB\-r\fR -.RS 4 -Выполнить протокол autologin для rlogin\&. -.RE -.PP The \fB\-r\fR, \fB\-h\fR diff --git a/man/ru/man1/newgrp.1 b/man/ru/man1/newgrp.1 index 4bf0c076..a1b548db 100644 --- a/man/ru/man1/newgrp.1 +++ b/man/ru/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "newgrp" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "newgrp" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/passwd.1 b/man/ru/man1/passwd.1 index 4fa5ce07..14c21d37 100644 --- a/man/ru/man1/passwd.1 +++ b/man/ru/man1/passwd.1 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "passwd" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "passwd" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/sg.1 b/man/ru/man1/sg.1 index 6f87d74d..43386a58 100644 --- a/man/ru/man1/sg.1 +++ b/man/ru/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "sg" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "sg" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man1/su.1 b/man/ru/man1/su.1 index c47ada9e..70892e9b 100644 --- a/man/ru/man1/su.1 +++ b/man/ru/man1/su.1 @@ -2,12 +2,12 @@ .\" Title: su .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "su" "1" "06/21/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "su" "1" "06/18/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man3/shadow.3 b/man/ru/man3/shadow.3 index 68d19f44..356fa6ab 100644 --- a/man/ru/man3/shadow.3 +++ b/man/ru/man3/shadow.3 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: Library Calls -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "shadow" "3" "06/21/2024" "shadow\-utils 4\&.15\&.2" "Library Calls" +.TH "shadow" "3" "06/18/2024" "shadow\-utils 4\&.16\&.0" "Library Calls" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man5/faillog.5 b/man/ru/man5/faillog.5 index 26c9102d..052e6934 100644 --- a/man/ru/man5/faillog.5 +++ b/man/ru/man5/faillog.5 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "faillog" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuratio" +.TH "faillog" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuratio" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man5/gshadow.5 b/man/ru/man5/gshadow.5 index e0ad132b..1a523132 100644 --- a/man/ru/man5/gshadow.5 +++ b/man/ru/man5/gshadow.5 @@ -2,12 +2,12 @@ .\" Title: gshadow .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "gshadow" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "gshadow" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man5/limits.5 b/man/ru/man5/limits.5 index da824718..645dc90b 100644 --- a/man/ru/man5/limits.5 +++ b/man/ru/man5/limits.5 @@ -2,12 +2,12 @@ .\" Title: limits .\" Author: Luca Berra .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "limits" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "limits" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man5/login.access.5 b/man/ru/man5/login.access.5 index 4ca9898d..99bb57ec 100644 --- a/man/ru/man5/login.access.5 +++ b/man/ru/man5/login.access.5 @@ -2,12 +2,12 @@ .\" Title: login.access .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "login\&.access" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "login\&.access" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man5/login.defs.5 b/man/ru/man5/login.defs.5 index 1f4bc48d..4676d122 100644 --- a/man/ru/man5/login.defs.5 +++ b/man/ru/man5/login.defs.5 @@ -2,12 +2,12 @@ .\" Title: login.defs .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "login\&.defs" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "login\&.defs" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man5/passwd.5 b/man/ru/man5/passwd.5 index 8a3aeed2..93db32fd 100644 --- a/man/ru/man5/passwd.5 +++ b/man/ru/man5/passwd.5 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "passwd" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "passwd" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man5/porttime.5 b/man/ru/man5/porttime.5 index 38065be1..674c8ec1 100644 --- a/man/ru/man5/porttime.5 +++ b/man/ru/man5/porttime.5 @@ -2,12 +2,12 @@ .\" Title: porttime .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "porttime" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "porttime" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man5/shadow.5 b/man/ru/man5/shadow.5 index 3145f93a..979bd256 100644 --- a/man/ru/man5/shadow.5 +++ b/man/ru/man5/shadow.5 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "shadow" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "shadow" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man5/suauth.5 b/man/ru/man5/suauth.5 index 44fa4e07..4915924a 100644 --- a/man/ru/man5/suauth.5 +++ b/man/ru/man5/suauth.5 @@ -2,12 +2,12 @@ .\" Title: suauth .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "suauth" "5" "06/21/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "suauth" "5" "06/18/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/chgpasswd.8 b/man/ru/man8/chgpasswd.8 index 868d573e..33b23351 100644 --- a/man/ru/man8/chgpasswd.8 +++ b/man/ru/man8/chgpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chgpasswd .\" Author: Thomas K\(/loczko .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "chgpasswd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "chgpasswd" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/chpasswd.8 b/man/ru/man8/chpasswd.8 index d0ffacb9..e00944df 100644 --- a/man/ru/man8/chpasswd.8 +++ b/man/ru/man8/chpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chpasswd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "chpasswd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "chpasswd" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/faillog.8 b/man/ru/man8/faillog.8 index 017e0bb4..a2b28ec1 100644 --- a/man/ru/man8/faillog.8 +++ b/man/ru/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "faillog" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "faillog" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/groupadd.8 b/man/ru/man8/groupadd.8 index f0942ef5..013fbb29 100644 --- a/man/ru/man8/groupadd.8 +++ b/man/ru/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "groupadd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "groupadd" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/groupdel.8 b/man/ru/man8/groupdel.8 index 949d9841..a867a0ae 100644 --- a/man/ru/man8/groupdel.8 +++ b/man/ru/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "groupdel" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "groupdel" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/groupmems.8 b/man/ru/man8/groupmems.8 index a3ef2fa6..834f76fd 100644 --- a/man/ru/man8/groupmems.8 +++ b/man/ru/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "groupmems" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "groupmems" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/groupmod.8 b/man/ru/man8/groupmod.8 index f0e4b262..f904aec7 100644 --- a/man/ru/man8/groupmod.8 +++ b/man/ru/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "groupmod" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "groupmod" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/grpck.8 b/man/ru/man8/grpck.8 index 39ebad19..5bf979fd 100644 --- a/man/ru/man8/grpck.8 +++ b/man/ru/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "grpck" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "grpck" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/lastlog.8 b/man/ru/man8/lastlog.8 index cd96dfb9..84a06f0e 100644 --- a/man/ru/man8/lastlog.8 +++ b/man/ru/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "lastlog" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "lastlog" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/logoutd.8 b/man/ru/man8/logoutd.8 index 20b26e74..4ad47ad0 100644 --- a/man/ru/man8/logoutd.8 +++ b/man/ru/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "logoutd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "logoutd" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/newusers.8 b/man/ru/man8/newusers.8 index d01897a7..91ddc10f 100644 --- a/man/ru/man8/newusers.8 +++ b/man/ru/man8/newusers.8 @@ -2,12 +2,12 @@ .\" Title: newusers .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "newusers" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "newusers" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/nologin.8 b/man/ru/man8/nologin.8 index dd071b9e..2fc6c0ac 100644 --- a/man/ru/man8/nologin.8 +++ b/man/ru/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "nologin" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "nologin" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/pwck.8 b/man/ru/man8/pwck.8 index b052af45..30a979f8 100644 --- a/man/ru/man8/pwck.8 +++ b/man/ru/man8/pwck.8 @@ -2,12 +2,12 @@ .\" Title: pwck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "pwck" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "pwck" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/pwconv.8 b/man/ru/man8/pwconv.8 index 1dafb35f..d8c7b246 100644 --- a/man/ru/man8/pwconv.8 +++ b/man/ru/man8/pwconv.8 @@ -2,12 +2,12 @@ .\" Title: pwconv .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "pwconv" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "pwconv" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/sulogin.8 b/man/ru/man8/sulogin.8 index 37e61c99..29140124 100644 --- a/man/ru/man8/sulogin.8 +++ b/man/ru/man8/sulogin.8 @@ -2,12 +2,12 @@ .\" Title: sulogin .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "sulogin" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "sulogin" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/useradd.8 b/man/ru/man8/useradd.8 index 336ab741..ca6986f7 100644 --- a/man/ru/man8/useradd.8 +++ b/man/ru/man8/useradd.8 @@ -2,12 +2,12 @@ .\" Title: useradd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "useradd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "useradd" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/userdel.8 b/man/ru/man8/userdel.8 index 7d1c3179..07df39e1 100644 --- a/man/ru/man8/userdel.8 +++ b/man/ru/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "userdel" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "userdel" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/usermod.8 b/man/ru/man8/usermod.8 index fd85384e..d9ff01a1 100644 --- a/man/ru/man8/usermod.8 +++ b/man/ru/man8/usermod.8 @@ -2,12 +2,12 @@ .\" Title: usermod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "usermod" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "usermod" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/vipw.8 b/man/ru/man8/vipw.8 index 82712edd..666775e7 100644 --- a/man/ru/man8/vipw.8 +++ b/man/ru/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/21/2024 +.\" Date: 06/18/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Russian .\" -.TH "vipw" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "vipw" "8" "06/18/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/Makefile.in b/man/sv/Makefile.in index b3d1b124..4c91989c 100644 --- a/man/sv/Makefile.in +++ b/man/sv/Makefile.in @@ -197,7 +197,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/sv/man1/chage.1 b/man/sv/man1/chage.1 index 5e9c0979..deb31942 100644 --- a/man/sv/man1/chage.1 +++ b/man/sv/man1/chage.1 @@ -2,12 +2,12 @@ .\" Title: chage .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "CHAGE" "1" "21-06-2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHAGE" "1" "18-06-2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man1/chsh.1 b/man/sv/man1/chsh.1 index 1a8f1dbf..d5a36ca0 100644 --- a/man/sv/man1/chsh.1 +++ b/man/sv/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "CHSH" "1" "21-06-2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHSH" "1" "18-06-2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man1/expiry.1 b/man/sv/man1/expiry.1 index f9625cc1..d3df14ef 100644 --- a/man/sv/man1/expiry.1 +++ b/man/sv/man1/expiry.1 @@ -2,12 +2,12 @@ .\" Title: expiry .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "EXPIRY" "1" "21-06-2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "EXPIRY" "1" "18-06-2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man1/groups.1 b/man/sv/man1/groups.1 index 886569a3..e78d75be 100644 --- a/man/sv/man1/groups.1 +++ b/man/sv/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "GROUPS" "1" "21-06-2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GROUPS" "1" "18-06-2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man1/id.1 b/man/sv/man1/id.1 index 4ae10de5..e753f88c 100644 --- a/man/sv/man1/id.1 +++ b/man/sv/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "ID" "1" "21-06-2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "ID" "1" "18-06-2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man1/newgrp.1 b/man/sv/man1/newgrp.1 index 3dbce36c..401b9d20 100644 --- a/man/sv/man1/newgrp.1 +++ b/man/sv/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "NEWGRP" "1" "21-06-2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGRP" "1" "18-06-2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man1/passwd.1 b/man/sv/man1/passwd.1 index 6259499a..7769fcb1 100644 --- a/man/sv/man1/passwd.1 +++ b/man/sv/man1/passwd.1 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "PASSWD" "1" "21-06-2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "PASSWD" "1" "18-06-2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man1/sg.1 b/man/sv/man1/sg.1 index 967f2274..7e561b35 100644 --- a/man/sv/man1/sg.1 +++ b/man/sv/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "SG" "1" "21-06-2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SG" "1" "18-06-2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man3/shadow.3 b/man/sv/man3/shadow.3 index a2de94d0..94354bff 100644 --- a/man/sv/man3/shadow.3 +++ b/man/sv/man3/shadow.3 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: Library Calls -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "SHADOW" "3" "21-06-2024" "shadow\-utils 4\&.15\&.2" "Library Calls" +.TH "SHADOW" "3" "18-06-2024" "shadow\-utils 4\&.16\&.0" "Library Calls" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man5/faillog.5 b/man/sv/man5/faillog.5 index f4a5f759..47e6dc53 100644 --- a/man/sv/man5/faillog.5 +++ b/man/sv/man5/faillog.5 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "FAILLOG" "5" "21-06-2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuratio" +.TH "FAILLOG" "5" "18-06-2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuratio" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man5/gshadow.5 b/man/sv/man5/gshadow.5 index d90374a5..f1df953c 100644 --- a/man/sv/man5/gshadow.5 +++ b/man/sv/man5/gshadow.5 @@ -2,12 +2,12 @@ .\" Title: gshadow .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "GSHADOW" "5" "21-06-2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "GSHADOW" "5" "18-06-2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man5/limits.5 b/man/sv/man5/limits.5 index 647d8566..3f5bec0e 100644 --- a/man/sv/man5/limits.5 +++ b/man/sv/man5/limits.5 @@ -2,12 +2,12 @@ .\" Title: limits .\" Author: Luca Berra .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "LIMITS" "5" "21-06-2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LIMITS" "5" "18-06-2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man5/passwd.5 b/man/sv/man5/passwd.5 index 2d362b8b..4f2736fe 100644 --- a/man/sv/man5/passwd.5 +++ b/man/sv/man5/passwd.5 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "PASSWD" "5" "21-06-2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PASSWD" "5" "18-06-2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man5/porttime.5 b/man/sv/man5/porttime.5 index e1da89a7..a44b82bf 100644 --- a/man/sv/man5/porttime.5 +++ b/man/sv/man5/porttime.5 @@ -2,12 +2,12 @@ .\" Title: porttime .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "PORTTIME" "5" "21-06-2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PORTTIME" "5" "18-06-2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man5/suauth.5 b/man/sv/man5/suauth.5 index 2caf2d39..db9dbf59 100644 --- a/man/sv/man5/suauth.5 +++ b/man/sv/man5/suauth.5 @@ -2,12 +2,12 @@ .\" Title: suauth .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "SUAUTH" "5" "21-06-2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUAUTH" "5" "18-06-2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/faillog.8 b/man/sv/man8/faillog.8 index 98263bf5..5209493b 100644 --- a/man/sv/man8/faillog.8 +++ b/man/sv/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "FAILLOG" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "FAILLOG" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/groupadd.8 b/man/sv/man8/groupadd.8 index 3bfea6f9..7b54bec6 100644 --- a/man/sv/man8/groupadd.8 +++ b/man/sv/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "GROUPADD" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPADD" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/groupdel.8 b/man/sv/man8/groupdel.8 index 8b66eb6f..93e5bb61 100644 --- a/man/sv/man8/groupdel.8 +++ b/man/sv/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "GROUPDEL" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPDEL" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/groupmems.8 b/man/sv/man8/groupmems.8 index 4203d4a7..3e7eb8bb 100644 --- a/man/sv/man8/groupmems.8 +++ b/man/sv/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "GROUPMEMS" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMEMS" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/groupmod.8 b/man/sv/man8/groupmod.8 index d72f8002..3c032324 100644 --- a/man/sv/man8/groupmod.8 +++ b/man/sv/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "GROUPMOD" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMOD" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/grpck.8 b/man/sv/man8/grpck.8 index 665a4c21..eab34792 100644 --- a/man/sv/man8/grpck.8 +++ b/man/sv/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "GRPCK" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GRPCK" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/lastlog.8 b/man/sv/man8/lastlog.8 index bf36f8dc..b85676d6 100644 --- a/man/sv/man8/lastlog.8 +++ b/man/sv/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "LASTLOG" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LASTLOG" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/logoutd.8 b/man/sv/man8/logoutd.8 index 12677d86..6cf383ef 100644 --- a/man/sv/man8/logoutd.8 +++ b/man/sv/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "LOGOUTD" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LOGOUTD" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/nologin.8 b/man/sv/man8/nologin.8 index b943388d..35cf6198 100644 --- a/man/sv/man8/nologin.8 +++ b/man/sv/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "NOLOGIN" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NOLOGIN" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/pwck.8 b/man/sv/man8/pwck.8 index fff09528..502961b9 100644 --- a/man/sv/man8/pwck.8 +++ b/man/sv/man8/pwck.8 @@ -2,12 +2,12 @@ .\" Title: pwck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "PWCK" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCK" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/userdel.8 b/man/sv/man8/userdel.8 index c80ef7f2..4f3852c1 100644 --- a/man/sv/man8/userdel.8 +++ b/man/sv/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "USERDEL" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERDEL" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/sv/man8/vipw.8 b/man/sv/man8/vipw.8 index 4dc34dc2..cc2d7f87 100644 --- a/man/sv/man8/vipw.8 +++ b/man/sv/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21-06-2024 +.\" Date: 18-06-2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Swedish .\" -.TH "VIPW" "8" "21-06-2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "VIPW" "8" "18-06-2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/tr/Makefile.in b/man/tr/Makefile.in index ff1d8845..3a4e4ba1 100644 --- a/man/tr/Makefile.in +++ b/man/tr/Makefile.in @@ -192,7 +192,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/uk/Makefile.in b/man/uk/Makefile.in index 83e14faa..979061ba 100644 --- a/man/uk/Makefile.in +++ b/man/uk/Makefile.in @@ -197,7 +197,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/uk/man1/chage.1 b/man/uk/man1/chage.1 index 3f51fd37..112a71c8 100644 --- a/man/uk/man1/chage.1 +++ b/man/uk/man1/chage.1 @@ -2,12 +2,12 @@ .\" Title: chage .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "chage" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "chage" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/chfn.1 b/man/uk/man1/chfn.1 index fbce48e1..77bf69a0 100644 --- a/man/uk/man1/chfn.1 +++ b/man/uk/man1/chfn.1 @@ -2,12 +2,12 @@ .\" Title: chfn .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "chfn" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "chfn" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/chsh.1 b/man/uk/man1/chsh.1 index 50d1566d..389dd80a 100644 --- a/man/uk/man1/chsh.1 +++ b/man/uk/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "chsh" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "chsh" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/expiry.1 b/man/uk/man1/expiry.1 index fc6211be..41c38eff 100644 --- a/man/uk/man1/expiry.1 +++ b/man/uk/man1/expiry.1 @@ -2,12 +2,12 @@ .\" Title: expiry .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "expiry" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "expiry" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/gpasswd.1 b/man/uk/man1/gpasswd.1 index 6e872c87..b0448c3c 100644 --- a/man/uk/man1/gpasswd.1 +++ b/man/uk/man1/gpasswd.1 @@ -2,12 +2,12 @@ .\" Title: gpasswd .\" Author: Rafal Maszkowski .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "gpasswd" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "gpasswd" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/groups.1 b/man/uk/man1/groups.1 index 420b9356..289ce056 100644 --- a/man/uk/man1/groups.1 +++ b/man/uk/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "groups" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "groups" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/id.1 b/man/uk/man1/id.1 index f37ac67e..2ca74e94 100644 --- a/man/uk/man1/id.1 +++ b/man/uk/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "id" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "id" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/login.1 b/man/uk/man1/login.1 index 411f26d0..4fd98acb 100644 --- a/man/uk/man1/login.1 +++ b/man/uk/man1/login.1 @@ -2,12 +2,12 @@ .\" Title: login .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "login" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "login" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,11 +115,6 @@ is mandatory\&. Зберегти середовище\&. .RE .PP -\fB\-r\fR -.RS 4 -Виконати протокол автоматичного входу для rlogin\&. -.RE -.PP The \fB\-r\fR, \fB\-h\fR diff --git a/man/uk/man1/newgrp.1 b/man/uk/man1/newgrp.1 index 94f09746..4a1acccf 100644 --- a/man/uk/man1/newgrp.1 +++ b/man/uk/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "newgrp" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "newgrp" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/passwd.1 b/man/uk/man1/passwd.1 index cf6d8096..194a2e81 100644 --- a/man/uk/man1/passwd.1 +++ b/man/uk/man1/passwd.1 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "passwd" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "passwd" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/sg.1 b/man/uk/man1/sg.1 index df439f4d..04cb7fbe 100644 --- a/man/uk/man1/sg.1 +++ b/man/uk/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "sg" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "sg" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man1/su.1 b/man/uk/man1/su.1 index 722a9ba5..b3208b62 100644 --- a/man/uk/man1/su.1 +++ b/man/uk/man1/su.1 @@ -2,12 +2,12 @@ .\" Title: su .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "su" "1" "21/06/2024" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "su" "1" "18/06/2024" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man3/shadow.3 b/man/uk/man3/shadow.3 index 06391085..54916a3d 100644 --- a/man/uk/man3/shadow.3 +++ b/man/uk/man3/shadow.3 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: Library Calls -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "shadow" "3" "21/06/2024" "shadow\-utils 4\&.15\&.2" "Library Calls" +.TH "shadow" "3" "18/06/2024" "shadow\-utils 4\&.16\&.0" "Library Calls" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man5/faillog.5 b/man/uk/man5/faillog.5 index 23632071..4508da63 100644 --- a/man/uk/man5/faillog.5 +++ b/man/uk/man5/faillog.5 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "faillog" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuratio" +.TH "faillog" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuratio" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man5/gshadow.5 b/man/uk/man5/gshadow.5 index 68fd5efc..0d2780ae 100644 --- a/man/uk/man5/gshadow.5 +++ b/man/uk/man5/gshadow.5 @@ -2,12 +2,12 @@ .\" Title: gshadow .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "gshadow" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "gshadow" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man5/login.access.5 b/man/uk/man5/login.access.5 index 9d1669af..e44ca261 100644 --- a/man/uk/man5/login.access.5 +++ b/man/uk/man5/login.access.5 @@ -2,12 +2,12 @@ .\" Title: login.access .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "login\&.access" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "login\&.access" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man5/login.defs.5 b/man/uk/man5/login.defs.5 index d075f740..55a7dc32 100644 --- a/man/uk/man5/login.defs.5 +++ b/man/uk/man5/login.defs.5 @@ -2,12 +2,12 @@ .\" Title: login.defs .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "login\&.defs" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "login\&.defs" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man5/passwd.5 b/man/uk/man5/passwd.5 index 280322d9..65b22d63 100644 --- a/man/uk/man5/passwd.5 +++ b/man/uk/man5/passwd.5 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "passwd" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "passwd" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man5/porttime.5 b/man/uk/man5/porttime.5 index 690a22e6..42a5904c 100644 --- a/man/uk/man5/porttime.5 +++ b/man/uk/man5/porttime.5 @@ -2,12 +2,12 @@ .\" Title: porttime .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "porttime" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "porttime" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man5/shadow.5 b/man/uk/man5/shadow.5 index 9780f750..1db8e7ea 100644 --- a/man/uk/man5/shadow.5 +++ b/man/uk/man5/shadow.5 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "shadow" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "shadow" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man5/suauth.5 b/man/uk/man5/suauth.5 index 4f5e91c0..bf058b32 100644 --- a/man/uk/man5/suauth.5 +++ b/man/uk/man5/suauth.5 @@ -2,12 +2,12 @@ .\" Title: suauth .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "suauth" "5" "21/06/2024" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "suauth" "5" "18/06/2024" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/chgpasswd.8 b/man/uk/man8/chgpasswd.8 index 7a067ef5..e5a6a1c4 100644 --- a/man/uk/man8/chgpasswd.8 +++ b/man/uk/man8/chgpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chgpasswd .\" Author: Thomas K\(/loczko .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "chgpasswd" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "chgpasswd" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/chpasswd.8 b/man/uk/man8/chpasswd.8 index 7b7d86b6..ef4b5eee 100644 --- a/man/uk/man8/chpasswd.8 +++ b/man/uk/man8/chpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chpasswd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "chpasswd" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "chpasswd" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/faillog.8 b/man/uk/man8/faillog.8 index f19d424e..51f2c4e1 100644 --- a/man/uk/man8/faillog.8 +++ b/man/uk/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "faillog" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "faillog" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/groupadd.8 b/man/uk/man8/groupadd.8 index 32685412..4064ff3d 100644 --- a/man/uk/man8/groupadd.8 +++ b/man/uk/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "groupadd" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "groupadd" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/groupdel.8 b/man/uk/man8/groupdel.8 index dbbf8e7a..2a5c5aba 100644 --- a/man/uk/man8/groupdel.8 +++ b/man/uk/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "groupdel" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "groupdel" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/groupmems.8 b/man/uk/man8/groupmems.8 index 6270c579..5bb1c296 100644 --- a/man/uk/man8/groupmems.8 +++ b/man/uk/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "groupmems" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "groupmems" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/groupmod.8 b/man/uk/man8/groupmod.8 index 0e584c15..b22fa2cb 100644 --- a/man/uk/man8/groupmod.8 +++ b/man/uk/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "groupmod" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "groupmod" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/grpck.8 b/man/uk/man8/grpck.8 index 3e574d99..d148705d 100644 --- a/man/uk/man8/grpck.8 +++ b/man/uk/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "grpck" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "grpck" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/lastlog.8 b/man/uk/man8/lastlog.8 index 0fdc9f2a..9a38d483 100644 --- a/man/uk/man8/lastlog.8 +++ b/man/uk/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "lastlog" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "lastlog" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/logoutd.8 b/man/uk/man8/logoutd.8 index f86a741a..ecc22237 100644 --- a/man/uk/man8/logoutd.8 +++ b/man/uk/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "logoutd" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "logoutd" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/newusers.8 b/man/uk/man8/newusers.8 index 1bc4f25c..e7f0512f 100644 --- a/man/uk/man8/newusers.8 +++ b/man/uk/man8/newusers.8 @@ -2,12 +2,12 @@ .\" Title: newusers .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "newusers" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "newusers" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/nologin.8 b/man/uk/man8/nologin.8 index ae3599b8..9074e177 100644 --- a/man/uk/man8/nologin.8 +++ b/man/uk/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "nologin" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "nologin" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/pwck.8 b/man/uk/man8/pwck.8 index bb3c08d7..45e84dff 100644 --- a/man/uk/man8/pwck.8 +++ b/man/uk/man8/pwck.8 @@ -2,12 +2,12 @@ .\" Title: pwck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "pwck" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "pwck" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/pwconv.8 b/man/uk/man8/pwconv.8 index 9f2ec23e..069e4082 100644 --- a/man/uk/man8/pwconv.8 +++ b/man/uk/man8/pwconv.8 @@ -2,12 +2,12 @@ .\" Title: pwconv .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "pwconv" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "pwconv" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/sulogin.8 b/man/uk/man8/sulogin.8 index 66496cad..1cf313d6 100644 --- a/man/uk/man8/sulogin.8 +++ b/man/uk/man8/sulogin.8 @@ -2,12 +2,12 @@ .\" Title: sulogin .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "sulogin" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "sulogin" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/useradd.8 b/man/uk/man8/useradd.8 index 573e877e..c9f8704c 100644 --- a/man/uk/man8/useradd.8 +++ b/man/uk/man8/useradd.8 @@ -2,12 +2,12 @@ .\" Title: useradd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "useradd" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "useradd" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/userdel.8 b/man/uk/man8/userdel.8 index 014809ec..777f14d1 100644 --- a/man/uk/man8/userdel.8 +++ b/man/uk/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "userdel" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "userdel" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/usermod.8 b/man/uk/man8/usermod.8 index 66e68610..11f019e7 100644 --- a/man/uk/man8/usermod.8 +++ b/man/uk/man8/usermod.8 @@ -2,12 +2,12 @@ .\" Title: usermod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "usermod" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "usermod" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/uk/man8/vipw.8 b/man/uk/man8/vipw.8 index d0bb175b..494a14b8 100644 --- a/man/uk/man8/vipw.8 +++ b/man/uk/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 21/06/2024 +.\" Date: 18/06/2024 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Ukrainian .\" -.TH "vipw" "8" "21/06/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "vipw" "8" "18/06/2024" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/Makefile.in b/man/zh_CN/Makefile.in index 7f100a79..da1dbf67 100644 --- a/man/zh_CN/Makefile.in +++ b/man/zh_CN/Makefile.in @@ -197,7 +197,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/man/zh_CN/man1/chage.1 b/man/zh_CN/man1/chage.1 index 88d574ac..a50208dc 100644 --- a/man/zh_CN/man1/chage.1 +++ b/man/zh_CN/man1/chage.1 @@ -2,12 +2,12 @@ .\" Title: chage .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "CHAGE" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHAGE" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/chfn.1 b/man/zh_CN/man1/chfn.1 index 17ed9717..4b997763 100644 --- a/man/zh_CN/man1/chfn.1 +++ b/man/zh_CN/man1/chfn.1 @@ -2,12 +2,12 @@ .\" Title: chfn .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "CHFN" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHFN" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/chsh.1 b/man/zh_CN/man1/chsh.1 index 52c6dee4..3dba036b 100644 --- a/man/zh_CN/man1/chsh.1 +++ b/man/zh_CN/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "CHSH" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "CHSH" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/expiry.1 b/man/zh_CN/man1/expiry.1 index e4b528b5..4c338e39 100644 --- a/man/zh_CN/man1/expiry.1 +++ b/man/zh_CN/man1/expiry.1 @@ -2,12 +2,12 @@ .\" Title: expiry .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "EXPIRY" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "EXPIRY" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/gpasswd.1 b/man/zh_CN/man1/gpasswd.1 index 8648209d..ec068801 100644 --- a/man/zh_CN/man1/gpasswd.1 +++ b/man/zh_CN/man1/gpasswd.1 @@ -2,12 +2,12 @@ .\" Title: gpasswd .\" Author: Rafal Maszkowski .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "GPASSWD" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GPASSWD" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/groups.1 b/man/zh_CN/man1/groups.1 index d7b66f9f..187e6fb6 100644 --- a/man/zh_CN/man1/groups.1 +++ b/man/zh_CN/man1/groups.1 @@ -2,12 +2,12 @@ .\" Title: groups .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "GROUPS" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "GROUPS" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/id.1 b/man/zh_CN/man1/id.1 index 30f53a7f..72339804 100644 --- a/man/zh_CN/man1/id.1 +++ b/man/zh_CN/man1/id.1 @@ -2,12 +2,12 @@ .\" Title: id .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "ID" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "ID" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/login.1 b/man/zh_CN/man1/login.1 index 03f92b8b..b6a58e9a 100644 --- a/man/zh_CN/man1/login.1 +++ b/man/zh_CN/man1/login.1 @@ -2,12 +2,12 @@ .\" Title: login .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "LOGIN" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "LOGIN" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -115,11 +115,6 @@ is mandatory\&. 保留环境。 .RE .PP -\fB\-r\fR -.RS 4 -为 rlogin (远程登录)执行 autologin (自动登录)协议。 -.RE -.PP The \fB\-r\fR, \fB\-h\fR diff --git a/man/zh_CN/man1/newgrp.1 b/man/zh_CN/man1/newgrp.1 index f34266c6..9bdfb380 100644 --- a/man/zh_CN/man1/newgrp.1 +++ b/man/zh_CN/man1/newgrp.1 @@ -2,12 +2,12 @@ .\" Title: newgrp .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "NEWGRP" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "NEWGRP" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/passwd.1 b/man/zh_CN/man1/passwd.1 index cfc00166..331d0b42 100644 --- a/man/zh_CN/man1/passwd.1 +++ b/man/zh_CN/man1/passwd.1 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "PASSWD" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "PASSWD" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/sg.1 b/man/zh_CN/man1/sg.1 index 163e0b2c..eb33cd73 100644 --- a/man/zh_CN/man1/sg.1 +++ b/man/zh_CN/man1/sg.1 @@ -2,12 +2,12 @@ .\" Title: sg .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "SG" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SG" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man1/su.1 b/man/zh_CN/man1/su.1 index 51cde5cb..26f1595f 100644 --- a/man/zh_CN/man1/su.1 +++ b/man/zh_CN/man1/su.1 @@ -2,12 +2,12 @@ .\" Title: su .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: User Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "SU" "1" "2024-06-21" "shadow\-utils 4\&.15\&.2" "User Commands" +.TH "SU" "1" "2024-06-18" "shadow\-utils 4\&.16\&.0" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man3/shadow.3 b/man/zh_CN/man3/shadow.3 index 8521b3a7..4a46651b 100644 --- a/man/zh_CN/man3/shadow.3 +++ b/man/zh_CN/man3/shadow.3 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: Library Calls -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "SHADOW" "3" "2024-06-21" "shadow\-utils 4\&.15\&.2" "Library Calls" +.TH "SHADOW" "3" "2024-06-18" "shadow\-utils 4\&.16\&.0" "Library Calls" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man5/faillog.5 b/man/zh_CN/man5/faillog.5 index 7603c8e5..4f925588 100644 --- a/man/zh_CN/man5/faillog.5 +++ b/man/zh_CN/man5/faillog.5 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "FAILLOG" "5" "2024-06-21" "shadow\-utils 4\&.15\&.2" "File Formats and Configuratio" +.TH "FAILLOG" "5" "2024-06-18" "shadow\-utils 4\&.16\&.0" "File Formats and Configuratio" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man5/gshadow.5 b/man/zh_CN/man5/gshadow.5 index 3faeb89e..e1a86cdd 100644 --- a/man/zh_CN/man5/gshadow.5 +++ b/man/zh_CN/man5/gshadow.5 @@ -2,12 +2,12 @@ .\" Title: gshadow .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "GSHADOW" "5" "2024-06-21" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "GSHADOW" "5" "2024-06-18" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man5/limits.5 b/man/zh_CN/man5/limits.5 index 18aa71ed..0ffa8675 100644 --- a/man/zh_CN/man5/limits.5 +++ b/man/zh_CN/man5/limits.5 @@ -2,12 +2,12 @@ .\" Title: limits .\" Author: Luca Berra .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "LIMITS" "5" "2024-06-21" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LIMITS" "5" "2024-06-18" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man5/login.access.5 b/man/zh_CN/man5/login.access.5 index f4aaabd0..7a8f2b29 100644 --- a/man/zh_CN/man5/login.access.5 +++ b/man/zh_CN/man5/login.access.5 @@ -2,12 +2,12 @@ .\" Title: login.access .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "LOGIN\&.ACCESS" "5" "2024-06-21" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.ACCESS" "5" "2024-06-18" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man5/login.defs.5 b/man/zh_CN/man5/login.defs.5 index f53439fe..ead34a5d 100644 --- a/man/zh_CN/man5/login.defs.5 +++ b/man/zh_CN/man5/login.defs.5 @@ -2,12 +2,12 @@ .\" Title: login.defs .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "LOGIN\&.DEFS" "5" "2024-06-21" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "LOGIN\&.DEFS" "5" "2024-06-18" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man5/passwd.5 b/man/zh_CN/man5/passwd.5 index eeb6262f..6b5c16a8 100644 --- a/man/zh_CN/man5/passwd.5 +++ b/man/zh_CN/man5/passwd.5 @@ -2,12 +2,12 @@ .\" Title: passwd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "PASSWD" "5" "2024-06-21" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PASSWD" "5" "2024-06-18" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man5/porttime.5 b/man/zh_CN/man5/porttime.5 index 31991372..352732f1 100644 --- a/man/zh_CN/man5/porttime.5 +++ b/man/zh_CN/man5/porttime.5 @@ -2,12 +2,12 @@ .\" Title: porttime .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "PORTTIME" "5" "2024-06-21" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "PORTTIME" "5" "2024-06-18" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man5/shadow.5 b/man/zh_CN/man5/shadow.5 index 7991081b..ff559007 100644 --- a/man/zh_CN/man5/shadow.5 +++ b/man/zh_CN/man5/shadow.5 @@ -2,12 +2,12 @@ .\" Title: shadow .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "SHADOW" "5" "2024-06-21" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SHADOW" "5" "2024-06-18" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man5/suauth.5 b/man/zh_CN/man5/suauth.5 index 176649b1..21a0dd02 100644 --- a/man/zh_CN/man5/suauth.5 +++ b/man/zh_CN/man5/suauth.5 @@ -2,12 +2,12 @@ .\" Title: suauth .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: File Formats and Configuration Files -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "SUAUTH" "5" "2024-06-21" "shadow\-utils 4\&.15\&.2" "File Formats and Configuration" +.TH "SUAUTH" "5" "2024-06-18" "shadow\-utils 4\&.16\&.0" "File Formats and Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/chgpasswd.8 b/man/zh_CN/man8/chgpasswd.8 index 29228e1d..910dc29d 100644 --- a/man/zh_CN/man8/chgpasswd.8 +++ b/man/zh_CN/man8/chgpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chgpasswd .\" Author: Thomas K\(/loczko .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "CHGPASSWD" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHGPASSWD" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/chpasswd.8 b/man/zh_CN/man8/chpasswd.8 index 3729e51d..2408efad 100644 --- a/man/zh_CN/man8/chpasswd.8 +++ b/man/zh_CN/man8/chpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chpasswd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "CHPASSWD" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "CHPASSWD" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/faillog.8 b/man/zh_CN/man8/faillog.8 index 0151be41..bb56925a 100644 --- a/man/zh_CN/man8/faillog.8 +++ b/man/zh_CN/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "FAILLOG" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "FAILLOG" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/groupadd.8 b/man/zh_CN/man8/groupadd.8 index 5f846fc5..589240c2 100644 --- a/man/zh_CN/man8/groupadd.8 +++ b/man/zh_CN/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "GROUPADD" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPADD" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/groupdel.8 b/man/zh_CN/man8/groupdel.8 index 6cd0f67c..46c39afe 100644 --- a/man/zh_CN/man8/groupdel.8 +++ b/man/zh_CN/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "GROUPDEL" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPDEL" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/groupmems.8 b/man/zh_CN/man8/groupmems.8 index 85708095..7e5f1efb 100644 --- a/man/zh_CN/man8/groupmems.8 +++ b/man/zh_CN/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "GROUPMEMS" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMEMS" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/groupmod.8 b/man/zh_CN/man8/groupmod.8 index 79b5648a..58af4f76 100644 --- a/man/zh_CN/man8/groupmod.8 +++ b/man/zh_CN/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "GROUPMOD" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GROUPMOD" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/grpck.8 b/man/zh_CN/man8/grpck.8 index 38a7a9d8..5eca8aee 100644 --- a/man/zh_CN/man8/grpck.8 +++ b/man/zh_CN/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "GRPCK" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "GRPCK" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/lastlog.8 b/man/zh_CN/man8/lastlog.8 index 30ab644e..1488dc4a 100644 --- a/man/zh_CN/man8/lastlog.8 +++ b/man/zh_CN/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "LASTLOG" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LASTLOG" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/logoutd.8 b/man/zh_CN/man8/logoutd.8 index bded7566..4a413ca8 100644 --- a/man/zh_CN/man8/logoutd.8 +++ b/man/zh_CN/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "LOGOUTD" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "LOGOUTD" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/newusers.8 b/man/zh_CN/man8/newusers.8 index 7f31ec0a..c84efbd6 100644 --- a/man/zh_CN/man8/newusers.8 +++ b/man/zh_CN/man8/newusers.8 @@ -2,12 +2,12 @@ .\" Title: newusers .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "NEWUSERS" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NEWUSERS" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/nologin.8 b/man/zh_CN/man8/nologin.8 index a5cc0d2e..4159e586 100644 --- a/man/zh_CN/man8/nologin.8 +++ b/man/zh_CN/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas Fran\(,cois .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "NOLOGIN" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "NOLOGIN" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/pwck.8 b/man/zh_CN/man8/pwck.8 index b3088a2b..31177852 100644 --- a/man/zh_CN/man8/pwck.8 +++ b/man/zh_CN/man8/pwck.8 @@ -2,12 +2,12 @@ .\" Title: pwck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "PWCK" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCK" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/pwconv.8 b/man/zh_CN/man8/pwconv.8 index cc29defe..6d0a3979 100644 --- a/man/zh_CN/man8/pwconv.8 +++ b/man/zh_CN/man8/pwconv.8 @@ -2,12 +2,12 @@ .\" Title: pwconv .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "PWCONV" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "PWCONV" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/sulogin.8 b/man/zh_CN/man8/sulogin.8 index 555b60de..b37a236f 100644 --- a/man/zh_CN/man8/sulogin.8 +++ b/man/zh_CN/man8/sulogin.8 @@ -2,12 +2,12 @@ .\" Title: sulogin .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "SULOGIN" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "SULOGIN" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/useradd.8 b/man/zh_CN/man8/useradd.8 index 17391755..f7caf684 100644 --- a/man/zh_CN/man8/useradd.8 +++ b/man/zh_CN/man8/useradd.8 @@ -2,12 +2,12 @@ .\" Title: useradd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "USERADD" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERADD" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/userdel.8 b/man/zh_CN/man8/userdel.8 index d03dd71f..072c0901 100644 --- a/man/zh_CN/man8/userdel.8 +++ b/man/zh_CN/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "USERDEL" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERDEL" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/usermod.8 b/man/zh_CN/man8/usermod.8 index 6bc9f597..777feb4d 100644 --- a/man/zh_CN/man8/usermod.8 +++ b/man/zh_CN/man8/usermod.8 @@ -2,12 +2,12 @@ .\" Title: usermod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "USERMOD" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "USERMOD" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_CN/man8/vipw.8 b/man/zh_CN/man8/vipw.8 index c28295d8..99764f35 100644 --- a/man/zh_CN/man8/vipw.8 +++ b/man/zh_CN/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 2024-06-21 +.\" Date: 2024-06-18 .\" Manual: System Management Commands -.\" Source: shadow-utils 4.15.2 +.\" Source: shadow-utils 4.16.0 .\" Language: Chinese Simplified .\" -.TH "VIPW" "8" "2024-06-21" "shadow\-utils 4\&.15\&.2" "System Management Commands" +.TH "VIPW" "8" "2024-06-18" "shadow\-utils 4\&.16\&.0" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/zh_TW/Makefile.in b/man/zh_TW/Makefile.in index aa24541d..1ec42f98 100644 --- a/man/zh_TW/Makefile.in +++ b/man/zh_TW/Makefile.in @@ -192,7 +192,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/po/POTFILES.in b/po/POTFILES.in index 9ff6100b..6d2c0521 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -53,7 +53,6 @@ lib/pwdcheck.c lib/pwio.c lib/pwmem.c lib/remove_tree.c -lib/rlogin.c lib/root_flag.c lib/salt.c lib/selinux.c diff --git a/po/bs.po b/po/bs.po index e97797c1..d00c8b5e 100644 --- a/po/bs.po +++ b/po/bs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2004-05-09 12:03+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" @@ -1445,10 +1445,6 @@ msgstr "" msgid " %s [-p] [-h host] [-f name]\n" msgstr "" -#, c-format -msgid " %s [-p] -r host\n" -msgstr "" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" diff --git a/po/ca.gmo b/po/ca.gmo index f55a2eb3..7a4698c6 100644 Binary files a/po/ca.gmo and b/po/ca.gmo differ diff --git a/po/ca.po b/po/ca.po index 87a8d251..5de9d1fb 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2012-01-22 18:25+0100\n" "Last-Translator: Innocent De Marchi \n" "Language-Team: Catalan \n" @@ -1653,10 +1653,6 @@ msgstr "Forma d'ús: %s [-p] [nom]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h ordinador] [-f nom]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r ordinador\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "error de configuració - no es pot analitzar el valor %s: '%d'" @@ -3241,6 +3237,10 @@ msgstr "%s: no es pot trobar el directori «tcb» per %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: el grup %s no és un grup NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r ordinador\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: no es pot crear un fitxer nou de preferències predeterminades\n" diff --git a/po/cs.gmo b/po/cs.gmo index 6d012cee..350362cb 100644 Binary files a/po/cs.gmo and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po index b5808596..c1ee4655 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.2\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2014-08-24 15:07+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -1590,10 +1590,6 @@ msgstr "Použití: %s [-p] [jméno]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h počítač] [-f jméno]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r počítač\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "konfigurační chyba - nelze zpracovat hodnotu %s: „%d“" @@ -3143,6 +3139,10 @@ msgstr "%s: nepodařilo se nalézt tcb adresář uživatele %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: skupina %s je NIS skupinou\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r počítač\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: nelze vytvořit nový soubor s výchozími hodnotami\n" diff --git a/po/da.gmo b/po/da.gmo index e515ea33..7b9a7cac 100644 Binary files a/po/da.gmo and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po index cba6dc0b..9e0f6bcb 100644 --- a/po/da.po +++ b/po/da.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2012-01-26 23:57+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -1619,10 +1619,6 @@ msgstr "Brug: %s [-p] [navn]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h vært] [-f navn]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r vært\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "konfigurationsfejl - kan ikke fortolke %s-værdi: »%d«" @@ -3170,6 +3166,10 @@ msgstr "%s: Kunne ikke finde tcb-mappe for %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: Gruppen %s er en NIS-gruppe\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r vært\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: Kan ikke oprette ny standardværdifil\n" diff --git a/po/de.gmo b/po/de.gmo index cf7dcbd5..5654589e 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index fdf8c34e..7b3103da 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.2-2\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2020-09-22 15:10+0200\n" "Last-Translator: Björn Esser \n" "Language-Team: German \n" @@ -1653,10 +1653,6 @@ msgstr "Aufruf: %s [-p] [Name]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h Rechner] [-f Name]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r Rechner\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "Konfigurationsfehler - Wert für %s kann nicht ausgewertet werden: »%d«" @@ -3245,6 +3241,10 @@ msgstr "%s: tcb-Verzeichnis für %s konnte nicht gefunden werden\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: Gruppe %s ist eine NIS-Gruppe.\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r Rechner\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: Neue defaults-Datei kann nicht erzeugt werden.\n" diff --git a/po/dz.gmo b/po/dz.gmo index 96279bac..91afd64f 100644 Binary files a/po/dz.gmo and b/po/dz.gmo differ diff --git a/po/dz.po b/po/dz.po index 16c7923e..6651f39b 100644 --- a/po/dz.po +++ b/po/dz.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2006-06-01 15:28+0530\n" "Last-Translator: Jurmey Rabgay \n" "Language-Team: dzongkha \n" @@ -1465,10 +1465,6 @@ msgstr "ལག་ལེན་: %s [-p] [མིང་]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h host] [-f name]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2853,6 +2849,10 @@ msgstr "%s: ནུས་མེད་གཞི་རྟེན་སྣོད་ #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: སྡེ་ཚན་ %s འདི་ ཨེན་ཇི་ཨེསི་ སྡེ་ཚན་ཨིན།\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: སྔོན་སྒྲིག་ཡིག་སྣོད་གསརཔ་ གསར་བསྐྲུན་འབད་མི་ཚུགས།\n" diff --git a/po/el.gmo b/po/el.gmo index cd53fce0..4514d4d0 100644 Binary files a/po/el.gmo and b/po/el.gmo differ diff --git a/po/el.po b/po/el.po index c1e8ee88..3a383cc4 100644 --- a/po/el.po +++ b/po/el.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow_po_el\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2012-01-21 00:22+0200\n" "Last-Translator: Thomas Vasileiou \n" "Language-Team: Greek \n" @@ -1651,10 +1651,6 @@ msgstr "Χρήση: %s [-p] [όνομα]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h σύστημα] [-f όνομα]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r σύστημα\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "σφάλμα διαρρύθμισης - αδυναμία ανάλυσης της τιμής %s: '%d'" @@ -3258,6 +3254,10 @@ msgstr "%s: αποτυχία εύρεσης καταλόγου tcb %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: Η ομάδα %s είναι NIS ομάδα\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r σύστημα\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: αδυναμία δημιουργίας νέου αρχείου προκαθορισμένων ρυθμίσεων\n" diff --git a/po/es.gmo b/po/es.gmo index 802fd084..53cb782e 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index b03242f3..3bee8095 100644 --- a/po/es.po +++ b/po/es.po @@ -32,7 +32,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.4.2\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2011-11-23 23:56+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" @@ -1654,10 +1654,6 @@ msgstr "Modo de uso: %s [-p] [nombre]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h máquina] [-f nombre]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r máquina\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "error de configuración, no se pudo procesar el valor %s: «%d»" @@ -3244,6 +3240,10 @@ msgstr "%s: se produjo un fallo al buscar el directorio tcb de %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: el grupo %s es un grupo NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r máquina\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "" diff --git a/po/eu.gmo b/po/eu.gmo index 5c35de36..3d3d2719 100644 Binary files a/po/eu.gmo and b/po/eu.gmo differ diff --git a/po/eu.po b/po/eu.po index 127e09be..f069c9aa 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2011-11-26 19:42+0100\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -1587,10 +1587,6 @@ msgstr "Erabilera: %s [-p] [izena]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h ostalaria] [-f izena]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r ostalaria\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "konfigurazio errorea - ezin da %s balioa analizatu: '%d'" @@ -3117,6 +3113,10 @@ msgstr "%s: oinarrizko '%s' direktorio baliogabea\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: %s taldea NIS talde bat da\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r ostalaria\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: ezin da lehenespen fitxategi berria sortu\n" diff --git a/po/fi.gmo b/po/fi.gmo index 69b441e6..6ba69269 100644 Binary files a/po/fi.gmo and b/po/fi.gmo differ diff --git a/po/fi.po b/po/fi.po index 2514406d..64539f15 100644 --- a/po/fi.po +++ b/po/fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18.1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2007-11-24 22:54+0100\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" @@ -1461,10 +1461,6 @@ msgstr "Käyttö: %s [-p] [nimi]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h isäntä] [-f nimi]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r isäntä\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2873,6 +2869,10 @@ msgstr "%s: virheellinen perushakemisto \"%s\"\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: ryhmä %s on NIS-ryhmä\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r isäntä\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: uutta defaults-tiedostoa ei voi luoda\n" diff --git a/po/fr.gmo b/po/fr.gmo index 49f574e0..ecb9ce77 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index 528d4079..9ef16148 100644 --- a/po/fr.po +++ b/po/fr.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow-man-pages 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2023-04-26 20:04+0200\n" "Last-Translator: bubu \n" "Language-Team: French \n" @@ -1689,10 +1689,6 @@ msgstr "Utilisation : %s[-p][nom]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr "\t%s [-p][-h host][-f nom]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "erreur de paramétrage - ne peut pas analyser %s valeur : '%d'" @@ -3319,6 +3315,10 @@ msgstr "" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s : le groupe %s est un groupe NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "" diff --git a/po/gl.gmo b/po/gl.gmo index 55b30c05..e2af0b95 100644 Binary files a/po/gl.gmo and b/po/gl.gmo differ diff --git a/po/gl.po b/po/gl.po index ae9d92e7..11e64d95 100644 --- a/po/gl.po +++ b/po/gl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2006-07-18 23:27+0200\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" @@ -1461,10 +1461,6 @@ msgstr "Emprego: %s [-p] [nome]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h servidor] [-f nome]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r servidor\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2856,6 +2852,10 @@ msgstr "%s: directorio base \"%s\" non válido\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: o grupo %s é un grupo NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r servidor\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: non se pode crear o novo ficheiro de valores por defecto\n" diff --git a/po/he.po b/po/he.po index 4e31a7c9..0f18ceb4 100644 --- a/po/he.po +++ b/po/he.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2004-07-21 23:59+0300\n" "Last-Translator: Lior Kaplan \n" "Language-Team: Hebrew \n" @@ -1453,10 +1453,6 @@ msgstr "שימוש: %s [-p] [name]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr "" -#, c-format -msgid " %s [-p] -r host\n" -msgstr "" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" diff --git a/po/hu.gmo b/po/hu.gmo index 251636d4..2099ec19 100644 Binary files a/po/hu.gmo and b/po/hu.gmo differ diff --git a/po/hu.po b/po/hu.po index c2a2cda0..06e00cf4 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2007-11-25 20:56+0100\n" "Last-Translator: SZERVÁC Attila \n" "Language-Team: Hungarian \n" @@ -1456,10 +1456,6 @@ msgstr "Használat: %s [-p] [név]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h host] [-f név]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2863,6 +2859,10 @@ msgstr "%s: érvénytelen alapkönyvtár: \"%s\"\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: %s egy NIS csoport\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: nem tudom létrehozni az új defaults fájlt\n" diff --git a/po/id.gmo b/po/id.gmo index 773b1d1f..b201cdc4 100644 Binary files a/po/id.gmo and b/po/id.gmo differ diff --git a/po/id.po b/po/id.po index 5cb0af88..12a1d891 100644 --- a/po/id.po +++ b/po/id.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.15\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2007-11-25 20:58+0100\n" "Last-Translator: Parlin Imanuel Toh \n" "Language-Team: Debian Indonesia \n" @@ -1455,10 +1455,6 @@ msgstr "Penggunaan: %s [-p] [nama]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h host] [-f nama]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2842,6 +2838,10 @@ msgstr "%s: direktori awal `%s' tak sah\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: grup %s merupakan sebuah grup NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: tak dapat membuat berkas-berkas bawaan yang baru\n" diff --git a/po/it.gmo b/po/it.gmo index eafc7481..30ceae14 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po index 28eaa85a..733debec 100644 --- a/po/it.po +++ b/po/it.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2008-03-27 14:40+0100\n" "Last-Translator: Danilo Piazzalunga \n" "Language-Team: Italian \n" @@ -1528,10 +1528,6 @@ msgstr "Uso: %s [-p] [NOME]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h HOST] [-f NOME]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r HOST\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2999,6 +2995,10 @@ msgstr "%s: directory di base «%s» non valida\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: il gruppo «%s» è un gruppo NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r HOST\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: impossibile creare il nuovo file dei valori predefiniti\n" diff --git a/po/ja.gmo b/po/ja.gmo index 4726f5a8..37867866 100644 Binary files a/po/ja.gmo and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po index a047a8ad..7b5adab9 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.5\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2012-05-21 02:52+0900\n" "Last-Translator: NAKANO Takeo \n" "Language-Team: Japanese \n" @@ -1593,10 +1593,6 @@ msgstr "使い方: %s [-p] [ユーザ名]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h ホスト] [-f ユーザ名]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r ホスト\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "設定エラー - %s の値 '%d' をパースできません" @@ -3122,6 +3118,10 @@ msgstr "%s: %s の tcb ディレクトリが見付かりませんでした\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: グループ %s は NIS のグループです\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r ホスト\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: 新しいデフォルトファイルを作れません\n" diff --git a/po/ka.gmo b/po/ka.gmo index 98fc7b96..53208d6b 100644 Binary files a/po/ka.gmo and b/po/ka.gmo differ diff --git a/po/ka.po b/po/ka.po index 3fb19152..743d5b03 100644 --- a/po/ka.po +++ b/po/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow-utils\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2024-02-08 06:13+0100\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian <(nothing)>\n" @@ -1597,10 +1597,6 @@ msgstr "გამოყენება: %s [-p] [სახელი]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h ჰოსტი] [-f სახელი]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r ჰოსტი\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -3115,6 +3111,10 @@ msgstr "%s: %s-სთვის tcb საქაღალდის პოვნ #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: ჯგუფი '%s' NIS ჯგუფია\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r ჰოსტი\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: ნაგულისხმები მნიშვნელობების შემცველი ფაილის შექმნის შეცდომა\n" diff --git a/po/kk.gmo b/po/kk.gmo index ccf7c739..fee301e9 100644 Binary files a/po/kk.gmo and b/po/kk.gmo differ diff --git a/po/kk.po b/po/kk.po index eb67d72c..02546c9d 100644 --- a/po/kk.po +++ b/po/kk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadowutils\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2017-02-07 17:09+0500\n" "Last-Translator: Baurzhan Muftakhidinov \n" "Language-Team: Kazakh \n" @@ -1617,10 +1617,6 @@ msgstr "Қолданылуы: %s [-p] [аты]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h хост] [-f аты]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r хост\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "баптау қатесі - %s мәнің өндеу мүмкін емес: '%d'" @@ -3171,6 +3167,10 @@ msgstr "%s: %s үшін tcb бумасын табу сәтсіз\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: %s тобы NIS тобы болып тұр\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r хост\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: жаңа defaults файлын жасау мүмкін емес\n" diff --git a/po/km.gmo b/po/km.gmo index 0b647b23..21d93846 100644 Binary files a/po/km.gmo and b/po/km.gmo differ diff --git a/po/km.po b/po/km.po index b62ee8ff..323b9253 100644 --- a/po/km.po +++ b/po/km.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow_po_km\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2006-06-28 10:08+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -1476,10 +1476,6 @@ msgstr "របៀបប្រើ ៖ %s [-p] [name]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h ម៉ាស៊ីន] [-f ឈ្មោះ]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r ម៉ាស៊ីន​\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2875,6 +2871,10 @@ msgstr "%s  ៖ ថត​មូលដ្ឋាន​មិន​ត្រឹ #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s ៖ ក្រុម​ %s គឺជា​ក្រុម NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r ម៉ាស៊ីន​\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s ៖ មិន​អាច​បង្កើត​ឯកសារ​លំនាំ​ដើម​ថ្មី​បានឡើយ​\n" diff --git a/po/ko.gmo b/po/ko.gmo index ea9ba3bb..2bfc5d61 100644 Binary files a/po/ko.gmo and b/po/ko.gmo differ diff --git a/po/ko.po b/po/ko.po index 1a9c67a1..5bab7b42 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2009-04-19 21:32+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -1480,10 +1480,6 @@ msgstr "사용법: %s [-p] [이름]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h 호스트이름] [-f 이름]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r 호스트\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2922,6 +2918,10 @@ msgstr "%s: 기본 디렉터리 '%s' 잘못되었습니다\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: %s 그룹은 NIS 그룹입니다\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r 호스트\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: 새로운 기본값 파일을 만들 수 없습니다\n" diff --git a/po/nb.gmo b/po/nb.gmo index 59b4c0c4..fc6dd11f 100644 Binary files a/po/nb.gmo and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po index c7ef84aa..184fbe1a 100644 --- a/po/nb.po +++ b/po/nb.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2018-03-05 12:33+0100\n" "Last-Translator: Åka Sikrom \n" "Language-Team: Norwegian Bokmål \n" @@ -1670,10 +1670,6 @@ msgstr "Bruk: %s [-p] [navn]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h host] [-f navn]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "oppsettsfeil – klarte ikke å tolke %s-verdi: «%d»" @@ -3262,6 +3258,10 @@ msgstr "%s: fant ikke tcb-mappe for %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: gruppa %s er en NIS-gruppe\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: klarte ikke å opprette ny forvalg-fil\n" diff --git a/po/ne.gmo b/po/ne.gmo index c72fe576..6eac5d1e 100644 Binary files a/po/ne.gmo and b/po/ne.gmo differ diff --git a/po/ne.po b/po/ne.po index 826ef6ce..fed58470 100644 --- a/po/ne.po +++ b/po/ne.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2006-06-16 14:30+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" @@ -1462,10 +1462,6 @@ msgstr "उपयोग: %s [-p] [name]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h host] [-f name]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2851,6 +2847,10 @@ msgstr "%s: अवैध डाइरेक्ट्री '%s'\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: समूह %s NIS समूह हो\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: नयाँ पूर्वनिर्धारित फाइल सिर्जना गर्न सकिएन\n" diff --git a/po/nl.gmo b/po/nl.gmo index b3c8d3cb..13890bd2 100644 Binary files a/po/nl.gmo and b/po/nl.gmo differ diff --git a/po/nl.po b/po/nl.po index 1a48326b..f665cf33 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.15.1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2024-05-09 12:30+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -1608,10 +1608,6 @@ msgstr "Gebruik: %s [-p] [naam]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h computer] [-f naam]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r computer\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "configuratiefout - kan waarde %s niet ontleden: '%d'" @@ -3137,6 +3133,10 @@ msgstr "%s: tcb-map van %s vinden is mislukt\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: groep %s is een NIS-groep\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r computer\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: kan geen nieuw bestand met standaardwaarden aanmaken\n" diff --git a/po/nn.gmo b/po/nn.gmo index 54977643..754e0f7a 100644 Binary files a/po/nn.gmo and b/po/nn.gmo differ diff --git a/po/nn.po b/po/nn.po index 01f77341..91b342c0 100644 --- a/po/nn.po +++ b/po/nn.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2004-06-03 21:41+0200\n" "Last-Translator: Håvard Korsvoll \n" "Language-Team: Norwegian (Nynorsk) \n" @@ -1462,10 +1462,6 @@ msgstr "Bruk: %s [-p] [namn]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h vert] [-f namn]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r vert\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2832,6 +2828,10 @@ msgstr "%s: ugyldig startmappe «%s»\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: gruppe %s er ei NIS-gruppe\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r vert\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: klarer ikkje opprette fil for standardverdiar\n" diff --git a/po/pl.gmo b/po/pl.gmo index 3736da76..f7833926 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index 35e562ff..b40c2700 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2007-11-25 20:53+0100\n" "Last-Translator: Tomasz Kłoczko \n" "Language-Team: Polish \n" @@ -1468,10 +1468,6 @@ msgstr "Użycie: %s [-p] [nazwa]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h host] [-f nazwa]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2873,6 +2869,10 @@ msgstr "%s: nieprawidłowy katalog bazowy '%s'\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: grupa %s jest grupą NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: nie można utworzyć nowego pliku z ustawieniami domyślnymi\n" diff --git a/po/pt.gmo b/po/pt.gmo index 8e2f3321..d0904100 100644 Binary files a/po/pt.gmo and b/po/pt.gmo differ diff --git a/po/pt.po b/po/pt.po index 84a37dff..489fa053 100644 --- a/po/pt.po +++ b/po/pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2012-01-14 12:41+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -1636,10 +1636,6 @@ msgstr "Utilização: %s [-p] [nome]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h máquina] [-f nome]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r máquina\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "erro de configuração - não foi possível processar o valor %s: '%d'" @@ -3213,6 +3209,10 @@ msgstr "%s: falhou encontrar o directório tcb para %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: o grupo %s é um grupo NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r máquina\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "" diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo index ec40de22..059e012c 100644 Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ diff --git a/po/pt_BR.po b/po/pt_BR.po index 6fcf8526..ff6d4fd2 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.15\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2011-11-25 20:20+0100\n" "Last-Translator: Fred Ulisses Maranhão \n" "Language-Team: Debian-BR Project \n" @@ -1604,10 +1604,6 @@ msgstr "Uso : %s [-p] [nome]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h host] [-f nome]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "erro de configuração - não foi possível verificar o valor %s: '%d'" @@ -3163,6 +3159,10 @@ msgstr "%s: falha ao procurar o diretório tcb para %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s : grupo %s é um grupo NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: não foi possível criar novo arquivo de padrões\n" diff --git a/po/ro.gmo b/po/ro.gmo index 7aa55de5..bf931f58 100644 Binary files a/po/ro.gmo and b/po/ro.gmo differ diff --git a/po/ro.po b/po/ro.po index a700cbb2..633e2b48 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2007-11-26 18:18+0100\n" "Last-Translator: Sorin Batariuc \n" "Language-Team: Romanian \n" @@ -1462,10 +1462,6 @@ msgstr "Utilizare: %s [-p] [nume]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h gazdă] [-f nume]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r gazdă\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2858,6 +2854,10 @@ msgstr "%s: director de bază nevalid '%s'\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: grupul %s este un grup NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r gazdă\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: nu pot crea noile fişiere implicite\n" diff --git a/po/ru.gmo b/po/ru.gmo index 55fecd61..c8372a11 100644 Binary files a/po/ru.gmo and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index f3f1d0d5..2e288ad9 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.5.1-1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2017-03-05 11:14+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -1645,10 +1645,6 @@ msgstr "Использование: %s [-p] [имя пользователя]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h узел] [-f имя пользователя]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r узел\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "ошибка настройки: не удалось разобрать значение %s: «%d»" @@ -3230,6 +3226,10 @@ msgstr "%s: не удалось найти каталог tcb для %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: группа %s является группой NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r узел\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: не удалось создать новый файл значений по умолчанию\n" diff --git a/po/shadow.pot b/po/shadow.pot index bf30c54e..e2f64eeb 100644 --- a/po/shadow.pot +++ b/po/shadow.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: shadow 4.15.2\n" +"Project-Id-Version: shadow 4.16.0\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1440,10 +1440,6 @@ msgstr "" msgid " %s [-p] [-h host] [-f name]\n" msgstr "" -#, c-format -msgid " %s [-p] -r host\n" -msgstr "" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" diff --git a/po/sk.gmo b/po/sk.gmo index 6d36ce9a..a1347789 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index 82e046ed..15c432c5 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2011-11-26 22:06+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -1555,10 +1555,6 @@ msgstr "Použitie: %s [-p] [meno]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h počítač] [-f meno]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r počítač\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -3055,6 +3051,10 @@ msgstr "%s: chybný základný adresár „%s“\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: skupina %s je NIS skupinou\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r počítač\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: nedá sa vytvoriť nový súbor s predvolenými hodnotami\n" diff --git a/po/sq.po b/po/sq.po index 0a475b5a..17a9e2d6 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.3\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2004-11-20 03:28+0100\n" "Last-Translator: Elian Myftiu \n" "Language-Team: Albanian \n" @@ -1444,10 +1444,6 @@ msgstr "" msgid " %s [-p] [-h host] [-f name]\n" msgstr "" -#, c-format -msgid " %s [-p] -r host\n" -msgstr "" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" diff --git a/po/sv.gmo b/po/sv.gmo index 8a5531a4..56f88740 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index 4443c441..76adaa82 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2011-11-25 22:08+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -1598,10 +1598,6 @@ msgstr "Användning: %s [-p] [namn]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h värd] [-f namn]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r värd\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "konfigurationsfel - kan inte tolka %s-värde: \"%d\"" @@ -3148,6 +3144,10 @@ msgstr "%s: misslyckades med att hitta tcb-katalog för %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: gruppen %s är en NIS-grupp\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r värd\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: kan inte skapa ny standardfil\n" diff --git a/po/tl.gmo b/po/tl.gmo index 7750180d..cb7ba291 100644 Binary files a/po/tl.gmo and b/po/tl.gmo differ diff --git a/po/tl.po b/po/tl.po index 9a04b6c2..67072e76 100644 --- a/po/tl.po +++ b/po/tl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2007-11-26 21:34+0100\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -1469,10 +1469,6 @@ msgstr "Pag-gamit: %s [-p] [pangalan]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h host] [-f pangalan]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2878,6 +2874,10 @@ msgstr "%s: hindi tanggap na batayang directory '%s'\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: ang grupong %s ay grupong NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: hindi malikha ang bagong talaksan ng mga default\n" diff --git a/po/tr.gmo b/po/tr.gmo index 5ec46dda..d9be4e4a 100644 Binary files a/po/tr.gmo and b/po/tr.gmo differ diff --git a/po/tr.po b/po/tr.po index 80c5dc41..fde24b82 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2008-03-29 20:31+0200\n" "Last-Translator: Mehmet Türker \n" "Language-Team: Türkçe \n" @@ -1502,10 +1502,6 @@ msgstr "Kullanım: %s [-p] [isim]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h host] [-f isim]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r host\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "" @@ -2966,6 +2962,10 @@ msgstr "%s: geçersiz ana dizin '%s'\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: grup %s bir NIS grubudur\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r host\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: yeni varsayılanlar dosyası oluşturulamadı\n" diff --git a/po/uk.gmo b/po/uk.gmo index 9528c68e..b90ff37c 100644 Binary files a/po/uk.gmo and b/po/uk.gmo differ diff --git a/po/uk.po b/po/uk.po index eb2407e5..dea93c7e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2022-05-16 19:32+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -1619,10 +1619,6 @@ msgstr "Користування: %s [-p] [ім'я]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h вузол] [-f ім'я]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r вузол\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "помилка у налаштуваннях — не вдалося обробити значення %s: «%d»" @@ -3192,6 +3188,10 @@ msgstr "%s: не вдалося знайти каталог tcb для %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: група %s є групою NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r вузол\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: не вдалося створити файл з типовими значеннями\n" diff --git a/po/vi.gmo b/po/vi.gmo index a7d1742d..5abb12ba 100644 Binary files a/po/vi.gmo and b/po/vi.gmo differ diff --git a/po/vi.po b/po/vi.po index b3f51f7d..8b636d59 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow master\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2016-10-04 07:07+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -1629,10 +1629,6 @@ msgstr "Cách dùng: %s [-p] [tên]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h máy] [-f tên]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r máy\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "lỗi cấu hình — không thể phân tích cú pháp của giá trị %s: “%d”" @@ -3190,6 +3186,10 @@ msgstr "%s: gặp lỗi khi tìm thư mục tcb cho %s\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s: nhóm %s là một nhóm kiểu NIS\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r máy\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s: không thể tạo tập tin mặc định mới\n" diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo index 813401ca..4de71f88 100644 Binary files a/po/zh_CN.gmo and b/po/zh_CN.gmo differ diff --git a/po/zh_CN.po b/po/zh_CN.po index d429d782..a9add44b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.15\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2022-07-27 23:04+0800\n" "Last-Translator: Celeste Liu \n" "Language-Team: Chinese (simplified) \n" @@ -1515,10 +1515,6 @@ msgstr "用法:%s [-p] [名称]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h 主机] [-f 名称]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r 主机\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "配置出错 - 无法解析 %s 值:“%d”" @@ -2940,6 +2936,10 @@ msgstr "%s:无法为“%s”找到 tcb 目录\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s:%s 组是一个 NIS 组\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r 主机\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s:无法创建新的默认文件\n" diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo index c4ffca84..2d3fcd42 100644 Binary files a/po/zh_TW.gmo and b/po/zh_TW.gmo differ diff --git a/po/zh_TW.po b/po/zh_TW.po index 709f5660..e2b020d4 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.9\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2024-06-21 11:23+0200\n" +"POT-Creation-Date: 2024-06-18 16:40-0500\n" "PO-Revision-Date: 2022-07-27 23:04+0800\n" "Last-Translator: Celeste Liu \n" "Language-Team: Chinese \n" @@ -1559,10 +1559,6 @@ msgstr "用法:%s [-p] [名稱]\n" msgid " %s [-p] [-h host] [-f name]\n" msgstr " %s [-p] [-h 主機] [-f 名稱]\n" -#, c-format -msgid " %s [-p] -r host\n" -msgstr " %s [-p] -r 主機\n" - #, c-format msgid "configuration error - cannot parse %s value: '%d'" msgstr "組態設定錯誤 - 無法解析 %s 的值:'%d'" @@ -3019,6 +3015,10 @@ msgstr "%s:找不到 %s 的 tcb 目錄\n" #~ msgid "%s: group %s is a NIS group\n" #~ msgstr "%s:%s 群組是 NIS 群組\n" +#, c-format +#~ msgid " %s [-p] -r host\n" +#~ msgstr " %s [-p] -r 主機\n" + #, c-format #~ msgid "%s: cannot create new defaults file\n" #~ msgstr "%s:無法建立新的預設檔案\n" diff --git a/src/Makefile.in b/src/Makefile.in index f62a5cf8..9f26971e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -489,7 +489,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/src/getsubids.c b/src/getsubids.c index 0753abd7..871e850f 100644 --- a/src/getsubids.c +++ b/src/getsubids.c @@ -44,6 +44,6 @@ int main(int argc, char *argv[]) printf("%d: %s %lu %lu\n", i, owner, ranges[i].start, ranges[i].count); } - free(ranges); + subid_free(ranges); return 0; } diff --git a/src/login.c b/src/login.c index 9fed7b38..3a302983 100644 --- a/src/login.c +++ b/src/login.c @@ -85,11 +85,6 @@ static struct lastlog ll; static bool pflg = false; static bool fflg = false; -#ifdef RLOGIN -static bool rflg = false; -#else /* RLOGIN */ -#define rflg false -#endif /* !RLOGIN */ static bool hflg = false; static bool preauth_flag = false; @@ -134,7 +129,6 @@ static void exit_handler (int); * usage - print login command usage and exit * * login [ name ] - * login -r hostname (for rlogind) * login -h hostname (for telnetd, etc.) * login -f name (for pre-authenticated login: datakit, xterm, etc.) */ @@ -145,9 +139,6 @@ static void usage (void) exit (1); } fprintf (stderr, _(" %s [-p] [-h host] [-f name]\n"), Prog); -#ifdef RLOGIN - fprintf (stderr, _(" %s [-p] -r host\n"), Prog); -#endif /* RLOGIN */ exit (1); } @@ -271,7 +262,7 @@ static void process_flags (int argc, char *const *argv) /* * Check the flags for proper form. Every argument starting with * "-" must be exactly two characters long. This closes all the - * clever rlogin, telnet, and getty holes. + * clever telnet, and getty holes. */ for (arg = 1; arg < argc; arg++) { if (argv[arg][0] == '-' && strlen (argv[arg]) > 2) { @@ -298,13 +289,6 @@ static void process_flags (int argc, char *const *argv) hostname = optarg; reason = PW_TELNET; break; -#ifdef RLOGIN - case 'r': - rflg = true; - hostname = optarg; - reason = PW_RLOGIN; - break; -#endif /* RLOGIN */ case 'p': pflg = true; break; @@ -313,21 +297,11 @@ static void process_flags (int argc, char *const *argv) } } -#ifdef RLOGIN - /* - * Neither -h nor -f should be combined with -r. - */ - - if (rflg && (hflg || fflg)) { - usage (); - } -#endif /* RLOGIN */ - /* * Allow authentication bypass only if real UID is zero. */ - if ((rflg || fflg || hflg) && !amroot) { + if ((fflg || hflg) && !amroot) { fprintf (stderr, _("%s: Permission denied.\n"), Prog); exit (1); } @@ -342,11 +316,6 @@ static void process_flags (int argc, char *const *argv) ++optind; } -#ifdef RLOGIN - if (rflg && (NULL != username)) { - usage (); - } -#endif /* RLOGIN */ if (fflg && (NULL == username)) { usage (); } @@ -474,7 +443,6 @@ static /*@observer@*/const char *get_failent_user (/*@returned@*/const char *use * the flags which login supports are * * -p - preserve the environment - * -r - perform autologin protocol for rlogin * -f - do not perform authentication, user is preauthenticated * -h - the name of the remote host */ @@ -505,9 +473,6 @@ int main (int argc, char **argv) # if defined(ENABLE_LASTLOG) char ptime[80]; # endif -#endif -#if defined(RLOGIN) - char term[128] = ""; #endif /* @@ -559,7 +524,7 @@ int main (int argc, char **argv) is_console = console (tty); #endif - if (rflg || hflg) { + if (hflg) { /* * Add remote hostname to the environment. I think * (not sure) I saw it once on Irix. --marekm @@ -572,23 +537,6 @@ int main (int argc, char **argv) if (hflg) { reason = PW_RLOGIN; } -#ifdef RLOGIN - if (rflg) { - size_t max_size; - - max_size = login_name_max_size(); - assert (NULL == username); - username = XMALLOC(max_size, char); - username[max_size - 1] = '\0'; - if (do_rlogin(hostname, username, max_size, term, sizeof(term))) - { - preauth_flag = true; - } else { - free (username); - username = NULL; - } - } -#endif /* RLOGIN */ OPENLOG (Prog); @@ -623,18 +571,11 @@ int main (int argc, char **argv) } } -#ifdef RLOGIN - if (term[0] != '\0') { - addenv ("TERM", term); - } else -#endif /* RLOGIN */ - { - /* preserve TERM from getty */ - if (!pflg) { - tmp = getenv ("TERM"); - if (NULL != tmp) { - addenv ("TERM", tmp); - } + /* preserve TERM from getty */ + if (!pflg) { + tmp = getenv ("TERM"); + if (NULL != tmp) { + addenv ("TERM", tmp); } } @@ -644,7 +585,7 @@ int main (int argc, char **argv) set_env (argc - optind, &argv[optind]); } - if (rflg || hflg) { + if (hflg) { cp = hostname; } else if ((host != NULL) && (host[0] != '\0')) { cp = host; @@ -954,7 +895,7 @@ int main (int argc, char **argv) } /* - * The -r and -f flags provide a name which has already + * The -f flag provides a name which has already * been authenticated by some server. */ if (preauth_flag) { @@ -1043,8 +984,8 @@ int main (int argc, char **argv) (void) puts (_("Login incorrect")); - /* allow only one attempt with -r or -f */ - if (rflg || fflg || (retries <= 0)) { + /* allow only one attempt with -f */ + if (fflg || (retries <= 0)) { closelog (); exit (1); } diff --git a/tests/tests/bug332198-test.exp b/tests/tests/bug332198-test.exp deleted file mode 100755 index fd365bb6..00000000 --- a/tests/tests/bug332198-test.exp +++ /dev/null @@ -1,61 +0,0 @@ -#!/usr/bin/expect -f - -# This is a script for repeatedly logging into the localhost -# using `rlogin` in order to apparently see a symptoms described -# in bug #332198. -# As described in the bug log, sometimes `rlogind` will fail to -# establish a connection, because it starts "login" process and -# the latter fails with "unable to determine TTY name, got /dev/pts/1" -# message. -# -# BUGS -# -# * the script rlogins to localhost -# * the script doesn't handle passwdord prompt, because it's intended -# to use .rhosts auth and expects shell prompt immediately after -# `rlogin` -# * the regexp for shell prompt is hardcoded - -log_user 0 -match_max 8192 - -while {1} { - set rlogin_spawn [spawn rlogin localhost] - if { $rlogin_spawn == 0 } { exit 1 } - expect { - -timeout 10 -re "^.*(Last login\[^\r\n\]*).*\n(\[^\r\n\]*\[#$\] )$" { - send_error "$expect_out(1,string)\n" - send_error "$expect_out(2,string)\n" -# send_error "$expect_out(0,string)\n" - } - timeout { - send_error "TIMEOUT/prompt\n" - send_error "$expect_out(buffer)\n" - send_error "RETRYING\n" - log_user 1 - send "tty /\r" - expect -timeout 2 -re "^.*\r?\n(\[^\r\n\]*# )$" {} - send "tty /\r" - expect -timeout 2 -re "^.*\r?\n(\[^\r\n\]*# )$" {} - send_error "\n" - exit 2 - } - } - send "tty\r" - expect { - -timeout 4 -re "tty\r?\n(\[^\r\n\]*)\r?\n(\[^\r\n\]*\[#$\] )$" { - send_error "$expect_out(2,string)$expect_out(1,string)\n" -# send_error "$expect_out(0,string)\n" - } - timeout { send_error "TIMEOUT/tty\n" ; exit 3 } - } - send "exit\r" - expect { - -timeout 2 eof { -# send_error "OK4: EOF\n" - } - timeout { send_error "TIMEOUT/eof\n" ; exit 4 } - } - wait -} -# vi: set sw=4: diff --git a/tests/tests/libsubid/04_nss/libsubid_zzz.c b/tests/tests/libsubid/04_nss/libsubid_zzz.c index 1a9de237..5ba3df95 100644 --- a/tests/tests/libsubid/04_nss/libsubid_zzz.c +++ b/tests/tests/libsubid/04_nss/libsubid_zzz.c @@ -138,3 +138,8 @@ enum subid_status shadow_subid_list_owner_ranges(const char *owner, enum subid_t return SUBID_STATUS_SUCCESS; } + +void shadow_subid_free(void *ptr) +{ + free(ptr); +} diff --git a/tests/tests/unit/Makefile b/tests/tests/unit/Makefile index 39e86e1a..7b02b729 100644 --- a/tests/tests/unit/Makefile +++ b/tests/tests/unit/Makefile @@ -87,14 +87,14 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = x86_64-pc-linux-gnu host_triplet = x86_64-pc-linux-gnu -check_PROGRAMS = test_adds$(EXEEXT) \ - test_atoi_strtoi$(EXEEXT) \ - test_chkname$(EXEEXT) test_sprintf$(EXEEXT) \ - test_strncpy$(EXEEXT) test_strtcpy$(EXEEXT) \ - test_xasprintf$(EXEEXT) \ - test_zustr2stp$(EXEEXT) $(am__EXEEXT_1) -am__append_1 = \ - test_logind +#check_PROGRAMS = test_adds$(EXEEXT) \ +# test_atoi_strtoi$(EXEEXT) \ +# test_chkname$(EXEEXT) test_sprintf$(EXEEXT) \ +# test_strncpy$(EXEEXT) test_strtcpy$(EXEEXT) \ +# test_xasprintf$(EXEEXT) \ +# test_zustr2stp$(EXEEXT) $(am__EXEEXT_1) +#am__append_1 = \ +# test_logind subdir = tests/unit ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -114,16 +114,16 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -am__EXEEXT_1 = \ - test_logind$(EXEEXT) +#am__EXEEXT_1 = \ +# test_logind$(EXEEXT) am__test_adds_SOURCES_DIST = ../../lib/adds.c test_adds.c am__dirstamp = $(am__leading_dot)dirstamp -am_test_adds_OBJECTS = \ - ../../lib/test_adds-adds.$(OBJEXT) \ - test_adds-test_adds.$(OBJEXT) +#am_test_adds_OBJECTS = \ +# ../../lib/test_adds-adds.$(OBJEXT) \ +# test_adds-test_adds.$(OBJEXT) test_adds_OBJECTS = $(am_test_adds_OBJECTS) am__DEPENDENCIES_1 = -test_adds_DEPENDENCIES = $(am__DEPENDENCIES_1) +#test_adds_DEPENDENCIES = $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent @@ -133,75 +133,75 @@ test_adds_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(CFLAGS) $(test_adds_LDFLAGS) $(LDFLAGS) -o $@ am__test_atoi_strtoi_SOURCES_DIST = ../../lib/atoi/strtoi.c \ test_atoi_strtoi.c -am_test_atoi_strtoi_OBJECTS = ../../lib/atoi/test_atoi_strtoi-strtoi.$(OBJEXT) \ - test_atoi_strtoi-test_atoi_strtoi.$(OBJEXT) +#am_test_atoi_strtoi_OBJECTS = ../../lib/atoi/test_atoi_strtoi-strtoi.$(OBJEXT) \ +# test_atoi_strtoi-test_atoi_strtoi.$(OBJEXT) test_atoi_strtoi_OBJECTS = $(am_test_atoi_strtoi_OBJECTS) -test_atoi_strtoi_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) +#test_atoi_strtoi_DEPENDENCIES = \ +# $(am__DEPENDENCIES_1) test_atoi_strtoi_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(test_atoi_strtoi_CFLAGS) $(CFLAGS) \ $(test_atoi_strtoi_LDFLAGS) $(LDFLAGS) -o $@ am__test_chkname_SOURCES_DIST = ../../lib/chkname.c test_chkname.c -am_test_chkname_OBJECTS = \ - ../../lib/test_chkname-chkname.$(OBJEXT) \ - test_chkname-test_chkname.$(OBJEXT) +#am_test_chkname_OBJECTS = \ +# ../../lib/test_chkname-chkname.$(OBJEXT) \ +# test_chkname-test_chkname.$(OBJEXT) test_chkname_OBJECTS = $(am_test_chkname_OBJECTS) -test_chkname_DEPENDENCIES = $(am__DEPENDENCIES_1) +#test_chkname_DEPENDENCIES = $(am__DEPENDENCIES_1) test_chkname_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_chkname_CFLAGS) \ $(CFLAGS) $(test_chkname_LDFLAGS) $(LDFLAGS) -o $@ am__test_logind_SOURCES_DIST = ../../lib/logind.c test_logind.c -am_test_logind_OBJECTS = \ - ../../lib/test_logind-logind.$(OBJEXT) \ - test_logind-test_logind.$(OBJEXT) +#am_test_logind_OBJECTS = \ +# ../../lib/test_logind-logind.$(OBJEXT) \ +# test_logind-test_logind.$(OBJEXT) test_logind_OBJECTS = $(am_test_logind_OBJECTS) -test_logind_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) +#test_logind_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +# $(am__DEPENDENCIES_1) test_logind_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_logind_CFLAGS) \ $(CFLAGS) $(test_logind_LDFLAGS) $(LDFLAGS) -o $@ am__test_sprintf_SOURCES_DIST = ../../lib/string/sprintf.c \ test_sprintf.c -am_test_sprintf_OBJECTS = ../../lib/string/test_sprintf-sprintf.$(OBJEXT) \ - test_sprintf-test_sprintf.$(OBJEXT) +#am_test_sprintf_OBJECTS = ../../lib/string/test_sprintf-sprintf.$(OBJEXT) \ +# test_sprintf-test_sprintf.$(OBJEXT) test_sprintf_OBJECTS = $(am_test_sprintf_OBJECTS) -test_sprintf_DEPENDENCIES = $(am__DEPENDENCIES_1) +#test_sprintf_DEPENDENCIES = $(am__DEPENDENCIES_1) test_sprintf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_sprintf_CFLAGS) \ $(CFLAGS) $(test_sprintf_LDFLAGS) $(LDFLAGS) -o $@ am__test_strncpy_SOURCES_DIST = test_strncpy.c -am_test_strncpy_OBJECTS = \ - test_strncpy-test_strncpy.$(OBJEXT) +#am_test_strncpy_OBJECTS = \ +# test_strncpy-test_strncpy.$(OBJEXT) test_strncpy_OBJECTS = $(am_test_strncpy_OBJECTS) -test_strncpy_DEPENDENCIES = $(am__DEPENDENCIES_1) +#test_strncpy_DEPENDENCIES = $(am__DEPENDENCIES_1) test_strncpy_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_strncpy_CFLAGS) \ $(CFLAGS) $(test_strncpy_LDFLAGS) $(LDFLAGS) -o $@ am__test_strtcpy_SOURCES_DIST = ../../lib/string/strtcpy.c \ test_strtcpy.c -am_test_strtcpy_OBJECTS = ../../lib/string/test_strtcpy-strtcpy.$(OBJEXT) \ - test_strtcpy-test_strtcpy.$(OBJEXT) +#am_test_strtcpy_OBJECTS = ../../lib/string/test_strtcpy-strtcpy.$(OBJEXT) \ +# test_strtcpy-test_strtcpy.$(OBJEXT) test_strtcpy_OBJECTS = $(am_test_strtcpy_OBJECTS) -test_strtcpy_DEPENDENCIES = $(am__DEPENDENCIES_1) +#test_strtcpy_DEPENDENCIES = $(am__DEPENDENCIES_1) test_strtcpy_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_strtcpy_CFLAGS) \ $(CFLAGS) $(test_strtcpy_LDFLAGS) $(LDFLAGS) -o $@ am__test_xasprintf_SOURCES_DIST = ../../lib/string/sprintf.c \ test_xasprintf.c -am_test_xasprintf_OBJECTS = ../../lib/string/test_xasprintf-sprintf.$(OBJEXT) \ - test_xasprintf-test_xasprintf.$(OBJEXT) +#am_test_xasprintf_OBJECTS = ../../lib/string/test_xasprintf-sprintf.$(OBJEXT) \ +# test_xasprintf-test_xasprintf.$(OBJEXT) test_xasprintf_OBJECTS = $(am_test_xasprintf_OBJECTS) -test_xasprintf_DEPENDENCIES = $(am__DEPENDENCIES_1) +#test_xasprintf_DEPENDENCIES = $(am__DEPENDENCIES_1) test_xasprintf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(test_xasprintf_CFLAGS) $(CFLAGS) $(test_xasprintf_LDFLAGS) \ $(LDFLAGS) -o $@ am__test_zustr2stp_SOURCES_DIST = test_zustr2stp.c -am_test_zustr2stp_OBJECTS = \ - test_zustr2stp-test_zustr2stp.$(OBJEXT) +#am_test_zustr2stp_OBJECTS = \ +# test_zustr2stp-test_zustr2stp.$(OBJEXT) test_zustr2stp_OBJECTS = $(am_test_zustr2stp_OBJECTS) -test_zustr2stp_DEPENDENCIES = $(am__DEPENDENCIES_1) +#test_zustr2stp_DEPENDENCIES = $(am__DEPENDENCIES_1) test_zustr2stp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(test_zustr2stp_CFLAGS) $(CFLAGS) $(test_zustr2stp_LDFLAGS) \ @@ -500,19 +500,19 @@ TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' aclocal-1.16 +ACLOCAL = ${SHELL} '/home/serge/src/shadow/missing' aclocal-1.16 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 AR = ar -AUTOCONF = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' autoconf -AUTOHEADER = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' autoheader -AUTOMAKE = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' automake-1.16 +AUTOCONF = ${SHELL} '/home/serge/src/shadow/missing' autoconf +AUTOHEADER = ${SHELL} '/home/serge/src/shadow/missing' autoheader +AUTOMAKE = ${SHELL} '/home/serge/src/shadow/missing' automake-1.16 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 CFLAGS = -O2 -Wall -Wextra -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=int-conversion -Wno-expansion-to-defined -Wno-unknown-attributes -Wno-unknown-warning-option CMOCKA_CFLAGS = -CMOCKA_LIBS = -lcmocka +CMOCKA_LIBS = CPP = gcc -E CPPFLAGS = CSCOPE = cscope @@ -531,7 +531,6 @@ EGREP = /usr/bin/grep -E ETAGS = etags EXEEXT = FGREP = /usr/bin/grep -F -FILECMD = file GETTEXT_MACRO_VERSION = 0.19 GMSGFMT = /usr/bin/msgfmt GMSGFMT_015 = /usr/bin/msgfmt @@ -554,8 +553,8 @@ LIBADD_SHL_LOAD = LIBATTR = -lattr LIBAUDIT = -laudit LIBBSD = -LIBBSD_CFLAGS = -isystem /usr/include/x86_64-linux-gnu/bsd -DLIBBSD_OVERLAY -LIBBSD_LIBS = -lbsd +LIBBSD_CFLAGS = -DLIBBSD_OVERLAY -isystem /usr/include/bsd +LIBBSD_LIBS = -lbsd LIBCRYPT = -lcrypt LIBECONF = LIBICONV = -liconv @@ -567,8 +566,8 @@ LIBS = -lbsd LIBSELINUX = -lselinux LIBSEMANAGE = -lsemanage LIBSKEY = -LIBSUBID_ABI = 4.0.0 -LIBSUBID_ABI_MAJOR = 4 +LIBSUBID_ABI = 5.0.0 +LIBSUBID_ABI_MAJOR = 5 LIBSUBID_ABI_MICRO = 0 LIBSUBID_ABI_MINOR = 0 LIBSYSTEMD = -lsystemd @@ -584,7 +583,7 @@ LT_DLLOADERS = dlopen.la LT_DLPREOPEN = -dlpreopen dlopen.la LT_SYS_LIBRARY_PATH = MAINT = -MAKEINFO = ${SHELL} '/home/alx/src/shadow/stable/shadow/4.15.2/missing' makeinfo +MAKEINFO = ${SHELL} '/home/serge/src/shadow/missing' makeinfo MANIFEST_TOOL = : MKDIR_P = /usr/bin/mkdir -p MSGFMT = /usr/bin/msgfmt @@ -599,10 +598,10 @@ OTOOL64 = PACKAGE = shadow PACKAGE_BUGREPORT = pkg-shadow-devel@lists.alioth.debian.org PACKAGE_NAME = shadow -PACKAGE_STRING = shadow 4.15.2 +PACKAGE_STRING = shadow 4.16.0 PACKAGE_TARNAME = shadow PACKAGE_URL = https://github.com/shadow-maint/shadow -PACKAGE_VERSION = 4.15.2 +PACKAGE_VERSION = 4.16.0 PATH_SEPARATOR = : PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = @@ -615,7 +614,7 @@ SHELL = /bin/bash STRIP = strip USE_NLS = yes VENDORDIR = -VERSION = 4.15.2 +VERSION = 4.16.0 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = @@ -624,10 +623,10 @@ XML_CATALOG_FILE = /etc/xml/catalog XSLTPROC = /usr/bin/xsltproc YACC = bison -y YFLAGS = -abs_builddir = /home/alx/src/shadow/stable/shadow/4.15.2/tests/unit -abs_srcdir = /home/alx/src/shadow/stable/shadow/4.15.2/tests/unit -abs_top_builddir = /home/alx/src/shadow/stable/shadow/4.15.2 -abs_top_srcdir = /home/alx/src/shadow/stable/shadow/4.15.2 +abs_builddir = /home/serge/src/shadow/tests/unit +abs_srcdir = /home/serge/src/shadow/tests/unit +abs_top_builddir = /home/serge/src/shadow +abs_top_srcdir = /home/serge/src/shadow ac_ct_AR = ar ac_ct_CC = gcc ac_ct_DUMPBIN = @@ -657,7 +656,7 @@ host_vendor = pc htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/alx/src/shadow/stable/shadow/4.15.2/install-sh +install_sh = ${SHELL} /home/serge/src/shadow/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale @@ -679,154 +678,154 @@ top_build_prefix = ../../ top_builddir = ../.. top_srcdir = ../.. AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir) -TESTS = $(check_PROGRAMS) -test_adds_SOURCES = \ - ../../lib/adds.c \ - test_adds.c \ - $(NULL) +#TESTS = $(check_PROGRAMS) +#test_adds_SOURCES = \ +# ../../lib/adds.c \ +# test_adds.c \ +# $(NULL) -test_adds_CFLAGS = \ - $(AM_FLAGS) \ - $(NULL) +#test_adds_CFLAGS = \ +# $(AM_FLAGS) \ +# $(NULL) -test_adds_LDFLAGS = \ - $(NULL) +#test_adds_LDFLAGS = \ +# $(NULL) -test_adds_LDADD = \ - $(CMOCKA_LIBS) \ - $(NULL) +#test_adds_LDADD = \ +# $(CMOCKA_LIBS) \ +# $(NULL) -test_atoi_strtoi_SOURCES = \ - ../../lib/atoi/strtoi.c \ - test_atoi_strtoi.c \ - $(NULL) +#test_atoi_strtoi_SOURCES = \ +# ../../lib/atoi/strtoi.c \ +# test_atoi_strtoi.c \ +# $(NULL) -test_atoi_strtoi_CFLAGS = \ - $(AM_CFLAGS) \ - $(NULL) +#test_atoi_strtoi_CFLAGS = \ +# $(AM_CFLAGS) \ +# $(NULL) -test_atoi_strtoi_LDFLAGS = \ - $(NULL) +#test_atoi_strtoi_LDFLAGS = \ +# $(NULL) -test_atoi_strtoi_LDADD = \ - $(CMOCKA_LIBS) \ - $(NULL) +#test_atoi_strtoi_LDADD = \ +# $(CMOCKA_LIBS) \ +# $(NULL) -test_chkname_SOURCES = \ - ../../lib/chkname.c \ - test_chkname.c \ - $(NULL) +#test_chkname_SOURCES = \ +# ../../lib/chkname.c \ +# test_chkname.c \ +# $(NULL) -test_chkname_CFLAGS = \ - $(AM_CFLAGS) \ - $(NULL) +#test_chkname_CFLAGS = \ +# $(AM_CFLAGS) \ +# $(NULL) -test_chkname_LDFLAGS = \ - $(NULL) +#test_chkname_LDFLAGS = \ +# $(NULL) -test_chkname_LDADD = \ - $(CMOCKA_LIBS) \ - $(NULL) +#test_chkname_LDADD = \ +# $(CMOCKA_LIBS) \ +# $(NULL) -test_logind_SOURCES = \ - ../../lib/logind.c \ - test_logind.c \ - $(NULL) +#test_logind_SOURCES = \ +# ../../lib/logind.c \ +# test_logind.c \ +# $(NULL) -test_logind_CFLAGS = \ - $(AM_CFLAGS) \ - -lsystemd \ - $(NULL) +#test_logind_CFLAGS = \ +# $(AM_CFLAGS) \ +# -lsystemd \ +# $(NULL) -test_logind_LDFLAGS = \ - -Wl,-wrap,prefix_getpwnam \ - -Wl,-wrap,sd_uid_get_sessions \ - $(NULL) +#test_logind_LDFLAGS = \ +# -Wl,-wrap,prefix_getpwnam \ +# -Wl,-wrap,sd_uid_get_sessions \ +# $(NULL) -test_logind_LDADD = \ - $(CMOCKA_LIBS) \ - $(LIBSYSTEMD) \ - $(NULL) +#test_logind_LDADD = \ +# $(CMOCKA_LIBS) \ +# $(LIBSYSTEMD) \ +# $(NULL) -test_sprintf_SOURCES = \ - ../../lib/string/sprintf.c \ - test_sprintf.c \ - $(NULL) +#test_sprintf_SOURCES = \ +# ../../lib/string/sprintf.c \ +# test_sprintf.c \ +# $(NULL) -test_sprintf_CFLAGS = \ - $(AM_CFLAGS) \ - $(NULL) +#test_sprintf_CFLAGS = \ +# $(AM_CFLAGS) \ +# $(NULL) -test_sprintf_LDFLAGS = \ - $(NULL) +#test_sprintf_LDFLAGS = \ +# $(NULL) -test_sprintf_LDADD = \ - $(CMOCKA_LIBS) \ - $(NULL) +#test_sprintf_LDADD = \ +# $(CMOCKA_LIBS) \ +# $(NULL) -test_strncpy_SOURCES = \ - test_strncpy.c \ - $(NULL) +#test_strncpy_SOURCES = \ +# test_strncpy.c \ +# $(NULL) -test_strncpy_CFLAGS = \ - $(AM_CFLAGS) \ - $(NULL) +#test_strncpy_CFLAGS = \ +# $(AM_CFLAGS) \ +# $(NULL) -test_strncpy_LDFLAGS = \ - $(NULL) +#test_strncpy_LDFLAGS = \ +# $(NULL) -test_strncpy_LDADD = \ - $(CMOCKA_LIBS) \ - $(NULL) +#test_strncpy_LDADD = \ +# $(CMOCKA_LIBS) \ +# $(NULL) -test_strtcpy_SOURCES = \ - ../../lib/string/strtcpy.c \ - test_strtcpy.c \ - $(NULL) +#test_strtcpy_SOURCES = \ +# ../../lib/string/strtcpy.c \ +# test_strtcpy.c \ +# $(NULL) -test_strtcpy_CFLAGS = \ - $(AM_CFLAGS) \ - $(NULL) +#test_strtcpy_CFLAGS = \ +# $(AM_CFLAGS) \ +# $(NULL) -test_strtcpy_LDFLAGS = \ - $(NULL) +#test_strtcpy_LDFLAGS = \ +# $(NULL) -test_strtcpy_LDADD = \ - $(CMOCKA_LIBS) \ - $(NULL) +#test_strtcpy_LDADD = \ +# $(CMOCKA_LIBS) \ +# $(NULL) -test_xasprintf_SOURCES = \ - ../../lib/string/sprintf.c \ - test_xasprintf.c \ - $(NULL) +#test_xasprintf_SOURCES = \ +# ../../lib/string/sprintf.c \ +# test_xasprintf.c \ +# $(NULL) -test_xasprintf_CFLAGS = \ - $(AM_CFLAGS) \ - $(NULL) +#test_xasprintf_CFLAGS = \ +# $(AM_CFLAGS) \ +# $(NULL) -test_xasprintf_LDFLAGS = \ - -Wl,-wrap,vasprintf \ - -Wl,-wrap,exit \ - $(NULL) +#test_xasprintf_LDFLAGS = \ +# -Wl,-wrap,vasprintf \ +# -Wl,-wrap,exit \ +# $(NULL) -test_xasprintf_LDADD = \ - $(CMOCKA_LIBS) \ - $(NULL) +#test_xasprintf_LDADD = \ +# $(CMOCKA_LIBS) \ +# $(NULL) -test_zustr2stp_SOURCES = \ - test_zustr2stp.c \ - $(NULL) +#test_zustr2stp_SOURCES = \ +# test_zustr2stp.c \ +# $(NULL) -test_zustr2stp_CFLAGS = \ - $(AM_CFLAGS) \ - $(NULL) +#test_zustr2stp_CFLAGS = \ +# $(AM_CFLAGS) \ +# $(NULL) -test_zustr2stp_LDFLAGS = \ - $(NULL) +#test_zustr2stp_LDFLAGS = \ +# $(NULL) -test_zustr2stp_LDADD = \ - $(CMOCKA_LIBS) \ - $(NULL) +#test_zustr2stp_LDADD = \ +# $(CMOCKA_LIBS) \ +# $(NULL) all: all-am diff --git a/tests/tests/unit/Makefile.in b/tests/tests/unit/Makefile.in index 108070c3..b1087141 100644 --- a/tests/tests/unit/Makefile.in +++ b/tests/tests/unit/Makefile.in @@ -531,7 +531,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ diff --git a/tests/unit/Makefile.in b/tests/unit/Makefile.in index 108070c3..b1087141 100644 --- a/tests/unit/Makefile.in +++ b/tests/unit/Makefile.in @@ -531,7 +531,6 @@ EGREP = @EGREP@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -FILECMD = @FILECMD@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@