[tor-commits] [tlsdate/master] Debian GNU/Hurd uses nobody:nogroup

ioerror at torproject.org ioerror at torproject.org
Fri Apr 26 20:51:14 UTC 2013


commit ebc14b2c4da29d91bad5c6d0000ed2d1bbb4bf62
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Fri Apr 26 13:35:10 2013 -0700

    Debian GNU/Hurd uses nobody:nogroup
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index b520066..231547e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -323,7 +323,7 @@ case "$host" in
                 [AS_HELP_STRING([--with-unpriv-group=<group>],
                 [Group to drop privs to @<:@default: nobody@:>@])])
     AS_CASE([$with_unpriv_group],
-            [""|yes|no], [UNPRIV_GROUP="nobody"],
+            [""|yes|no], [UNPRIV_GROUP="nogroup"],
             [*], [UNPRIV_GROUP=$with_unpriv_group])
     AC_DEFINE_UNQUOTED([UNPRIV_GROUP], ["${UNPRIV_GROUP}"], [Unprivileged group])
     ;;





More information about the tor-commits mailing list