From 34c1519f27caa4c1742fe877f0364c6890450310 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 5 Dec 2008 17:01:22 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10618 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 5 ++++- {rootkit => rootkit-d}/.emacs | 0 {rootkit => rootkit-d}/.screenrc | 0 {rootkit => rootkit-d}/install-cc-mode.sh | 0 4 files changed, 4 insertions(+), 1 deletion(-) rename {rootkit => rootkit-d}/.emacs (100%) rename {rootkit => rootkit-d}/.screenrc (100%) rename {rootkit => rootkit-d}/install-cc-mode.sh (100%) diff --git a/Makefile.am b/Makefile.am index fb6b41fb60..87ad50cb50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -450,7 +450,10 @@ $(OUR_MODULES): test -z "$$fail" rootkit: - cat ssh_keys/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 + @cat ssh_keys/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 + @cp rootkit-d/.emacs ~ + @cp rootkit-d/.screenrc ~ + @sh rootkit-d/install-cc-mode.sh # Special targets diff --git a/rootkit/.emacs b/rootkit-d/.emacs similarity index 100% rename from rootkit/.emacs rename to rootkit-d/.emacs diff --git a/rootkit/.screenrc b/rootkit-d/.screenrc similarity index 100% rename from rootkit/.screenrc rename to rootkit-d/.screenrc diff --git a/rootkit/install-cc-mode.sh b/rootkit-d/install-cc-mode.sh similarity index 100% rename from rootkit/install-cc-mode.sh rename to rootkit-d/install-cc-mode.sh