]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/configure
Fix of case from Fileset to FileSet for compatibility with mysql.
[bacula/bacula] / bacula / configure
index 0ca88b11e813454efa67331803b50b43007c4331..08db7bbc7252dca9a875aa0a048810e1b2c42fa5 100755 (executable)
@@ -18358,7 +18358,14 @@ _ACEOF
 # ------------------------------------
 # Where to place subsys "lock file"
 # ------------------------------------
-subsysdir=/var/run/subsys
+ubsysdir=/var/run/subsys
+if test -d /var/run/subsys; then
+   subsysdir=/var/run/subsys
+elif test -d /var/lock/subsys; then
+   subsysdir=/var/lock/subsys
+else
+   subsysdir=/var/run/subsys
+fi
 
 # Check whether --with-subsys-dir was given.
 if test "${with_subsys_dir+set}" = set; then
@@ -35605,9 +35612,9 @@ chmod 755 $c/mysql
 chmod 755 src/win32/build-depkgs-mingw32
 
 if test "${support_bat}" = "yes" ; then
-cd src/qt-console
-chmod 755 install_conf_file
-qmake
+  cd src/qt-console
+  chmod 755 install_conf_file
+  qmake
 fi