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.

82 lines
2.9 KiB

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