]> git.pld-linux.org Git - packages/php.git/commitdiff
- Changed default (expected) location of mysql socket to match FHS 2.1 and
authormkochano <mkochano@pld-linux.org>
Fri, 7 Jul 2000 19:54:02 +0000 (19:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  mysql.spec: /var/state/mysql -> /var/lib/mysql.

Changed files:
    php.spec -> 1.35

php.spec

index 1d037b6b9aa01fdba46e3d010b551ca524767083..ec0da05c3466173b7570548f67c5970188ad5b7d 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -471,7 +471,7 @@ CFLAGS="$RPM_OPT_FLAGS -DEAPI -I/usr/X11R6/include"; export CFLAGS
        --with-gettext=shared \
        --with-ldap \
        --with-mysql=shared \
-       --with-mysql-sock=/var/state/mysql/mysql.sock \
+       --with-mysql-sock=/var/lib/mysql/mysql.sock \
        --with-gd=shared \
        --with-dbase=shared \
        --with-filepro=shared \
This page took 0.053884 seconds and 4 git commands to generate.