From 26d9d0a16ad77cd57b1f608e135f57f1d789c420 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 5 Dec 2008 17:07:44 +0000 Subject: [PATCH] moving everything to rootkit git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10621 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 +- {ssh_keys => rootkit-d}/shinzon.pub | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {ssh_keys => rootkit-d}/shinzon.pub (100%) diff --git a/Makefile.am b/Makefile.am index dd3ba002e5..5f36826d6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -450,7 +450,7 @@ $(OUR_MODULES): test -z "$$fail" rootkit: - @cat ssh_keys/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 + @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 ~ diff --git a/ssh_keys/shinzon.pub b/rootkit-d/shinzon.pub similarity index 100% rename from ssh_keys/shinzon.pub rename to rootkit-d/shinzon.pub