Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
server:irc
ircd-ircu
ircd-ircu2.10.12.06_default_paths.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ircd-ircu2.10.12.06_default_paths.patch of Package ircd-ircu
Index: doc/example.conf =================================================================== --- doc/example.conf.orig +++ doc/example.conf @@ -792,7 +792,7 @@ # "GLINEMAXUSERCOUNT" = "20"; # "MPATH" = "ircd.motd"; # "RPATH" = "remote.motd"; -# "PPATH" = "ircd.pid"; +# "PPATH" = "/var/run/ircd-ircu/ircd.pid"; # "TOS_SERVER" = "0x08"; # "TOS_CLIENT" = "0x08"; # "POLLS_PER_LOOP" = "200"; Index: ircd/ircd_features.c =================================================================== --- ircd/ircd_features.c.orig +++ ircd/ircd_features.c @@ -338,7 +338,7 @@ /* Some misc. default paths */ F_S(MPATH, FEAT_CASE | FEAT_MYOPER, "ircd.motd", motd_init), F_S(RPATH, FEAT_CASE | FEAT_MYOPER, "remote.motd", motd_init), - F_S(PPATH, FEAT_CASE | FEAT_MYOPER | FEAT_READ, "ircd.pid", 0), + F_S(PPATH, FEAT_CASE | FEAT_MYOPER | FEAT_READ, "/var/run/ircd-ircu/ircd.pid", 0), /* Networking features */ F_I(TOS_SERVER, 0, 0x08, 0),
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor