]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
init-ceph.in: replace "/var/run/" by already used $RUN_DIR 57/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 14 Feb 2013 13:36:37 +0000 (14:36 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 14 Feb 2013 17:12:30 +0000 (18:12 +0100)
commitd029b936bb835c87a2924a29d7e37a93e37383d6
tree2367b41f189ff65594e3ccd2319d0b17a1e57825
parentaa4cae66f056e3079902545cae31acfee3509239
init-ceph.in: replace "/var/run/" by already used $RUN_DIR

Fix handling of admin socket. The current script already use
$RUN_DIR to define a default, which is /var/run. Replace the
explicit path from get_conf call and replace it with $RUN_DIR.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/init-ceph.in