summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSahina Bose <sabose@redhat.com>2014-03-21 11:10:19 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:36 +0530
commite8d6d956c13429825a5da82fd9f82a45cbb210b9 (patch)
tree23e38c21d19644f3426c8192675b67ee69ca6890
parent3b7cc051a97dfb57454bf71e0aca68acdfc95e4e (diff)
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 <sabose@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/57
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])