From 08ff4bee10d51f35cbb55a03cbce420b89433b79 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 23 Feb 2009 10:43:09 -0500 Subject: Split README into client/server, bring back debuginfofs.sysconfig for the client service --- debuginfofs.sysconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debuginfofs.sysconfig (limited to 'debuginfofs.sysconfig') diff --git a/debuginfofs.sysconfig b/debuginfofs.sysconfig new file mode 100644 index 0000000..9b9b378 --- /dev/null +++ b/debuginfofs.sysconfig @@ -0,0 +1,6 @@ +# You will need to set this to the correct hostname +DEBUGINFOFS_SERVER="test1085.test.redhat.com" +# You shouldn't need to edit these under normal circumstances +BUILDID_URL="http://$DEBUGINFOFS_SERVER/debuginfofs/build-id/" +BUILDID_MOUNTPOINT="/usr/lib/debug/.build-id" +BUILDID_ARGS="-o umask=022" -- cgit