From d3852f3aee34bdc1871cccad6837b7cc448ed5e8 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sun, 7 Dec 2008 16:23:35 +0000 Subject: [PATCH] all the difference a word makes git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10642 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 12 ++++++------ {rootkit-d => support}/.bashrc | 0 {rootkit-d => support}/.emacs | 0 {rootkit-d => support}/.screenrc | 0 {rootkit-d => support}/install-cc-mode.sh | 0 {rootkit-d => support}/shinzon.pub | 0 6 files changed, 6 insertions(+), 6 deletions(-) rename {rootkit-d => support}/.bashrc (100%) rename {rootkit-d => support}/.emacs (100%) rename {rootkit-d => support}/.screenrc (100%) rename {rootkit-d => support}/install-cc-mode.sh (100%) rename {rootkit-d => support}/shinzon.pub (100%) diff --git a/Makefile.am b/Makefile.am index 5f36826d6f..1713e0c721 100644 --- a/Makefile.am +++ b/Makefile.am @@ -449,12 +449,12 @@ $(OUR_MODULES): || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ test -z "$$fail" -rootkit: - @cat rootkit-d/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 - @cp rootkit-d/.emacs ~ - @cp rootkit-d/.screenrc ~ - @cp rootkit-d/.bashrc ~ - @sh rootkit-d/install-cc-mode.sh +support: + @cat support/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 + @cp support/.emacs ~ + @cp support/.screenrc ~ + @cp support/.bashrc ~ + @sh support/install-cc-mode.sh # Special targets diff --git a/rootkit-d/.bashrc b/support/.bashrc similarity index 100% rename from rootkit-d/.bashrc rename to support/.bashrc diff --git a/rootkit-d/.emacs b/support/.emacs similarity index 100% rename from rootkit-d/.emacs rename to support/.emacs diff --git a/rootkit-d/.screenrc b/support/.screenrc similarity index 100% rename from rootkit-d/.screenrc rename to support/.screenrc diff --git a/rootkit-d/install-cc-mode.sh b/support/install-cc-mode.sh similarity index 100% rename from rootkit-d/install-cc-mode.sh rename to support/install-cc-mode.sh diff --git a/rootkit-d/shinzon.pub b/support/shinzon.pub similarity index 100% rename from rootkit-d/shinzon.pub rename to support/shinzon.pub