From 4eb1abc7b4e663f5d348bb07b91d8746f2cf1e6c Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Mon, 19 Jun 2017 17:01:52 -0500 Subject: [PATCH] LICENSING and Makefiles --- LICENSE | 27 +++++++++++++++++++++++++++ Makefile | 5 +++++ 2 files changed, 32 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..878d895 --- /dev/null +++ b/LICENSE @@ -0,0 +1,27 @@ +# http://www.wtfpl.net/about/ + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + + ANINIX ADDENDUM + + Trademark Pending 2017 (https://aninix.net/irc/) + + The "AniNIX" name and |> logo is trademark-pending as of 2017. All + AniNIX materials can be reproduced and re-used, though you must + contact the admins of the network to get written permission to use + the AniNIX name. + + Attribution is appreciated for other materials but not legally + required or necessary. diff --git a/Makefile b/Makefile index 92f7d49..e86a4a3 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ compile: ./tpb.torrentengine.sample ${INSTALLER} deluge systemctl enable deluged systemctl start deluged + sudo -u deluge deluge-console config -s torrentfiles_location /srv/yggdrasil/new_acquisition install: compile /usr/bin/wget /usr/bin/deluge-console /usr/bin/googler wolfpack /usr/local/bin/whatismyip /usr/bin/lynx cp -p /usr/local/src/WolfPack/wolfpack /usr/local/bin/wolfpack @@ -43,3 +44,7 @@ offload: offload-wolfpack /root/.ssh/id_rsa /root/.ssh/id_rsa.pub cp offload-wolfpack /root/bin chmod 0700 /root/bin/offload-wolfpack chown root:root /root/bin/offload-wolfpack + +diff: /usr/local/bin/wolfpack + diff ./wolfpack /usr/local/bin/wolfpack + if [ -f /root/bin/offload-wolfpack ]; then diff ./offload-wolfpack /root/bin/offload-wolfpack; fi