diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-09 15:15:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-09 15:15:36 +0000 |
commit | df4fd57fe409c4642dd98f202c9493bab02bd856 (patch) | |
tree | 4ba13eb03d8e3fde84f00bd4ca3688d673fc59e2 /scripts/rootd.sh | |
parent | a7b93e9f09a428c4d5d90353ddd79044e304686e (diff) |
Renaming http-client.py to cronjob.py is easier than explaining why
the name is wrong.
svn path=/scripts/Old/http-client.py; revision=1453
Diffstat (limited to 'scripts/rootd.sh')
-rw-r--r-- | scripts/rootd.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/rootd.sh b/scripts/rootd.sh index 2b8fd07d..860ad0bd 100644 --- a/scripts/rootd.sh +++ b/scripts/rootd.sh @@ -83,11 +83,11 @@ then : Waiting to let daemons start up; sleep 5 - date; time python http-client.py + date; time python cronjob.py date; time python testpoke.py -r list date; time python testpoke.py -r issue - date; time python http-client.py + date; time python cronjob.py date; time python testpoke.py -r list date; time python testpoke.py -r issue @@ -99,16 +99,16 @@ then date; time python testpoke.py -r revoke date; time python testpoke.py -r list - date; time python http-client.py + date; time python cronjob.py date; time python testpoke.py -r list - date; time python http-client.py + date; time python cronjob.py date; time python testpoke.py -r list date; time python testpoke.py -r issue date; time python testpoke.py -r revoke date; time python testpoke.py -r list - date; time python http-client.py + date; time python cronjob.py date; time python testpoke.py -r list date; time python testpoke.py -r issue @@ -118,11 +118,11 @@ then date; time python testpoke.py -r issue date; time python testpoke.py -r revoke date; time python testpoke.py -r list - date; time python http-client.py + date; time python cronjob.py date; time python testpoke.py -r list date; time python testpoke.py -r issue - date; time python http-client.py + date; time python cronjob.py date; time python testpoke.py -r list date |