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.

46 lines
1.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../portmap/config.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- ./Makefile.orig Fri May 31 15:50:40 1996
  18. +++ ./Makefile Fri Apr 23 11:15:30 1999
  19. @@ -8,7 +8,7 @@
  20. # if you disagree. See `man 3 syslog' for examples. Some syslog versions
  21. # do not provide this flexibility.
  22. #
  23. -FACILITY=LOG_MAIL
  24. +FACILITY=LOG_AUTH
  25. # To disable host access control, comment out the following macro definition.
  26. # Note: host access control requires the strtok() and strchr() routines.
  27. @@ -36,7 +36,7 @@
  28. # With verbose logging on, HP-UX 9.x and AIX 4.1 leave zombies behind when
  29. # SIGCHLD is not ignored. Enable next macro for a fix.
  30. #
  31. -# ZOMBIES = -DIGNORE_SIGCHLD # AIX 4.x, HP-UX 9.x
  32. +ZOMBIES = -DIGNORE_SIGCHLD # AIX 4.x, HP-UX 9.x
  33. # Uncomment the following macro if your system does not have u_long.
  34. #
  35. @@ -46,7 +46,7 @@
  36. # libwrap.a object library. WRAP_DIR should specify the directory with
  37. # that library.
  38. -WRAP_DIR= ../tcp_wrappers
  39. +WRAP_DIR= /usr/lib
  40. # Auxiliary object files that may be missing from your C library.
  41. #