ceph-debugpack: c* -> ceph-* rename: use "ceph-debugpack" as temp dir name too.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
This commit is contained in:
Tommi Virtanen 2011-09-23 15:06:40 -07:00
parent da8fa7837a
commit 0c2cfa1890

View File

@ -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