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.

84 lines
3.0 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 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./Makefile.orig Fri Mar 21 19:27:21 1997
  20. +++ ./Makefile Fri Apr 23 11:02:43 1999
  21. @@ -44,7 +44,7 @@
  22. #REAL_DAEMON_DIR=/usr/etc
  23. #
  24. # SysV.4 Solaris 2.x OSF AIX
  25. -#REAL_DAEMON_DIR=/usr/sbin
  26. +REAL_DAEMON_DIR=/usr/sbin
  27. #
  28. # BSD 4.4
  29. #REAL_DAEMON_DIR=/usr/libexec
  30. @@ -144,7 +144,7 @@
  31. linux:
  32. @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
  33. LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ=setenv.o \
  34. - NETGROUP= TLI= EXTRA_CFLAGS="-DBROKEN_SO_LINGER" all
  35. + NETGROUP= TLI= EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DBROKEN_SO_LINGER" all
  36. # This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x.
  37. hpux hpux8 hpux9 hpux10:
  38. @@ -491,7 +491,7 @@
  39. # Uncomment the next definition to turn on the language extensions
  40. # (examples: allow, deny, banners, twist and spawn).
  41. #
  42. -#STYLE = -DPROCESS_OPTIONS # Enable language extensions.
  43. +STYLE = -DPROCESS_OPTIONS # Enable language extensions.
  44. ################################################################
  45. # Optional: Changing the default disposition of logfile records
  46. @@ -514,7 +514,7 @@
  47. #
  48. # The LOG_XXX names below are taken from the /usr/include/syslog.h file.
  49. -FACILITY= LOG_MAIL # LOG_MAIL is what most sendmail daemons use
  50. +FACILITY= LOG_AUTHPRIV # LOG_MAIL is what most sendmail daemons use
  51. # The syslog priority at which successful connections are logged.
  52. @@ -531,7 +531,7 @@
  53. # and with Solaris < 2.4. APPEND_DOT will not work with hostnames taken
  54. # from /etc/hosts or from NIS maps. It does work with DNS through NIS.
  55. #
  56. -# DOT= -DAPPEND_DOT
  57. +DOT= -DAPPEND_DOT
  58. ##################################################
  59. # Optional: Always attempt remote username lookups
  60. @@ -610,7 +610,7 @@
  61. # Paranoid mode implies hostname lookup. In order to disable hostname
  62. # lookups altogether, see the next section.
  63. -PARANOID= -DPARANOID
  64. +PARANOID= #-DPARANOID
  65. ########################################
  66. # Optional: turning off hostname lookups
  67. @@ -623,7 +623,7 @@
  68. # In order to perform selective hostname lookups, disable paranoid
  69. # mode (see previous section) and comment out the following definition.
  70. -HOSTNAME= -DALWAYS_HOSTNAME
  71. +HOSTNAME= #-DALWAYS_HOSTNAME
  72. #############################################
  73. # Optional: Turning on host ADDRESS checking