diff options
Diffstat (limited to 'security/xinetd/files')
| -rw-r--r-- | security/xinetd/files/patch-aa | 31 | ||||
| -rw-r--r-- | security/xinetd/files/patch-ab | 44 |
2 files changed, 25 insertions, 50 deletions
diff --git a/security/xinetd/files/patch-aa b/security/xinetd/files/patch-aa index c336d6ba4e2c..0722a9b574c7 100644 --- a/security/xinetd/files/patch-aa +++ b/security/xinetd/files/patch-aa @@ -1,20 +1,11 @@ -*** xinetd/defs.h.orig Thu Mar 20 11:29:27 1997 ---- xinetd/defs.h Thu Mar 20 11:29:46 1997 -*************** -*** 100,106 **** - /* - * Used for listen(2) - */ -! #define LISTEN_BACKLOG 7 - - /* - * When explicit values are given for enum's, that is because the structures ---- 100,106 ---- - /* - * Used for listen(2) - */ -! #define LISTEN_BACKLOG 64 - - /* - * When explicit values are given for enum's, that is because the structures - +--- xinetd/defs.h.orig Tue Nov 3 00:05:53 1998 ++++ xinetd/defs.h Tue May 11 00:47:03 1999 +@@ -99,7 +99,7 @@ + /* + * Used for listen(2) + */ +-#define LISTEN_BACKLOG 7 ++#define LISTEN_BACKLOG 64 + + /* + * When explicit values are given for enum's, that is because the structures diff --git a/security/xinetd/files/patch-ab b/security/xinetd/files/patch-ab index 241e074f180a..0bb5eec09727 100644 --- a/security/xinetd/files/patch-ab +++ b/security/xinetd/files/patch-ab @@ -1,32 +1,16 @@ ---- compile-src.orig Thu Oct 16 09:06:46 1997 -+++ compile-src Thu Oct 16 09:09:32 1997 -@@ -43,7 +43,7 @@ - # The default is optimization. - # - cc= --ccopt=-O -+ccopt=-O2 - lib_defs= - xinetd_defs= +--- Makefile.in.orig Tue May 11 01:06:13 1999 ++++ Makefile.in Tue May 11 01:06:36 1999 +@@ -39,11 +39,11 @@ + INCLUDEDIR=-I$(LIB_INCLUDEDIR) \ + "DEFS=$(PROG_DEFS)" \ + "CC=$(CC)" \ +- DEBUG=-O ++ "DEBUG=$(CFLAGS)" -@@ -677,13 +677,13 @@ - case "$want_SB" in - yes) modify_manpages=yes ;; - no) modify_manpages= ;; -- *) echo -n "Convert .B -> .SB in man pages ? (if you are not sure, say no) -->" -- read x -- if test "$x" = "y" -o "$x" = "yes"; then -- modify_manpages=yes -- else -- modify_manpages= -- fi -+# *) echo -n "Convert .B -> .SB in man pages ? (if you are not sure, say no) -->" -+# read x -+# if test "$x" = "y" -o "$x" = "yes"; then -+# modify_manpages=yes -+# else -+# modify_manpages= -+# fi - esac + makelibs: + for lib in $(MANDATORY_LIBS) ; do \ +- ( cd libs/src/$$lib ; make install LIBDIR=$(LIB_INSTALLDIR) INCLUDEDIR=$(LIB_INCLUDEDIR) MANDIR=$(LIB_MANDIR) "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=true "CC=$(CC)" DEBUG=-O ) \ ++ ( cd libs/src/$$lib ; make install LIBDIR=$(LIB_INSTALLDIR) INCLUDEDIR=$(LIB_INCLUDEDIR) MANDIR=$(LIB_MANDIR) "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=true "CC=$(CC)" "DEBUG=$(CFLAGS)" ) \ + ; done - if test "$modify_manpages" ; then + install: |
