OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../shadow/4.1.4.3-dup-install-targets.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. the Makefile.am manualy adds man_nopam to the install list, and then also
  17. optionally appends it which leads to the `install` error:
  18. ... will not overwrite just-created ...
  19. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/shadow/files/shadow-4.1.4.3-dup-install-targets.patch?view=markup
  20. --- shadow-4.1.4.3/man/ru/Makefile.in
  21. +++ shadow-4.1.4.3/man/ru/Makefile.in
  22. @@ -222,7 +222,7 @@
  23. top_build_prefix = @top_build_prefix@
  24. top_builddir = @top_builddir@
  25. top_srcdir = @top_srcdir@
  26. -man_MANS = $(man_nopam) chage.1 chfn.1 chgpasswd.8 chpasswd.8 chsh.1 \
  27. +man_MANS = chage.1 chfn.1 chgpasswd.8 chpasswd.8 chsh.1 \
  28. expiry.1 faillog.5 faillog.8 getspnam.3 gpasswd.1 groupadd.8 \
  29. groupdel.8 groupmems.8 groupmod.8 groups.1 grpck.8 grpconv.8 \
  30. grpunconv.8 gshadow.5 lastlog.8 login.1 login.defs.5 logoutd.8 \