From f53580f49eab1577853aa3fe41e86dde386016f5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 5 Aug 2002 17:30:09 +0000 Subject: Using a sane basedir by default Beta21 --- tools/pingctl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/pingctl b/tools/pingctl index b285d84..45a34ec 100755 --- a/tools/pingctl +++ b/tools/pingctl @@ -8,14 +8,13 @@ set -e ################################################################ # You perhaps want to change those items -BASEDIR=/home/weasel/projects/echolot/devel/echolot -USER=weasel +USER=echolot VERBOSE=0 +PINGD="/home/pinger/echolot/pingd" # You probably don't want to mess with stuff below this line ################################################################ -PINGD="./pingd" CHECKULIMIT=1 CHECKUID=1 @@ -68,8 +67,6 @@ else fi -cd $BASEDIR - case $1 in start) -- cgit v1.2.3