Remove two old meego-isms
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 01:02:35 +0000 (18:02 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 01:02:35 +0000 (18:02 -0700)
The /etc/os-release file is now standard and we have our own default server
for now and it isn't the meego one.

Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
src/configfile.c

index 24560e1..47b0d6e 100644 (file)
@@ -109,9 +109,9 @@ void read_config_file(char *filename)
        free(line);
 
        if (!build_release)
-               build_release = strdup("/etc/meego-release");
+               build_release = strdup("/etc/os-release");
        if (!url_count) {
-               submit_url[url_count] = strdup("http://crashdb.meego.com/submitbug.php");
+               submit_url[url_count] = strdup("http://kojibuild7.jf.intel.com/crash_submit/");
                if (!submit_url[url_count])
                        submit_url[url_count] = NULL;
                else