diff options
author | Simo Sorce <simo@redhat.com> | 2013-03-22 09:05:06 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-03-22 11:34:42 -0400 |
commit | 1955a2d57d6d6ff3d4aa6dcdbc890d9c44417f7f (patch) | |
tree | 87a56d0ebb1e1e733a20528541fb8937ef31ccf3 /proxy/configure.ac | |
parent | e9623f5f05053f215c71dbf37d034ae98f1f1c36 (diff) | |
download | gss-proxy-1955a2d57d6d6ff3d4aa6dcdbc890d9c44417f7f.tar.gz gss-proxy-1955a2d57d6d6ff3d4aa6dcdbc890d9c44417f7f.tar.xz gss-proxy-1955a2d57d6d6ff3d4aa6dcdbc890d9c44417f7f.zip |
Write pid file at startup.
Diffstat (limited to 'proxy/configure.ac')
-rw-r--r-- | proxy/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/configure.ac b/proxy/configure.ac index ec8a115..d108d69 100644 --- a/proxy/configure.ac +++ b/proxy/configure.ac @@ -55,11 +55,11 @@ m4_include([external/platform.m4]) m4_include(conf_macros.m4) WITH_DISTRO_VERSION -WITH_PID_PATH WITH_CC_PATH WITH_LOG_PATH WITH_PUBCONF_PATH WITH_SOCKET_NAME +WITH_PID_FILE WITH_INIT_DIR WITH_TEST_DIR WITH_MANPAGES |