diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-27 11:42:44 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-27 11:42:44 +0000 |
commit | 95328a4ca929e626b8095e481d2403708c889d32 (patch) | |
tree | 2587915964642e24bf1b3a90b4e4caeca6526173 /databases/mysql323-server | |
parent | upgrade to 2.3.5. (diff) |
Use stripped hostname via `hostname -s` in various scripts, to make them
consistent with mysqld and other OS.
Reported by: Clive Lin <clive@CirX.ORG>
Diffstat (limited to 'databases/mysql323-server')
-rw-r--r-- | databases/mysql323-server/files/patch-ag | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/databases/mysql323-server/files/patch-ag b/databases/mysql323-server/files/patch-ag index df2e48cf8abd..35b814b673b8 100644 --- a/databases/mysql323-server/files/patch-ag +++ b/databases/mysql323-server/files/patch-ag @@ -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 |