From: Brian West Date: Fri, 5 Dec 2008 17:07:44 +0000 (+0000) Subject: moving everything to rootkit X-Git-Tag: v1.0.2~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d9d0a16ad77cd57b1f608e135f57f1d789c420;p=thirdparty%2Ffreeswitch.git moving everything to rootkit git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10621 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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