           GNU_URL=ftp://ftp.gnu.org/pub/gnu
              KDE_URL=ftp://ftp.kde.org/pub/kde
             CTAN_URL=ftp://tug.ctan.org/tex-archive
            GNOME_URL=ftp://ftp.gnome.org/pub/GNOME
           KERNEL_URL=ftp://ftp.kernel.org
          XFREE86_URL=ftp://ftp.xfree86.org/pub/XFree86
          SORCERY_URL=http://download.sourcemage.org/sorcery/
      SOURCEFORGE_URL=http://osdn.dl.sourceforge.net/sourceforge
           APACHE_URL=http://www.ibiblio.org/pub/mirrors/apache
               #
               # Set FURLNUM to nr. of fallback urls.
               #
               FURLNUM=3
FALLBACK_URL_MIRROR[0]=http://smgl.positivism.org
FALLBACK_URL_MIRROR[1]=ftp://thefrayedknot.armory.com/sorcery
FALLBACK_URL_MIRROR[2]=http://download.sourcemage.org/mirror

      # specify default fallback url.
      LEAPFORWARD_URL=${LEAPFORWARD_URL:=""}

 # turn this to on if you want sorcery to try and connect and disconnect
 # automatically
 INTERNET_AUTOCONNECT=${INTERNET_AUTOCONNECT:-off}
    DISCONNECT_SCRIPT=${DISCONNECT_SCRIPT:-poff}
       CONNECT_SCRIPT=${CONNECT_SCRIPT:-pon}
  INTERNET_INTERFACES=${INTERNET_INTERFACES:-"eth wlan bnep ath tr atml ppp"}

    CODEX_TARBALL_URL=http://codex.sourcemage.org
      CODEX_RSYNC_URL=rsync://sourcemage.org::codex
   CODEX_MANIFEST_URL=http://codex.sourcemage.org

            # reverse the comments below to use rsync by default
            CODEX_URL=${CODEX_URL:=$CODEX_TARBALL_URL}
           #CODEX_URL=${CODEX_URL:=$CODEX_RSYNC_URL}
   


test -e $LOCAL_URL_CONFIG && . $LOCAL_URL_CONFIG
