aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-07-16 10:59:20 +0200
committerTobias Brunner <tobias@strongswan.org>2009-07-16 15:15:35 +0200
commitc7e0f07cedc66a12054fa529ea26e698b220b24f (patch)
tree1dcebd43befc711583a7c9f3ddd61191ad5ab8b2 /configure.in
parentcf00cffef237014486eecd0aa04ed8601a7d5265 (diff)
downloadstrongswan-c7e0f07cedc66a12054fa529ea26e698b220b24f.tar.bz2
strongswan-c7e0f07cedc66a12054fa529ea26e698b220b24f.tar.xz
Typo fixed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 42fc7d59b..2d01ba7c9 100644
--- a/configure.in
+++ b/configure.in
@@ -125,14 +125,14 @@ AC_ARG_WITH(
AC_ARG_WITH(
[user],
- AS_HELP_STRING([--with-user=user],[change user of the daemons to "user" after startup (default is 0).]),
+ AS_HELP_STRING([--with-user=user],[change user of the daemons to "user" after startup (default is "root").]),
[AC_DEFINE_UNQUOTED(IPSEC_USER, "$withval") AC_SUBST(ipsecuser, "$withval")],
[AC_SUBST(ipsecuser, "root")]
)
AC_ARG_WITH(
[group],
- AS_HELP_STRING([--with-group=group],[change group of the daemons to "group" after startup (default is 0).]),
+ AS_HELP_STRING([--with-group=group],[change group of the daemons to "group" after startup (default is "root").]),
[AC_DEFINE_UNQUOTED(IPSEC_GROUP, "$withval") AC_SUBST(ipsecgroup, "$withval")],
[AC_SUBST(ipsecgroup, "root")]
)