summaryrefslogtreecommitdiffstats
path: root/mining/bin/newkey.sh
diff options
context:
space:
mode:
authorChinaman <root@chinaman>2011-07-10 06:23:22 +0200
committerChinaman <root@chinaman>2011-07-10 06:23:22 +0200
commitaa57527badc83b49a73ac7708976d88079ea8c23 (patch)
treeff3b5cd4a2ea4b39596ff51c66ef60d63fef52d8 /mining/bin/newkey.sh
parent12237bd4762086a14b526771c5fc67752b22d7eb (diff)
updated cruise control, now incompatible with linucCoin!
mining/bin/newkey.sh: unused because slime is now in place mining/user/startup.sh: edited paths to miner, NOW INCOMPATIBLE with linucCoin (sucked anyway) temper/Makefile: fixed issue when installing temper (lose suid bit)
Diffstat (limited to 'mining/bin/newkey.sh')
-rwxr-xr-xmining/bin/newkey.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/mining/bin/newkey.sh b/mining/bin/newkey.sh
deleted file mode 100755
index e71ab85b..00000000
--- a/mining/bin/newkey.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-auth=$HOME/.Xauthority
-cp /dev/null $auth
-
-if [ "$1" = "-md5" ]; then
- key=`pstat -pfS | md5`
-else
- key=`perl -e 'srand; printf int(rand(10000000000000))'`
- key=$key$key
-fi
-
-xauth add unix:0 . $key
-
-xauth add ${HOST}:0 . $key