From 95328a4ca929e626b8095e481d2403708c889d32 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sat, 27 Nov 1999 11:42:44 +0000 Subject: Use stripped hostname via `hostname -s` in various scripts, to make them consistent with mysqld and other OS. Reported by: Clive Lin --- databases/mysql41-server/files/patch-configure | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'databases/mysql41-server') diff --git a/databases/mysql41-server/files/patch-configure b/databases/mysql41-server/files/patch-configure index df2e48cf8abd..35b814b673b8 100644 --- a/databases/mysql41-server/files/patch-configure +++ b/databases/mysql41-server/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig Wed Oct 6 00:10:05 1999 -+++ configure Mon Oct 11 16:35:53 1999 ++++ configure Thu Nov 25 21:00:43 1999 @@ -2070,8 +2070,8 @@ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ @@ -20,6 +20,15 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -2737,7 +2737,7 @@ + ;; + esac + fi +-HOSTNAME="$ac_cv_path_HOSTNAME" ++HOSTNAME="$ac_cv_path_HOSTNAME -s" + if test -n "$HOSTNAME"; then + echo "$ac_t""$HOSTNAME" 1>&6 + else @@ -2865,30 +2865,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 echo "configure:2867: checking "how to check if pid exists"" >&5 -- cgit v1.2.3