From 0e608d1729671796f75b2f0b7cf5d723e0c57c73 Mon Sep 17 00:00:00 2001 From: thib Date: Thu, 1 Mar 2001 19:19:12 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 137af42..554ff67 100644 --- a/configure.in +++ b/configure.in @@ -480,9 +480,9 @@ if test \( $setreuid -eq 0 \) -o \( $setregid -eq 0 \) ; then groupname="$rootgroup" else -AC_MSG_CHECKING(username to run under) +AC_MSG_CHECKING(username to run fcrontab under) AC_ARG_WITH(username, -[ --with-username=USERNAME Username to run under (default fcron) ], +[ --with-username=USERNAME Username to run fcrontab under (default fcron) ], [ case "$withval" in no) AC_MSG_ERROR(Need USERNAME.) @@ -513,9 +513,9 @@ AC_ARG_WITH(username, fi ) -AC_MSG_CHECKING(groupname to run under) +AC_MSG_CHECKING(groupname to run fcrontab under) AC_ARG_WITH(groupname, -[ --with-groupname=GROUPNAME Groupname to run under (default fcron) ], +[ --with-groupname=GROUPNAME Groupname to run fcrontab under (default fcron) ], [ case "$withval" in no) AC_MSG_ERROR(Need GROUPNAME.) -- 2.40.0