diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-05 17:30:09 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-05 17:30:09 +0000 |
commit | f53580f49eab1577853aa3fe41e86dde386016f5 (patch) | |
tree | b2a65bb4477bf7ba48e0df6401f4d04268eca0b5 /tools | |
parent | 855aacac4b3292aac15a49293985f4c7f7f40049 (diff) |
Using a sane basedir by defaultecholot-2.0beta21
Beta21
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/pingctl | 7 |
1 files changed, 2 insertions, 5 deletions
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) |