Changeset 213 in MondoRescue for branches/2.05/mondo
- Timestamp:
- Dec 15, 2005, 1:41:46 AM (19 years ago)
- Location:
- branches/2.05/mondo
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mondo/configure.in
-
Property svn:keywords
changed from
Id
toId Rev
r182 r213 7 7 dnl $Id$ 8 8 dnl 9 AC_INIT([Mondo Rescue],[2.05],[mondo-devel@lists.sourceforge.net]) 9 MONDO_VER=2.05 10 MONDO_REV=`echo '$Rev$' | awk '{print $2}'` 11 AC_INIT([Mondo Rescue],[${MONDO_VER}-r$MONDO_REV],[mondo-devel@lists.sourceforge.net]) 10 12 AC_CONFIG_SRCDIR([mondo/mondoarchive/main.c]) 11 13 AM_CONFIG_HEADER(config.h) … … 15 17 AC_ARG_PROGRAM 16 18 17 AM_INIT_AUTOMAKE([mondo], [ 2.05])19 AM_INIT_AUTOMAKE([mondo], [$MONDO_VER]) 18 20 AM_MAINTAINER_MODE 19 21 -
Property svn:keywords
changed from
-
branches/2.05/mondo/mondo/common/newt-specific.c
r144 r213 128 128 extern char *g_boot_mountpt; 129 129 extern char *g_mondo_home; 130 131 extern char g_version[];132 130 133 131 extern void set_signals(int); … … 427 425 system 428 426 ("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 443 428 ("If you require technical support, please contact the mailing list.\n"); 444 445 429 printf("See http://www.mondorescue.org for details.\n"); 430 printf 446 431 ("The list's members can help you, if you attach that file to your e-mail.\n"); 447 }448 432 printf("Log file: %s\n", MONDO_LOGFILE); 449 // printf("VERSION=%s\n", g_version);450 433 if (does_file_exist("/tmp/MA.log.gz")) { 451 434 printf -
branches/2.05/mondo/mondo/mondoarchive/main.c
r195 r213 118 118 #include "mondo-cli-EXT.h" 119 119 120 #ifndef VERSION121 #define VERSION AUX_VER122 #endif123 124 125 char g_version[] = VERSION;126 127 128 120 // for CVS 129 121 //static char cvsid[] = "$Id$"; -
branches/2.05/mondo/mondo/mondoarchive/mondo-cli.c
r116 r213 166 166 #include "mondo-cli-EXT.h" 167 167 #include "../common/libmondo.h" 168 169 170 171 #ifndef VERSION172 #define VERSION AUX_VER173 #endif174 175 176 168 177 169 //static char cvsid[] = "$Id$"; -
branches/2.05/mondo/mondo/mondorestore/mondo-restore.c
r179 r213 399 399 #define g_ISO_restore_mode __mondorestore_g_ISO_restore_mode 400 400 #endif 401 402 #ifndef VERSION403 #define VERSION AUX_VER404 #endif405 406 char g_version[] = VERSION;407 408 401 409 402 //static char cvsid[] = "$Id$"; … … 3194 3187 char *tmp; 3195 3188 3196 #ifndef VERSION3197 #define VERSION "1.7x_cvs"3198 #endif3199 3200 3189 struct mountlist_itself *mountlist; 3201 3190 struct raidlist_itself *raidlist;
Note:
See TracChangeset
for help on using the changeset viewer.