diff options
-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/ |