diff options
author | Chinaman <root@chinaman> | 2011-07-10 06:23:22 +0200 |
---|---|---|
committer | Chinaman <root@chinaman> | 2011-07-10 06:23:22 +0200 |
commit | f63408473e5df0f048a389ee17732fd2740d7c36 (patch) | |
tree | a9c360e44c7c0bc3bd1f21eed12c55ce098e233c /mining/bin/newkey.sh | |
parent | ee50309f877b0f6b92de5265866192ead8863cc4 (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-x | mining/bin/newkey.sh | 15 |
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 |