1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/xinetd/files/patch-ab
Vanilla I. Shu e8319f569d Upgrade to 2.2.1, add a startup script.
PR:		ports/4620
1997-12-04 03:41:07 +00:00

33 lines
724 B
Plaintext

--- 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=
@@ -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
if test "$modify_manpages" ; then