updated my call to n7tae

pull/1/head
Tom Early 9 years ago
parent 9e6ce866a0
commit a97fdf5a5b

@ -53,7 +53,7 @@ After you configure you RPi or BBB, update, upgrade and install all the required
packages, the gateway installation can begin. Go to your login home directory and packages, the gateway installation can begin. Go to your login home directory and
(without root privileges type: (without root privileges type:
git clone git://github.com/ac2ie/g2_ircddb.git git clone git://github.com/n7tae/g2_ircddb.git
This will create a g2_ircddb directory with everything you need to build a dvap or This will create a g2_ircddb directory with everything you need to build a dvap or
dvrptr ircddb gateway. dvrptr ircddb gateway.
@ -148,4 +148,4 @@ If you want to uninstall everything return to the build directory and type eithe
uninstalldtmfs". This will shutdown and remove the service scripts and links and uninstalldtmfs". This will shutdown and remove the service scripts and links and
remove most everything from /usr/local. remove most everything from /usr/local.
Tom Early, ac2ie@arrl.net Tom Early, n7tae@arrl.net

@ -41,7 +41,7 @@ However, most hams won't have to bother with them!
Some other features are discussed below. Some other features are discussed below.
Tom Early, ac2ie (at) arrl (dot) net Tom Early, n7tae (at) arrl (dot) net
/* /*
* Copyright (C) 2010, 2011, 2012 by Scott Lawson KI4LKF * Copyright (C) 2010, 2011, 2012 by Scott Lawson KI4LKF

@ -31,7 +31,7 @@ and maybe a few more of your favorite packages. Here is one of my favorites: `su
After you install all the required packages, the g2_ircddb gateway installation can begin. Go to your login home directory and (without root privileges) type: After you install all the required packages, the g2_ircddb gateway installation can begin. Go to your login home directory and (without root privileges) type:
``` ```
git clone git://github.com/ac2ie/g2_ircddb.git git clone git://github.com/n7tae/g2_ircddb.git
``` ```
Then cd into the new g2_ircddb directory and review the `BUILDING` and `CONFIGURING` file for further instructions, here is an outline: Then cd into the new g2_ircddb directory and review the `BUILDING` and `CONFIGURING` file for further instructions, here is an outline:
``` ```

@ -68,8 +68,8 @@ module = {
# desc1 = "" # desc1 = ""
# desc2 = "" # desc2 = ""
# the url of your repeater, 80 chars max, defaults to "github.com/ac2ie/g2_ircddb # the url of your repeater, 80 chars max, defaults to "github.com/n7tae/g2_ircddb
# url = "" # 80 char max, defaults to "github.com/ac2ie/g2_ircddb # url = "" # 80 char max, defaults to "github.com/n7tae/g2_ircddb
# If you want to enable/disable the repeater, set these options. # If you want to enable/disable the repeater, set these options.
# Each of these options can NOT be more than 8 characters. # Each of these options can NOT be more than 8 characters.
@ -208,8 +208,8 @@ module = {
# desc1 = "" # desc1 = ""
# desc2 = "" # desc2 = ""
# the url of your repeater, 80 chars max, defaults to "github.com/ac2ie/g2_ircddb # the url of your repeater, 80 chars max, defaults to "github.com/n7tae/g2_ircddb
# url = "" # 80 char max, defaults to "github.com/ac2ie/g2_ircddb # url = "" # 80 char max, defaults to "github.com/n7tae/g2_ircddb
# where other g2 programs find this repeater software # where other g2 programs find this repeater software
# ip = "127.0.0.1" # where is the device running? must be a "dotted number" # ip = "127.0.0.1" # where is the device running? must be a "dotted number"

@ -406,7 +406,7 @@ static bool read_config(char *cfgFile)
rptr.mod[m].desc1 = ""; rptr.mod[m].desc1 = "";
if (! cfg.lookupValue(path+".desc2", rptr.mod[m].desc2)) if (! cfg.lookupValue(path+".desc2", rptr.mod[m].desc2))
rptr.mod[m].desc2 = ""; rptr.mod[m].desc2 = "";
if (! get_value(cfg, std::string(path+".url").c_str(), rptr.mod[m].url, 0, 80, "github.com/ac2ie/g2_ircddb")) if (! get_value(cfg, std::string(path+".url").c_str(), rptr.mod[m].url, 0, 80, "github.com/n7tae/g2_ircddb"))
return true; return true;
// truncate strings // truncate strings
if (rptr.mod[m].desc1.length() > 20) if (rptr.mod[m].desc1.length() > 20)

@ -4,7 +4,7 @@
# #
# 73 # 73
# #
# Tom, ac2ie@arrl.net # Tom, n7tae@arrl.net
if [ -e gwys.txt ]; then if [ -e gwys.txt ]; then
mv -f gwys.txt gwys.txt.orig mv -f gwys.txt gwys.txt.orig

Loading…
Cancel
Save

Powered by TurnKey Linux.