From 59d0d7f368e9c983b0f0e465e1790aa0bf8b294c Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 4 Dec 2013 17:18:18 -0500 Subject: [PATCH 1/3] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 487e317..dff3c6e 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,7 @@ install: /usr/sbin/update-rc.d g2_link enable ######### dvap_rptr ######### /bin/cp -f dvap_rptr $(BINDIR) + /bin/cp -f dvap_rptr.sh $(BINDIR) /bin/cp -f dvap_rptr.cfg $(CFGDIR) /bin/cp -f service.dvap_rptr /etc/init.d/dvap_rptr /usr/sbin/update-rc.d dvap_rptr defaults From 7fac1fc5cb7b2c5bc285607820bab4de4ad0f469 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 4 Dec 2013 17:45:49 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9c9c9..cb20e27 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ apt-get upgrade apt-get install make g++ unzip git -and maybe a few more of your favorite packages. Here is one of my favorites: "apt-get install avahi-daemon". Then you can "ssh @.local" instead of "ssh $. +and maybe a few more of your favorite packages. Here is one of my favorites: "apt-get install avahi-daemon". Then you can "ssh \@\.local" instead of "ssh $. 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: From fb71f397cef755fc852d135f8defc435afaad603 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 4 Dec 2013 17:46:53 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb20e27..90dc0a5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ apt-get upgrade apt-get install make g++ unzip git -and maybe a few more of your favorite packages. Here is one of my favorites: "apt-get install avahi-daemon". Then you can "ssh \@\.local" instead of "ssh $. +and maybe a few more of your favorite packages. Here is one of my favorites: "apt-get install avahi-daemon". Then you can "ssh user@hostname.local" instead of "ssh user@ip_address. 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: