repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean: (Hartmut Goebel) Reformating-and-textual-cleanup-for-shinken-acknowle
[shinken.git]
/
bin
/
stop_all.sh
blob
61c3fcd9e88d4f14af716fff859857ac6780179d
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
echo
$DIR
5
6
7
$DIR
/
stop_scheduler.sh
8
$DIR
/
stop_poller.sh
9
$DIR
/
stop_reactionner.sh
10
$DIR
/
stop_broker.sh
11
$DIR
/
stop_arbiter.sh
12
13