Ignore:
Timestamp:
Dec 15, 2005, 1:41:46 AM (18 years ago)
Author:
bcornec
Message:

removed AuX_VER
removed g_version
use only VERSION from config.h
add $Rev$ to VERSION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/mondo/common/newt-specific.c

    r144 r213  
    128128    extern char *g_boot_mountpt;
    129129    extern char *g_mondo_home;
    130 
    131     extern char g_version[];
    132130
    133131    extern void set_signals(int);
     
    427425        system
    428426            ("cat /var/log/mondo-archive.log | gzip -9 > /tmp/MA.log.gz 2> /dev/null");
    429         if (!strstr(g_version, "cvs") && !strstr(g_version, "svn")) {
    430             printf
    431                 ("Please try the snapshot (the version with 'cvs' and the date in its filename)");
    432             printf
    433                 ("to see if that fixes the problem. Please don't bother the mailing list with");
    434             printf
    435                 ("your problem UNTIL you've tried the snapshot. The snapshot contains bugfixes");
    436             printf
    437                 ("which might help you. Go to http://www.mondorescue.org/download/download.html");
    438             printf("For more information.\n");
    439             log_msg(0,
    440                     "Please DON'T contact the mailing list. Try the SNAPSHOTS.");
    441         } else {
    442             printf
     427        printf
    443428                ("If you require technical support, please contact the mailing list.\n");
    444             printf("See http://www.mondorescue.org for details.\n");
    445             printf
     429        printf("See http://www.mondorescue.org for details.\n");
     430        printf
    446431                ("The list's members can help you, if you attach that file to your e-mail.\n");
    447         }
    448432        printf("Log file: %s\n", MONDO_LOGFILE);
    449         //  printf("VERSION=%s\n", g_version);
    450433        if (does_file_exist("/tmp/MA.log.gz")) {
    451434            printf
Note: See TracChangeset for help on using the changeset viewer.