#!/bin/sh -e
echo "Configuring the distributed.net client..."
echo ""
echo "Note that when it is run as a daeomon (via /etc/init.d/distributed-net),"
echo "the output will be redirected to /var/log/distributed-net.log."
echo "You do not need to set up a log file."
echo ""
echo "[Hit return]"
read foo
cd /var/lib/distributed-net
su nobody -c "./distributed-net -config"
