diff --git a/sm5/VERSION b/sm5/VERSION index 6f4247a6255c99f420d1df558d68745592862ff7..f64f5d8d85ac0230d36724bd7e6ba351a95b4942 100644 --- a/sm5/VERSION +++ b/sm5/VERSION @@ -1 +1 @@ -26 +27 diff --git a/sm5/ataprint.c b/sm5/ataprint.c index 13e24bf3b63dcbc7618bf33de220d3e5076f337b..d2addfb5eb37b477470a2b04203e098e5e87eb3d 100644 --- a/sm5/ataprint.c +++ b/sm5/ataprint.c @@ -29,7 +29,7 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid2="$Id: ataprint.c,v 1.40 2002/10/30 10:18:37 ballen4705 Exp $" +const char *CVSid2="$Id: ataprint.c,v 1.41 2002/10/31 17:40:08 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID6; // for passing global control variables @@ -876,7 +876,7 @@ int ataPrintMain (int fd){ pout("See vendor-specific Attribute list for marginal Attributes.\n\n"); else { QUIETON(con); - pout("Please note the following marginal attributes:\n"); + pout("Please note the following marginal Attributes:\n"); PrintSmartAttribWithThres(&smartval, &smartthres,2); } returnval|=FAILAGE; diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp index 20d233d8439ad0d7d63d9b2970d8dc47a4abd916..3c9ea726c8a5eca5564ebc396acccc585864ce33 100644 --- a/sm5/ataprint.cpp +++ b/sm5/ataprint.cpp @@ -29,7 +29,7 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid2="$Id: ataprint.cpp,v 1.40 2002/10/30 10:18:37 ballen4705 Exp $" +const char *CVSid2="$Id: ataprint.cpp,v 1.41 2002/10/31 17:40:08 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID6; // for passing global control variables @@ -876,7 +876,7 @@ int ataPrintMain (int fd){ pout("See vendor-specific Attribute list for marginal Attributes.\n\n"); else { QUIETON(con); - pout("Please note the following marginal attributes:\n"); + pout("Please note the following marginal Attributes:\n"); PrintSmartAttribWithThres(&smartval, &smartthres,2); } returnval|=FAILAGE; diff --git a/sm5/smartd.c b/sm5/smartd.c index 617283a1af57ba1c7d2e7cd459c03b8ac8422013..df1227ff8cb8bae35c96eada805c4780c0be1f7c 100644 --- a/sm5/smartd.c +++ b/sm5/smartd.c @@ -44,7 +44,7 @@ // CVS ID strings extern const char *CVSid1, *CVSid2; -const char *CVSid6="$Id: smartd.c,v 1.50 2002/10/31 16:38:30 ballen4705 Exp $" +const char *CVSid6="$Id: smartd.c,v 1.51 2002/10/31 17:40:10 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; // global variable used for control of printing, passing arguments, etc. @@ -556,7 +556,7 @@ int ataCheckDevice(atadevices_t *drive){ while (*loc && *loc==' ') loc++; // warning message - printout(LOG_CRIT,"Device: %s, Failed SMART usage attribute: %s.\n", name, loc); + printout(LOG_CRIT,"Device: %s, Failed SMART usage Attribute: %s.\n", name, loc); } } @@ -651,7 +651,7 @@ int scsiCheckDevice( scsidevices_t *drive){ printout(LOG_CRIT, "Device: %s, SMART Failure: (%d) %s\n", drive->devicename, (int)returnvalue, scsiSmartGetSenseCode(returnvalue)); else - printout(LOG_INFO,"Device: %s, Acceptable attribute: %d\n", drive->devicename, (int)returnvalue); + printout(LOG_INFO,"Device: %s, Acceptable Attribute: %d\n", drive->devicename, (int)returnvalue); // Seems to completely ignore what capabilities were found on the // device when scanned diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp index 2c1ca9829a6a5aeceef9fb3052d9ba88211b3233..07b7d8c56cc2a6514fec758412908ae5c9c16eb7 100644 --- a/sm5/smartd.cpp +++ b/sm5/smartd.cpp @@ -44,7 +44,7 @@ // CVS ID strings extern const char *CVSid1, *CVSid2; -const char *CVSid6="$Id: smartd.cpp,v 1.50 2002/10/31 16:38:30 ballen4705 Exp $" +const char *CVSid6="$Id: smartd.cpp,v 1.51 2002/10/31 17:40:10 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; // global variable used for control of printing, passing arguments, etc. @@ -556,7 +556,7 @@ int ataCheckDevice(atadevices_t *drive){ while (*loc && *loc==' ') loc++; // warning message - printout(LOG_CRIT,"Device: %s, Failed SMART usage attribute: %s.\n", name, loc); + printout(LOG_CRIT,"Device: %s, Failed SMART usage Attribute: %s.\n", name, loc); } } @@ -651,7 +651,7 @@ int scsiCheckDevice( scsidevices_t *drive){ printout(LOG_CRIT, "Device: %s, SMART Failure: (%d) %s\n", drive->devicename, (int)returnvalue, scsiSmartGetSenseCode(returnvalue)); else - printout(LOG_INFO,"Device: %s, Acceptable attribute: %d\n", drive->devicename, (int)returnvalue); + printout(LOG_INFO,"Device: %s, Acceptable Attribute: %d\n", drive->devicename, (int)returnvalue); // Seems to completely ignore what capabilities were found on the // device when scanned