dragonmtn-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dragonmtn-commits] Changes to rapunzel/Config


From: Mark Loeser
Subject: [Dragonmtn-commits] Changes to rapunzel/Config
Date: Sat, 14 May 2005 22:22:10 -0400

Index: rapunzel/Config
diff -u rapunzel/Config:1.1.1.1 rapunzel/Config:1.2
--- rapunzel/Config:1.1.1.1     Sat Apr  9 19:17:00 2005
+++ rapunzel/Config     Sun May 15 02:22:09 2005
@@ -3,7 +3,7 @@
 # Copyright 1996-2003 Michael Graff <address@hidden>
 # You may distribute this file freely providing this notice remains intact.
 #
-IRCD_VERSION="sor1.3.7"
+IRCD_VERSION="0.1"
 CONF_DATE=`date`
 LAST_VERSION="very very old"
 #
@@ -29,8 +29,8 @@
 NGETADDRINFO=undef
 TMP=/tmp/.Configtmp$$.c
 CCPATH=''
-SN_MODE='1'
-NETNAME='SorceryNet'
+NET_MODE='1'
+NETNAME='10thkingdom'
 URL_CONNECTHELP='none'
 REQ_VERSION_RESPONSE='1'
 EXEC=/tmp/.Configtmp$$
@@ -670,18 +670,18 @@
 runonce=""
 
 while [ -z "$FOO" ] ; do
-   FOO="$SN_MODE"
-       if [ -n "$SN_MODE" ] ; then
+   FOO="$NET_MODE"
+       if [ -n "$NET_MODE" ] ; then
              FOO="Yes"
        else
              FOO="No"
       fi
 
 cat <<EOF
-Do you want to compile in SorceryNet mode?
+Do you want to compile in 10thkingdom mode?
 
 Answer YES here for compiling any server daemon to be linked
-to SorceryNet or any SN test network.
+to 10thkingdom.
 EOF
 
    echo $n "[$FOO] -> $c"
@@ -696,10 +696,10 @@
     fi
     case "$cc" in
                    [Yy]*)
-                       SN_MODE="1"
+                       NET_MODE="1"
                    ;;
                    [Nn]*)
-                       SN_MODE=""
+                       NET_MODE=""
                    ;;
                    *)
                        echo ""
@@ -711,13 +711,13 @@
 
 done
 
-if [ -n "$SN_MODE" ] ; then
-       NETNAME='SorceryNet'
-       NETWORK_KLINE_ADDRESS='address@hidden'
-       NS_URL="http://www.sorcery.net/help/connecting.html";    
+if [ -n "$NET_MODE" ] ; then
+       NETNAME='10thkingdom'
+       NETWORK_KLINE_ADDRESS='address@hidden'
+       NS_URL="http://www.10thkingdom.net/help/connect";        
        URL_CONNECTHELP=''
-       SN_MODE='1'
-elif [ -z "$SN_MODE" ] ; then
+       NET_MODE='1'
+elif [ -z "$NET_MODE" ] ; then
 # Lets prompt for the network name
 runonce=""
 FOO=""
@@ -752,7 +752,7 @@
        echo "with their connection? If yes, give it here. If nothing is"
        echo "given, they will be given the default help message on connect,"
        echo "and I don\'t think you want that, unless you are linking to"
-       echo "SorceryNet."
+       echo "10thkingdom."
        echo $n "[$FOO] -> $c"
 
        if [ -z "$AUTO_CONFIG" -o -n "$runonce" ] ; then
@@ -799,9 +799,9 @@
            echo " "
            while [ -z "$FOO" ] ; do
                FOO="No"
-               echo "address@hidden is for SorceryNet servers only"
+               echo "address@hidden is for 10thkingd servers only"
 
-               echo "Are you sure you want to set the address to 
address@hidden"
+               echo "Are you sure you want to set the address to 
address@hidden"
                echo $n "[$FOO] -> $c"
                if [ -z "$AUTO_CONFIG" -o -n "$runonce" ] ; then
                    read cc
@@ -887,9 +887,9 @@
            ;;
     esac
 
-    if [ -z "$AUTO_CONFIG" -a -n "$SN_MODE" -a -z "$NOSPOOF" ] ; then
+    if [ -z "$AUTO_CONFIG" -a -n "$NET_MODE" -a -z "$NOSPOOF" ] ; then
 cat << EOF
-When compiling a SorceryNet server, you need to use the NOSPOOF
+When compiling a 10thkingdom server, you need to use the NOSPOOF
 option.
 
 Type 'yes' if you are sure you want to turn this off:
@@ -1073,12 +1073,12 @@
     echo "user being K:lined, shown to the user when they attempt to"
     echo "connect?  This should be a valid email address."
     echo " "
-    echo "For SorceryNet servers, note that this message is displayed when"
+    echo "For 10thkingdom servers, note that this message is displayed when"
     echo "the user is affected by a local K:line or k:line.  With"
     echo "Services-based autokills, the message is set up automatically"
-    echo "by Services to ask the user to email address@hidden  It is"
+    echo "by Services to ask the user to email address@hidden  It is"
     echo "recommended that you set this up to give a valid email address"
-    echo "for the server's admin, not address@hidden"
+    echo "for the server's admin, not address@hidden"
     echo $n "[$FOO] -> $c"
     if [ -z "$AUTO_CONFIG" -o -n "$runonce" -o -z "$FOO" ] ; then
        read cc
@@ -1584,7 +1584,7 @@
 
 This file is automatically generated and will be updated each time you
 run Config.  You should retain a copy of this to help migrate to future
-versions of the SorceryNet server with ease.
+versions of the Rapunzel server with ease.
 
 __EOF__
 
@@ -1617,8 +1617,8 @@
     echo "#undef HUB" >> $OPTIONS_H
 fi
 
-if [ -n "$SN_MODE" ] ; then
-       echo "#define SN_MODE" >> $OPTIONS_H
+if [ -n "$NET_MODE" ] ; then
+       echo "#define NET_MODE" >> $OPTIONS_H
 fi
 
 if [ -n "$URL_CONNECTHELP" ] ; then
@@ -1681,7 +1681,7 @@
 # versions of the DALnet server with ease.
 #
 LAST_VERSION="$IRCD_VERSION"
-SN_MODE="$SN_MODE"
+NET_MODE="$NET_MODE"
 NETNAME="$NETNAME"
 URL_CONNECTHELP="$URL_CONNECTHELP"
 NOSPOOF="$NOSPOOF"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]