aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-05 15:31:52 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-05 15:31:52 +0000
commit0aa7e4583600de267f6a23b1a9f32f92cab19aae (patch)
treeb0abb8cff8872b5f469ef2181e92c0bfe3d81452 /configure.ac
parentc999336a35270b773253680e84c7e234cca0b139 (diff)
downloadmailfromd-0aa7e4583600de267f6a23b1a9f32f92cab19aae.tar.gz
mailfromd-0aa7e4583600de267f6a23b1a9f32f92cab19aae.tar.bz2
Fixup pidfile and portspec according to state directory settings
git-svn-id: file:///svnroot/mailfromd/trunk@1411 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 25032d94..c0f27118 100644
--- a/configure.ac
+++ b/configure.ac
@@ -383,7 +383,7 @@ AC_ARG_VAR([DEFAULT_SOCKET],
[Set default communication socket.])
if test -z "$DEFAULT_SOCKET"; then
- DEFAULT_SOCKET='unix:$(DEFAULT_STATE_DIR)/mailfrom'
+ DEFAULT_SOCKET='mailfrom'
fi
AC_MSG_RESULT($DEFAULT_SOCKET)

Return to:

Send suggestions and report system problems to the System administrator.