diff options
| author | Will Woods <wwoods@redhat.com> | 2009-03-05 18:05:34 -0500 |
|---|---|---|
| committer | Will Woods <wwoods@redhat.com> | 2009-03-05 18:05:34 -0500 |
| commit | 87db0232f329e722f9f8cd97ec50285b14069f04 (patch) | |
| tree | 787a4d4f72f2d5e8a376a64fe8e894287de5d83c /client/debuginfofs.sysconfig | |
| parent | c9e5a68ad5f6febaed4093817fcce2b9a8d80a5b (diff) | |
| download | debuginfofs-87db0232f329e722f9f8cd97ec50285b14069f04.tar.gz debuginfofs-87db0232f329e722f9f8cd97ec50285b14069f04.tar.xz debuginfofs-87db0232f329e722f9f8cd97ec50285b14069f04.zip | |
Rearrange files a bit, and add Requires(post/preun) for semanage
Diffstat (limited to 'client/debuginfofs.sysconfig')
| -rw-r--r-- | client/debuginfofs.sysconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/debuginfofs.sysconfig b/client/debuginfofs.sysconfig new file mode 100644 index 0000000..0ff5f48 --- /dev/null +++ b/client/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:3309/build-id/" +BUILDID_MOUNTPOINT="/usr/lib/debug/.build-id" +MOUNT_ARGS="" |
