Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
atheme
atheme-config.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File atheme-config.diff of Package atheme
Give Atheme a good default config that harmonizes with the ircd-seven package, such that installing ircd7 and atheme, and then starting both gives a directly usable Services. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> --- dist/atheme.conf.example | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) Index: atheme-services-7.0.5/dist/atheme.conf.example =================================================================== --- atheme-services-7.0.5.orig/dist/atheme.conf.example +++ atheme-services-7.0.5/dist/atheme.conf.example @@ -708,7 +708,7 @@ loadmodule "modules/groupserv/set_url"; * * HTTP Server modules/misc/httpd */ -loadmodule "modules/misc/httpd"; +#loadmodule "modules/misc/httpd"; /* XMLRPC server module. * @@ -757,7 +757,7 @@ serverinfo { * unique on the IRC network and contain at least one dot, but does * not have to be equal to any DNS name. */ - name = "services.int"; + name = "services.localhost."; /* desc * The ``server comment'' we send to the IRC network. @@ -780,24 +780,24 @@ serverinfo { /* (*)netname * The name of your network. */ - netname = "misconfigured network"; + netname = "unconfigured network"; /* (*)hidehostsuffix * P10 +x host hiding gives <account>.<hidehostsuffix>. * If using +x on asuka/bircd/undernet, this must agree * with F:HIDDEN_HOST. */ - hidehostsuffix = "users.misconfigured"; + hidehostsuffix = "users.unconfigured"; /* (*)adminname * The name of the person running this service. */ - adminname = "misconfigured admin"; + adminname = "unconfigured admin"; /* (*)adminemail * The email address of the person running this service. */ - adminemail = "misconfigured@admin.tld"; + adminemail = "unconfigured@admin.tld"; /* (*)mta * The full path to your mail transfer agent. @@ -891,7 +891,7 @@ serverinfo { * Multiple may be defined but only one will be used at a time (IRC * being a tree shaped network). */ -uplink "irc.example.net" { +uplink "localhost." { // The server name of the ircd you're linking to goes above. // host @@ -904,7 +904,7 @@ uplink "irc.example.net" { // password // The password used for linking. - password = "linkage"; + password = "servicespassword"; // port // The port to connect to. @@ -962,7 +962,7 @@ nickserv { /* (*)host * The hostname we want NickServ to have. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The realname (gecos) information we want NickServ to have. @@ -1053,7 +1053,7 @@ chanserv { /* (*)host * The hostname we want the client to have. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS of the client. @@ -1077,7 +1077,7 @@ chanserv { * use a lot of CPU up, and will only work if you have * join_chans (in general) enabled as well. */ - fantasy; + #fantasy; /* (*) hide_xop * Hide the XOP templates from sight. This is useful if you @@ -1243,7 +1243,7 @@ global { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1272,7 +1272,7 @@ infoserv { /* (*)host * The hostname used for this client, */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1308,7 +1308,7 @@ operserv { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1349,7 +1349,7 @@ saslserv { /* (*)host * The hostname we want SaslServ to have. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The realname (gecos) information we want SaslServ to have. @@ -1378,7 +1378,7 @@ memoserv { /* (*)host * The hostname we want MemoServ to have. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The realname (gecos) information we want MemoServ to have. @@ -1418,7 +1418,7 @@ gameserv { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1458,7 +1458,7 @@ rpgserv { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1533,7 +1533,7 @@ groupserv { /* (*)host * The hostname we want GroupServ to have. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The realname (gecos) information we want GroupServ to have. @@ -1598,7 +1598,7 @@ hostserv { /* (*)host * The hostname used for this client. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The GECOS (real name) of the client. @@ -1647,7 +1647,7 @@ helpserv { /* (*)host * The hostname we want HelpServ to have. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The realname (gecos) information we want HelpServ to have. @@ -1701,7 +1701,7 @@ alis { /* (*)host * The hostname we want ALIS to have. */ - host = "services.int"; + host = "services.localhost."; /* (*)real * The realname (gecos) information we want ALIS to have. @@ -1869,7 +1869,7 @@ general { * network channels by keeping them open, and to preserve the * topic and +beI lists. */ - leave_chans; + #leave_chans; /* secure * Do you want to require the use of /msg <service>@<services host>?
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