summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-01-17 19:06:03 +0100
committerSage Weil <sage@newdream.net>2009-01-17 19:06:03 +0100
commita4ab37719e968095a1c13023ee04de449f8a7da4 (patch)
tree922d82485085a598a28efc5221efde6eddce7a28
parentmds: carry RDCACHE|WRBUFFER through xlock. (diff)
downloadceph-a4ab37719e968095a1c13023ee04de449f8a7da4.tar.xz
ceph-a4ab37719e968095a1c13023ee04de449f8a7da4.zip
bash, not sh
-rwxr-xr-xsrc/dstop.sh2
-rwxr-xr-xsrc/restart.sh2
-rwxr-xr-xsrc/stop.sh2
-rwxr-xr-xsrc/verify-mds-journal.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/dstop.sh b/src/dstop.sh
index 37b7f429eaa..06db3c5b2a0 100755
--- a/src/dstop.sh
+++ b/src/dstop.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
killall cmon cmds crun
diff --git a/src/restart.sh b/src/restart.sh
index 7f386d21cbd..ef703188bd1 100755
--- a/src/restart.sh
+++ b/src/restart.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
./stop.sh
rm core*
diff --git a/src/stop.sh b/src/stop.sh
index d0f186d8307..9837a0affe1 100755
--- a/src/stop.sh
+++ b/src/stop.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
do_killall() {
pg=`pgrep -f crun.*$1`
diff --git a/src/verify-mds-journal.sh b/src/verify-mds-journal.sh
index 61d026af7af..67f11f1b4b4 100755
--- a/src/verify-mds-journal.sh
+++ b/src/verify-mds-journal.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
while [ 1 ]
do