[or-cvs] Also print usernames, not just numeric UIDs when we tell th...

Peter Palfrader weasel at seul.org
Mon Dec 5 01:28:12 UTC 2005


Update of /home/or/cvsroot/tor
In directory moria:/tmp/cvs-serv24428

Modified Files:
	configure.in 
Log Message:
Also print usernames, not just numeric UIDs when we tell the user that his data directory has the wrong owner

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -d -r1.246 -r1.247
--- configure.in	23 Nov 2005 20:15:39 -0000	1.246
+++ configure.in	5 Dec 2005 01:28:10 -0000	1.247
@@ -307,7 +307,7 @@
 
 AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h stddef.h inttypes.h utime.h sys/utime.h)
 
-AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit setrlimit strlcat strlcpy strtoull getpwnam ftello getaddrinfo localtime_r gmtime_r event_get_version event_get_method event_set_log_callback memmem)
+AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit setrlimit strlcat strlcpy strtoull getpwnam getpwuid ftello getaddrinfo localtime_r gmtime_r event_get_version event_get_method event_set_log_callback memmem)
 
 if test $enable_threads = "yes"; then
   AC_CHECK_HEADERS(pthread.h)



More information about the tor-commits mailing list