]> git.pld-linux.org Git - packages/mysql.git/blame - mysql-noproc.patch
- manual fixes from RH
[packages/mysql.git] / mysql-noproc.patch
CommitLineData
324690d1 1--- mysql-3.23.49/configure.in.orig Sun May 19 11:05:42 2002
2+++ mysql-3.23.49/configure.in Sun May 19 11:05:56 2002
3@@ -362,7 +362,7 @@
4 AC_SUBST(PERL)
5 AC_SUBST(PERL5)
6
7-# Lock for PS
8+# Look for PS
9 AC_PATH_PROG(PS, ps, ps)
10 AC_MSG_CHECKING("how to check if pid exists")
11 PS=$ac_cv_path_PS
12@@ -394,6 +394,9 @@
13 *cygwin*)
14 FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null"
15 ;;
16+ *linux*)
17+ FIND_PROC="$PS -p \$\$PID \" > /dev/null"
18+ ;;
19 *)
20 AC_MSG_ERROR([Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual.])
21 esac
This page took 0.133301 seconds and 4 git commands to generate.