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.

87 lines
3.1 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/tcp_wrappers/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 Mar 21 19:27:21 1997
  23. +++ ./Makefile Fri Apr 23 11:02:43 1999
  24. @@ -44,7 +44,7 @@
  25. #REAL_DAEMON_DIR=/usr/etc
  26. #
  27. # SysV.4 Solaris 2.x OSF AIX
  28. -#REAL_DAEMON_DIR=/usr/sbin
  29. +REAL_DAEMON_DIR=/usr/sbin
  30. #
  31. # BSD 4.4
  32. #REAL_DAEMON_DIR=/usr/libexec
  33. @@ -144,7 +144,7 @@
  34. linux:
  35. @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
  36. LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ=setenv.o \
  37. - NETGROUP= TLI= EXTRA_CFLAGS="-DBROKEN_SO_LINGER" all
  38. + NETGROUP= TLI= EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DBROKEN_SO_LINGER" all
  39. # This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x.
  40. hpux hpux8 hpux9 hpux10:
  41. @@ -491,7 +491,7 @@
  42. # Uncomment the next definition to turn on the language extensions
  43. # (examples: allow, deny, banners, twist and spawn).
  44. #
  45. -#STYLE = -DPROCESS_OPTIONS # Enable language extensions.
  46. +STYLE = -DPROCESS_OPTIONS # Enable language extensions.
  47. ################################################################
  48. # Optional: Changing the default disposition of logfile records
  49. @@ -514,7 +514,7 @@
  50. #
  51. # The LOG_XXX names below are taken from the /usr/include/syslog.h file.
  52. -FACILITY= LOG_MAIL # LOG_MAIL is what most sendmail daemons use
  53. +FACILITY= LOG_AUTHPRIV # LOG_MAIL is what most sendmail daemons use
  54. # The syslog priority at which successful connections are logged.
  55. @@ -531,7 +531,7 @@
  56. # and with Solaris < 2.4. APPEND_DOT will not work with hostnames taken
  57. # from /etc/hosts or from NIS maps. It does work with DNS through NIS.
  58. #
  59. -# DOT= -DAPPEND_DOT
  60. +DOT= -DAPPEND_DOT
  61. ##################################################
  62. # Optional: Always attempt remote username lookups
  63. @@ -610,7 +610,7 @@
  64. # Paranoid mode implies hostname lookup. In order to disable hostname
  65. # lookups altogether, see the next section.
  66. -PARANOID= -DPARANOID
  67. +PARANOID= #-DPARANOID
  68. ########################################
  69. # Optional: turning off hostname lookups
  70. @@ -623,7 +623,7 @@
  71. # In order to perform selective hostname lookups, disable paranoid
  72. # mode (see previous section) and comment out the following definition.
  73. -HOSTNAME= -DALWAYS_HOSTNAME
  74. +HOSTNAME= #-DALWAYS_HOSTNAME
  75. #############################################
  76. # Optional: Turning on host ADDRESS checking