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:
@@ -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~
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user