Skip to content

Commit

Permalink
CA-148791: don't use absolute path for list_domains
Browse files Browse the repository at this point in the history
list_domains used to live in /opt/xensource/bin in Creedence and in
/usr/bin in trunk, and since there's no good reason for using absolute
paths, so let's drop absolute paths.

Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
  • Loading branch information
Thanos Makatos committed Nov 20, 2014
1 parent f93497b commit 7970792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapwatchd/snapwatchd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SNAP_GC_VDI_TASK_TAG = "VDI"
SNAP_GC_FIELD_SEPARATOR = ":"
SNAP_GC_TIME_INTERVAL = 60
TASK_NAME_PREFIX = "OpaqueRef:"
LIST_DOMAINS_BIN = "/opt/xensource/bin/list_domains"
LIST_DOMAINS_BIN = "list_domains"

def help():
print "snapwatchd version %s:\n" % VERSION
Expand Down

0 comments on commit 7970792

Please sign in to comment.