mirror of the now-defunct rocklinux.org
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.

51 lines
1.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/portmap/config.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./Makefile.orig Fri May 31 15:50:40 1996
  23. +++ ./Makefile Fri Apr 23 11:15:30 1999
  24. @@ -8,7 +8,7 @@
  25. # if you disagree. See `man 3 syslog' for examples. Some syslog versions
  26. # do not provide this flexibility.
  27. #
  28. -FACILITY=LOG_MAIL
  29. +FACILITY=LOG_AUTH
  30. # To disable host access control, comment out the following macro definition.
  31. # Note: host access control requires the strtok() and strchr() routines.
  32. @@ -36,7 +36,7 @@
  33. # With verbose logging on, HP-UX 9.x and AIX 4.1 leave zombies behind when
  34. # SIGCHLD is not ignored. Enable next macro for a fix.
  35. #
  36. -# ZOMBIES = -DIGNORE_SIGCHLD # AIX 4.x, HP-UX 9.x
  37. +ZOMBIES = -DIGNORE_SIGCHLD # AIX 4.x, HP-UX 9.x
  38. # Uncomment the following macro if your system does not have u_long.
  39. #
  40. @@ -46,7 +46,7 @@
  41. # libwrap.a object library. WRAP_DIR should specify the directory with
  42. # that library.
  43. -WRAP_DIR= ../tcp_wrappers
  44. +WRAP_DIR= /usr/lib
  45. # Auxiliary object files that may be missing from your C library.
  46. #