From e8d6d956c13429825a5da82fd9f82a45cbb210b9 Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Fri, 21 Mar 2014 11:10:19 +0530 Subject: plugins: Hardcoding the localstatedir to /var Since the localstatedir is not getting substituted, hardcoding the value to /var for now. Change-Id: I3a27f9c4cd43f804ea4407224e5ea26db9ceb74e Signed-off-by: Sahina Bose Reviewed-on: https://cuckoo.blr.redhat.com:8443/57 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e890e53..661dfd9 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_SUBST([nagiospluginsdir], ['${libdir}/nagios/plugins']) AC_SUBST([glusternagiospluginsdir], ['${nagiospluginsdir}/gluster']) AC_SUBST([glusternagioscommonpylibdir], ['${pyexecdir}/glusternagios']) AC_SUBST([nagiosserveraddonstestsdir], ['${datarootdir}/${PACKAGE_NAME}/tests']) -AC_SUBST([nagioslivestatussocketpath], ['${localstatedir}/spool/nagios/cmd/live']) +AC_SUBST([nagioslivestatussocketpath], ['/var/spool/nagios/cmd/live']) # Checking for pyflakes AC_PATH_PROG([PYFLAKES], [pyflakes]) -- cgit