2002-02-27
2002-02-27 17:25:23 by Martin Stjernholm <mast@lysator.liu.se>
-
81f1a4c35537ee7e2ab5ca415034bc3c53ebdb24
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
A bit better wording in a message.
Rev: server/base_server/roxen.pike:1.781
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.
// ABS and suicide systems contributed freely by Francesco Chemolli
- constant cvs_version="$Id: roxen.pike,v 1.780 2002/02/22 09:16:44 wellhard Exp $";
+ constant cvs_version="$Id: roxen.pike,v 1.781 2002/02/27 17:25:23 mast Exp $";
// The argument cache. Used by the image cache.
ArgCache argcache;
3640: Inside #if undefined(__NT__)
if(getuid())
{
if (!from_handler_thread)
- report_error(LOC_M(24, "It is only possible to change uid and gid "
+ report_error(LOC_M(24, "It is possible to change uid and gid only "
"if the server is running as root.")+"\n");
} else {
#ifdef TEST_EUID_CHANGE