summaryrefslogtreecommitdiff
path: root/src/ceph-debugpack.in
diff options
context:
space:
mode:
authorTommi Virtanen <tommi.virtanen@dreamhost.com>2011-09-23 15:06:40 -0700
committerTommi Virtanen <tommi.virtanen@dreamhost.com>2011-09-23 15:55:01 -0700
commit0c2cfa1890bb6d24a8aa3e535c9f4839493fa031 (patch)
tree05c07d99e9346aaff4784ea06d898238fa6d63ba /src/ceph-debugpack.in
parentda8fa7837a42ed235d3067ca2738d76e5ab0d0e7 (diff)
downloadceph-0c2cfa1890bb6d24a8aa3e535c9f4839493fa031.tar.gz
ceph-debugpack: c* -> ceph-* rename: use "ceph-debugpack" as temp dir name too.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
Diffstat (limited to 'src/ceph-debugpack.in')
-rw-r--r--src/ceph-debugpack.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ceph-debugpack.in b/src/ceph-debugpack.in
index d0eae867478..7bcafbf4af2 100644
--- a/src/ceph-debugpack.in
+++ b/src/ceph-debugpack.in
@@ -70,7 +70,7 @@ log_path=`$CCONF -c $conf "log dir"`
[ -z "$conf" ] && usage_exit
-tmp_path=`mktemp -d /tmp/cdebugpack.XXXXXXXXXX`
+tmp_path=`mktemp -d /tmp/ceph-debugpack.XXXXXXXXXX`
tmp_path_bin=$tmp_path/bin
tmp_path_bin_dbg=$tmp_path/bin.dbg
tmp_path_log=$tmp_path/out