-e 's|@prefix[@]|$(prefix)|g' \
-e 's|@@GCOV_PREFIX_STRIP[@][@]|$(GCOV_PREFIX_STRIP)|g'
-init-ceph mkcephfs ceph-debugpack ceph-coverage aclocations.h: init-ceph.in mkcephfs.in Makefile ceph-debugpack.in ceph-coverage.in aclocations.h.in
+init-ceph mkcephfs ceph-debugpack ceph-coverage: init-ceph.in mkcephfs.in Makefile ceph-debugpack.in ceph-coverage.in
rm -f $@ $@.tmp
$(editpaths) '$(srcdir)/$@.in' >$@.tmp
chmod +x $@.tmp
*
*/
-#include "../aclocations.h"
-
/* note: no header guard */
OPTION(host, OPT_STR, "localhost")
OPTION(public_addr, OPT_ADDR, entity_addr_t())
OPTION(debug_heartbeatmap, OPT_INT, 1)
OPTION(key, OPT_STR, "")
OPTION(keyfile, OPT_STR, "")
-OPTION(keyring, OPT_STR, SYSCONFDIR "/ceph/keyring,/etc/ceph/keyring.bin")
+OPTION(keyring, OPT_STR, "/etc/ceph/keyring,/etc/ceph/keyring.bin")
OPTION(heartbeat_interval, OPT_INT, 5)
OPTION(heartbeat_file, OPT_STR, "")
OPTION(ms_tcp_nodelay, OPT_BOOL, true)
OPTION(osd_auto_weight, OPT_BOOL, false)
OPTION(osd_class_error_timeout, OPT_DOUBLE, 60.0) // seconds
OPTION(osd_class_timeout, OPT_DOUBLE, 60*60.0) // seconds
-OPTION(osd_class_dir, OPT_STR, LIBDIR "/rados-classes")
+OPTION(osd_class_dir, OPT_STR, "/usr/lib/rados-classes")
OPTION(osd_check_for_log_corruption, OPT_BOOL, false)
OPTION(osd_use_stale_snap, OPT_BOOL, false)
OPTION(osd_rollback_to_cluster_snap, OPT_STR, "")