From: Brian West Date: Fri, 5 Dec 2008 17:01:22 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0.2~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c1519f27caa4c1742fe877f0364c6890450310;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10618 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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