ef69267e6e
- Changed distname. - Removed patch for include/ircsprintf.h. It seems not needed today. - Added patch for src/s_serv.c (it needed for custom compilation with syslog disabled) - Removed several includes utmp.h. They are not used. PR: ports/143008 Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru> (maintainer)
12 lines
391 B
C
12 lines
391 B
C
--- src/s_serv.c 2006-07-14 18:11:33.000000000 +0400
|
|
+++ src/s_serv.c 2007-01-11 02:54:40.000000000 +0300
|
|
@@ -290,8 +290,8 @@ int m_squit(aClient *cptr, aClient *sptr
|
|
#ifdef USE_SYSLOG
|
|
syslog(LOG_NOTICE, "Failed SQUIT U-lined server %s attempt by "
|
|
"server %s", acptr->name, parv[0]);
|
|
- }
|
|
#endif
|
|
+ }
|
|
else
|
|
{
|
|
sendto_one(sptr, err_str(ERR_NOPRIVILEGES), me.name, parv[0]);
|