diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-27 08:58:37 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-27 08:58:37 +0400 |
commit | ea839a52aebd6a29a8dde70412b0e7b8d68568b4 (patch) | |
tree | 10026e84c8b73d4e5ad6704ab1cb78ea7c63c305 /man/cs | |
parent | 6c1662a897fd34b5b0b0174ab83552b016d05e8d (diff) | |
download | shadow-upstream.tar.gz |
Imported Upstream version 4.1.5.1upstream/4.1.5.1upstream
Diffstat (limited to 'man/cs')
-rw-r--r-- | man/cs/Makefile.am | 39 | ||||
-rw-r--r-- | man/cs/Makefile.in | 153 | ||||
-rw-r--r-- | man/cs/man1/expiry.1 (renamed from man/cs/expiry.1) | 0 | ||||
-rw-r--r-- | man/cs/man1/gpasswd.1 (renamed from man/cs/gpasswd.1) | 0 | ||||
-rw-r--r-- | man/cs/man1/groups.1 (renamed from man/cs/groups.1) | 0 | ||||
-rw-r--r-- | man/cs/man1/id.1 (renamed from man/cs/id.1) | 0 | ||||
-rw-r--r-- | man/cs/man1/su.1 (renamed from man/cs/su.1) | 0 | ||||
-rw-r--r-- | man/cs/man5/faillog.5 (renamed from man/cs/faillog.5) | 0 | ||||
-rw-r--r-- | man/cs/man5/gshadow.5 (renamed from man/cs/gshadow.5) | 0 | ||||
-rw-r--r-- | man/cs/man5/passwd.5 (renamed from man/cs/passwd.5) | 0 | ||||
-rw-r--r-- | man/cs/man5/shadow.5 (renamed from man/cs/shadow.5) | 0 | ||||
-rw-r--r-- | man/cs/man8/faillog.8 (renamed from man/cs/faillog.8) | 0 | ||||
-rw-r--r-- | man/cs/man8/groupadd.8 (renamed from man/cs/groupadd.8) | 0 | ||||
-rw-r--r-- | man/cs/man8/groupdel.8 (renamed from man/cs/groupdel.8) | 0 | ||||
-rw-r--r-- | man/cs/man8/groupmems.8 (renamed from man/cs/groupmems.8) | 0 | ||||
-rw-r--r-- | man/cs/man8/groupmod.8 (renamed from man/cs/groupmod.8) | 0 | ||||
-rw-r--r-- | man/cs/man8/grpck.8 (renamed from man/cs/grpck.8) | 0 | ||||
-rw-r--r-- | man/cs/man8/lastlog.8 (renamed from man/cs/lastlog.8) | 2 | ||||
-rw-r--r-- | man/cs/man8/logoutd.8 (renamed from man/cs/logoutd.8) | 0 | ||||
-rw-r--r-- | man/cs/man8/nologin.8 (renamed from man/cs/nologin.8) | 0 | ||||
-rw-r--r-- | man/cs/man8/vipw.8 (renamed from man/cs/vipw.8) | 0 |
21 files changed, 122 insertions, 72 deletions
diff --git a/man/cs/Makefile.am b/man/cs/Makefile.am index 2898762..3b2be0c 100644 --- a/man/cs/Makefile.am +++ b/man/cs/Makefile.am @@ -2,24 +2,25 @@ mandir = @mandir@/cs man_MANS = \ - expiry.1 \ - faillog.5 \ - faillog.8 \ - gpasswd.1 \ - groupadd.8 \ - groupdel.8 \ - groupmod.8 \ - groups.1 \ - grpck.8 \ - gshadow.5 \ - lastlog.8 \ - nologin.8 \ - passwd.5 \ - shadow.5 \ - su.1 \ - vipw.8 + man1/expiry.1 \ + man5/faillog.5 \ + man8/faillog.8 \ + man1/gpasswd.1 \ + man8/groupadd.8 \ + man8/groupdel.8 \ + man8/groupmod.8 \ + man1/groups.1 \ + man8/grpck.8 \ + man5/gshadow.5 \ + man8/lastlog.8 \ + man8/nologin.8 \ + man5/passwd.5 \ + man5/shadow.5 \ + man1/su.1 \ + man8/vipw.8 EXTRA_DIST = $(man_MANS) \ - id.1 \ - groupmems.8 \ - logoutd.8 + man1/id.1 \ + man8/groupmems.8 \ + man8/logoutd.8 + diff --git a/man/cs/Makefile.in b/man/cs/Makefile.in index ddf4328..dd6778e 100644 --- a/man/cs/Makefile.in +++ b/man/cs/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,6 +15,23 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -46,6 +63,11 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -67,6 +89,12 @@ am__nobase_list = $(am__nobase_strip_setup); \ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \ "$(DESTDIR)$(man8dir)" @@ -90,6 +118,7 @@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -135,6 +164,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ @@ -159,7 +189,6 @@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -U = @U@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ @@ -174,6 +203,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -206,7 +236,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@/cs mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -223,27 +252,27 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ man_MANS = \ - expiry.1 \ - faillog.5 \ - faillog.8 \ - gpasswd.1 \ - groupadd.8 \ - groupdel.8 \ - groupmod.8 \ - groups.1 \ - grpck.8 \ - gshadow.5 \ - lastlog.8 \ - nologin.8 \ - passwd.5 \ - shadow.5 \ - su.1 \ - vipw.8 + man1/expiry.1 \ + man5/faillog.5 \ + man8/faillog.8 \ + man1/gpasswd.1 \ + man8/groupadd.8 \ + man8/groupdel.8 \ + man8/groupmod.8 \ + man1/groups.1 \ + man8/grpck.8 \ + man5/gshadow.5 \ + man8/lastlog.8 \ + man8/nologin.8 \ + man5/passwd.5 \ + man5/shadow.5 \ + man1/su.1 \ + man8/vipw.8 EXTRA_DIST = $(man_MANS) \ - id.1 \ - groupmems.8 \ - logoutd.8 + man1/id.1 \ + man8/groupmems.8 \ + man8/logoutd.8 all: all-am @@ -286,11 +315,18 @@ clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) - test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" - @list=''; test -n "$(man1dir)" || exit 0; \ - { for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ @@ -319,16 +355,21 @@ uninstall-man1: sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-man5: $(man_MANS) @$(NORMAL_INSTALL) - test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)" - @list=''; test -n "$(man5dir)" || exit 0; \ - { for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.5[a-z]*$$/p'; \ + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man5dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.5[a-z]*$$/p'; \ + fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ @@ -357,16 +398,21 @@ uninstall-man5: sed -n '/\.5[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man5dir)" && rm -f $$files; } + dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) install-man8: $(man_MANS) @$(NORMAL_INSTALL) - test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" - @list=''; test -n "$(man8dir)" || exit 0; \ - { for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.8[a-z]*$$/p'; \ + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man8dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.8[a-z]*$$/p'; \ + fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ @@ -395,9 +441,7 @@ uninstall-man8: sed -n '/\.8[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man8dir)" && rm -f $$files; } + dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -465,10 +509,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/man/cs/expiry.1 b/man/cs/man1/expiry.1 index 99a0b4e..99a0b4e 100644 --- a/man/cs/expiry.1 +++ b/man/cs/man1/expiry.1 diff --git a/man/cs/gpasswd.1 b/man/cs/man1/gpasswd.1 index 32e4288..32e4288 100644 --- a/man/cs/gpasswd.1 +++ b/man/cs/man1/gpasswd.1 diff --git a/man/cs/groups.1 b/man/cs/man1/groups.1 index 6deab53..6deab53 100644 --- a/man/cs/groups.1 +++ b/man/cs/man1/groups.1 diff --git a/man/cs/id.1 b/man/cs/man1/id.1 index 9eafaf1..9eafaf1 100644 --- a/man/cs/id.1 +++ b/man/cs/man1/id.1 diff --git a/man/cs/su.1 b/man/cs/man1/su.1 index e8a6842..e8a6842 100644 --- a/man/cs/su.1 +++ b/man/cs/man1/su.1 diff --git a/man/cs/faillog.5 b/man/cs/man5/faillog.5 index 99036ff..99036ff 100644 --- a/man/cs/faillog.5 +++ b/man/cs/man5/faillog.5 diff --git a/man/cs/gshadow.5 b/man/cs/man5/gshadow.5 index ad8750d..ad8750d 100644 --- a/man/cs/gshadow.5 +++ b/man/cs/man5/gshadow.5 diff --git a/man/cs/passwd.5 b/man/cs/man5/passwd.5 index 1b00228..1b00228 100644 --- a/man/cs/passwd.5 +++ b/man/cs/man5/passwd.5 diff --git a/man/cs/shadow.5 b/man/cs/man5/shadow.5 index fdbe0a1..fdbe0a1 100644 --- a/man/cs/shadow.5 +++ b/man/cs/man5/shadow.5 diff --git a/man/cs/faillog.8 b/man/cs/man8/faillog.8 index e4dcae0..e4dcae0 100644 --- a/man/cs/faillog.8 +++ b/man/cs/man8/faillog.8 diff --git a/man/cs/groupadd.8 b/man/cs/man8/groupadd.8 index c8e3977..c8e3977 100644 --- a/man/cs/groupadd.8 +++ b/man/cs/man8/groupadd.8 diff --git a/man/cs/groupdel.8 b/man/cs/man8/groupdel.8 index 7991d9d..7991d9d 100644 --- a/man/cs/groupdel.8 +++ b/man/cs/man8/groupdel.8 diff --git a/man/cs/groupmems.8 b/man/cs/man8/groupmems.8 index 729fce4..729fce4 100644 --- a/man/cs/groupmems.8 +++ b/man/cs/man8/groupmems.8 diff --git a/man/cs/groupmod.8 b/man/cs/man8/groupmod.8 index 9338994..9338994 100644 --- a/man/cs/groupmod.8 +++ b/man/cs/man8/groupmod.8 diff --git a/man/cs/grpck.8 b/man/cs/man8/grpck.8 index 07e67d7..07e67d7 100644 --- a/man/cs/grpck.8 +++ b/man/cs/man8/grpck.8 diff --git a/man/cs/lastlog.8 b/man/cs/man8/lastlog.8 index 928d579..e74e4f3 100644 --- a/man/cs/lastlog.8 +++ b/man/cs/man8/lastlog.8 @@ -1,5 +1,5 @@ .\" @(#)lastlog.8 3.3 08:24:58 29 Sep 1993 (National Guard Release) -.\" $Id: lastlog.8 1342 2007-11-10 23:46:11Z nekral-guest $ +.\" $Id: lastlog.8 3742 2012-05-25 11:45:21Z nekral-guest $ .\" .TH LASTLOG 8 .SH JMÉNO diff --git a/man/cs/logoutd.8 b/man/cs/man8/logoutd.8 index ed264c4..ed264c4 100644 --- a/man/cs/logoutd.8 +++ b/man/cs/man8/logoutd.8 diff --git a/man/cs/nologin.8 b/man/cs/man8/nologin.8 index 92d6be8..92d6be8 100644 --- a/man/cs/nologin.8 +++ b/man/cs/man8/nologin.8 diff --git a/man/cs/vipw.8 b/man/cs/man8/vipw.8 index fbef380..fbef380 100644 --- a/man/cs/vipw.8 +++ b/man/cs/man8/vipw.8 |