remove old patches

This commit is contained in:
form 1998-05-18 05:34:43 +00:00
parent 005e7a95b7
commit 0102059bf9
2 changed files with 0 additions and 39 deletions

View File

@ -1,32 +0,0 @@
--- configure.orig Mon Mar 2 06:55:42 1998
+++ configure Mon Mar 9 19:40:42 1998
@@ -825,10 +825,11 @@
# Check whether --with-tcl or --without-tcl was given.
if test "${with_tcl+set}" = set; then
withval="$with_tcl"
- USE_TCL=true echo "$ac_t""enabled" 1>&6
+ USE_TCL=true
+ echo "$ac_t""enabled" 1>&6
else
- USE_TCL=false echo "$ac_t""disabled" 1>&6
-
+ USE_TCL=false
+ echo "$ac_t""disabled" 1>&6
fi
export USE_TCL
@@ -839,10 +840,11 @@
# Check whether --with-perl or --without-perl was given.
if test "${with_perl+set}" = set; then
withval="$with_perl"
- USE_PERL=true echo "$ac_t""enabled" 1>&6
+ USE_PERL=true
+ echo "$ac_t""enabled" 1>&6
else
- USE_PERL=false echo "$ac_t""disabled" 1>&6
-
+ USE_PERL=false
+ echo "$ac_t""disabled" 1>&6
fi
export USE_PERL

View File

@ -1,7 +0,0 @@
--- bin/initdb/initdb.sh.~1~ Wed Feb 25 05:09:02 1998
+++ bin/initdb/initdb.sh Mon Mar 9 14:33:43 1998
@@ -386,3 +386,4 @@
echo "vacuum analyze" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\
grep -v "^DEBUG:"
+exit 0