(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.
This commit is contained in:
parent
15c1afe4ae
commit
9cfb72ab45
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
MYNAME = Wolfpack
|
MYNAME = Wolfpack
|
||||||
|
|
||||||
# Please enter your user name:
|
# 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
|
USERNAME = wolfpack
|
||||||
|
|
||||||
# Please enter your e-mail address:
|
# Please enter your e-mail address:
|
||||||
|
|
|
@ -188,7 +188,7 @@ s_char *av[];
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
if (!login(sock, pwd->pw_name, cname, pname, send_kill)) {
|
if (!login(sock, pwd->pw_name, cname, pname, send_kill)) {
|
||||||
#else
|
#else
|
||||||
if (!login(sock, "win-empcl2.8", cname, pname, send_kill)) {
|
if (!login(sock, "nobody", cname, pname, send_kill)) {
|
||||||
#endif
|
#endif
|
||||||
close(sock);
|
close(sock);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue