added missing /run suffix to PID file path

This commit is contained in:
john30
2015-01-31 19:16:08 +01:00
parent 22b1138407
commit 5d872e3bc6
+1 -1
View File
@@ -41,7 +41,7 @@ AC_CONFIG_FILES([Makefile
src/ebusd/Makefile
src/tools/Makefile])
AC_DEFINE_UNQUOTED(PACKAGE_PIDFILE, LOCALSTATEDIR "/" PACKAGE ".pid", [The name of the PID file.])
AC_DEFINE_UNQUOTED(PACKAGE_PIDFILE, LOCALSTATEDIR "/run/" PACKAGE ".pid", [The name of the PID file.])
AC_CHECK_PROGS([HAVE_DOXYGEN], [doxygen])
if test -z "$HAVE_DOXYGEN";