1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 17:43:12 +02:00

+- Added some setproctitle(.., me.name) for extra l33tness :P~

This commit is contained in:
stskeeps
2001-11-05 21:30:23 +00:00
parent b960288402
commit be48165fb6
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -901,3 +901,5 @@ seen. gmtime warning still there
WTF?)
- Made ./unreal generated by configure to make sure it has the correct path of the exe
- Added autoconf check for setproctitle
- Added some setproctitle(.., me.name) for extra l33tness :P~
+4
View File
@@ -1162,10 +1162,14 @@ int InitwIRCD(argc, argv)
#endif
SetupEvents();
loop.ircd_booted = 1;
#ifdef HAVE_SETPROCTITLE
setproctitle("%s", me.name);
#endif
module_loadall();
#ifdef STATIC_LINKING
l_commands_load(0);
#endif
#ifndef NO_FDLIST
check_fdlists(TStime());
#endif