diff options
author | Tim Pepper <timothy.c.pepper@linux.intel.com> | 2012-08-27 12:55:41 -0700 |
---|---|---|
committer | Tim Pepper <timothy.c.pepper@linux.intel.com> | 2012-08-27 12:55:41 -0700 |
commit | 5ae2c9c7564003ad19c67a2b3d4653c8903ad882 (patch) | |
tree | c8ed0a40c5c31f2b072cdfca8588b0b09f24ac92 | |
parent | ce4cd0eb2bc796ae896620a455a8e442a66352a6 (diff) | |
download | corewatcher-5ae2c9c7564003ad19c67a2b3d4653c8903ad882.tar.gz corewatcher-5ae2c9c7564003ad19c67a2b3d4653c8903ad882.tar.bz2 corewatcher-5ae2c9c7564003ad19c67a2b3d4653c8903ad882.zip |
De-brand config file
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
-rw-r--r-- | corewatcher.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/corewatcher.conf b/corewatcher.conf index a7adc05..0b842d8 100644 --- a/corewatcher.conf +++ b/corewatcher.conf @@ -7,7 +7,7 @@ # # Set the following variable to "yes" if you want to automatically # submit your bactraces to the database for use by your distribution or the -# MeeGo developers +# distribution's developers # # # PRIVACY NOTE @@ -26,7 +26,7 @@ allow-submit=yes # # Set the following variable to "yes" if you want to allow your # Linux distribution vendor to pass the backtraces on to the central corewatcher.org -# database as used by the MeeGo developers +# database as used by the distribution's developers # allow-pass-on=yes @@ -43,16 +43,16 @@ unlink=no # submit-url = http://url2.com/submitbug.php # -submit-url=http://crashdb.meego.com/submitbug.php +submit-url=http://kojibuild7.jf.intel.com/submit_crash/ # -# Location for the MeeGo build release file +# Location for the distribution's build release file # -release-info=/etc/meego-release +release-info=/etc/os-release # -# Location to store meego coredumps after they are processed +# Location to store coredumps after they are processed # core-folder=/tmp/corewatcher/ |