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 |   48 +++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Index: atheme-services-6.0.8/dist/atheme.conf.example
===================================================================
--- atheme-services-6.0.8.orig/dist/atheme.conf.example
+++ atheme-services-6.0.8/dist/atheme.conf.example
@@ -605,7 +605,7 @@ loadmodule "modules/groupserv/main";
  *
  * HTTP Server					modules/misc/httpd
  */
-loadmodule "modules/misc/httpd";
+#loadmodule "modules/misc/httpd";
 
 /* XMLRPC server module.
  * 
@@ -614,7 +614,7 @@ loadmodule "modules/misc/httpd";
  *
  * XMLRPC handler for the httpd			modules/xmlrpc/main
  */
-loadmodule "modules/xmlrpc/main";
+#loadmodule "modules/xmlrpc/main";
 
 /* Other modules.
  *
@@ -636,7 +636,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.
@@ -659,24 +659,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.
@@ -770,7 +770,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
@@ -783,7 +783,7 @@ uplink "irc.example.net" {
 
 	// password
 	// The password used for linking.
-	password = "linkage";
+	password = "servicespassword";
 
 	// port
 	// The port to connect to.
@@ -840,7 +840,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.
@@ -914,7 +914,7 @@ chanserv {
 	/* (*)host
 	 * The hostname we want the client to have.
 	 */
-	host = "services.int";
+	host = "services.localhost.";
 
 	/* (*)real
 	 * The GECOS of the client.
@@ -932,7 +932,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
@@ -1048,7 +1048,7 @@ global {
 	/* (*)host
 	 * The hostname used for this client.
 	 */
-	host = "services.int";
+	host = "services.localhost.";
 
 	/* (*)real
 	 * The GECOS (real name) of the client.
@@ -1077,7 +1077,7 @@ infoserv {
 	/* (*)host
 	 * The hostname used for this client,
 	 */
-	host = "services.int";
+	host = "services.localhost.";
 
 	/* (*)real
 	 * The GECOS (real name) of the client.
@@ -1113,7 +1113,7 @@ operserv {
 	/* (*)host
 	 * The hostname used for this client.
 	 */
-	host = "services.int";
+	host = "services.localhost.";
 
 	/* (*)real
 	 * The GECOS (real name) of the client.
@@ -1148,7 +1148,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.
@@ -1177,7 +1177,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.
@@ -1211,7 +1211,7 @@ gameserv {
 	/* (*)host
 	 * The hostname used for this client.
 	 */
-	host = "services.int";
+	host = "services.localhost.";
 
 	/* (*)real
 	 * The GECOS (real name) of the client.
@@ -1245,7 +1245,7 @@ botserv {
 	/* (*)host
 	 * The hostname used for this client.
 	 */
-	host = "services.int";
+	host = "services.localhost.";
 
 	/* (*)real
 	 * The GECOS (real name) of the client.
@@ -1280,7 +1280,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.
@@ -1330,7 +1330,7 @@ hostserv {
 	/* (*)host
 	 * The hostname used for this client.
 	 */
-	host = "services.int";
+	host = "services.localhost.";
 
 	/* (*)real
 	 * The GECOS (real name) of the client.
@@ -1373,7 +1373,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.
@@ -1399,7 +1399,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.
@@ -1570,7 +1570,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>?
openSUSE Build Service is sponsored by