Changeset 219 in MondoRescue for trunk/mondo/mondo/common/newt-specific.c


Ignore:
Timestamp:
Dec 15, 2005, 2:54:19 AM (18 years ago)
Author:
bcornec
Message:

merge -r176:218 $SVN_M/branches/2.05

File:
1 edited

Legend:

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

    r171 r219  
    3434    extern char *g_tmpfs_mountpt;
    3535    extern char *g_mondo_home;
    36 
    37     extern char g_version[];
    3836
    3937    extern void set_signals(int);
     
    314312        system
    315313            ("gzip -9c "MONDO_LOGFILE" > /tmp/MA.log.gz 2> /dev/null");
    316         if (!strstr(g_version, "cvs") && !strstr(g_version, "svn")) {
    317             printf("Please try the latest SVN version ");
    318             printf
    319                 ("to see if that fixes the problem.\nPlease don't bother the mailing list with");
    320             printf
    321                 ("your problem UNTIL you've tried the snapshot.\nThe snapshot contains bugfixes");
    322             printf
    323                 ("which might help you.\nGo to http://mondorescue.berlios.de");
    324             printf(" for more information.\n");
    325             log_msg(0,
    326                     "Please DON'T contact the mailing list. Try the SNAPSHOTS.");
    327         } else {
    328             printf
     314        printf
    329315                ("If you require technical support, please contact the mailing list.\n");
    330             printf("See http://www.mondorescue.org for details.\n");
    331             printf
     316        printf("See http://www.mondorescue.org for details.\n");
     317        printf
    332318                ("The list's members can help you, if you attach that file to your e-mail.\n");
    333         }
    334319        printf("Log file: %s\n", MONDO_LOGFILE);
    335         //  printf("VERSION=%s\n", g_version);
    336320        if (does_file_exist("/tmp/MA.log.gz")) {
    337321            printf
Note: See TracChangeset for help on using the changeset viewer.