From 9cfb72ab454efca334fc20a1bc8b13868d81b757 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 12 Feb 2004 16:50:48 +0000 Subject: [PATCH] (main, USERNAME): Change Windows user name from win-empcl2.8 to nobody to get rid of the version number. Keeping it up-to-date by hand is too much work, but leaving it at 2.8 would be confusing. --- build.conf | 2 +- src/client/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.conf b/build.conf index aa0a18e5..fbb55119 100644 --- a/build.conf +++ b/build.conf @@ -8,7 +8,7 @@ MYNAME = Wolfpack # Please enter your user name: -# (For NT and the basic emp_client build, use "USERNAME = win-empcl2.8") +# (For NT and the basic emp_client build, use "USERNAME = nobody") USERNAME = wolfpack # Please enter your e-mail address: diff --git a/src/client/main.c b/src/client/main.c index cf16a6ac..72a99177 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -188,7 +188,7 @@ s_char *av[]; #ifndef _WIN32 if (!login(sock, pwd->pw_name, cname, pname, send_kill)) { #else - if (!login(sock, "win-empcl2.8", cname, pname, send_kill)) { + if (!login(sock, "nobody", cname, pname, send_kill)) { #endif close(sock); exit(1);