----- Original Message -----
> Author: zwoop
> Date: Sun Feb 13 06:00:06 2011
> New Revision: 1070187
> 
> URL: http://svn.apache.org/viewvc?rev=1070187&view=rev
> Log:
> Fix typo on the default group.
> 
> Modified:
>     trafficserver/traffic/trunk/configure.ac
> 
> Modified: trafficserver/traffic/trunk/configure.ac
> URL:
> http://svn.apache.org/viewvc/trafficserver/traffic/trunk/configure.ac?rev=1070187&r1=1070186&r2=1070187&view=diff
> ==============================================================================
> --- trafficserver/traffic/trunk/configure.ac (original)
> +++ trafficserver/traffic/trunk/configure.ac Sun Feb 13 06:00:06 2011
> @@ -124,7 +124,7 @@ AC_ARG_WITH([user],
>  )
>  
>  AC_ARG_WITH([group],
> -  [AS_HELP_STRING([--with-group],[specify the system group [default:
> nogroup]])],
> +  [AS_HELP_STRING([--with-group],[specify the system group [default:
> nobody]])],

Given the Unix wide schism in the naming of nobody's group between nobody
and nogroup as group name, maybe we should

a) auto-detect the correct group name
b) use daemon:daemon, which seems to be a safe guess everywhere.

i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/

Reply via email to