Skip to content
Snippets Groups Projects
Commit 01aea6d7 authored by ballen4705's avatar ballen4705
Browse files

> Can you please change the description of attribute 194 from
> Temperature_Centigrade to Temperature_Celsius in file atacmds.c?  The term
> "Centigrade" ceased to exist in 1948.  (c.f
> http://www.bartleby.com/64/C004/016.html )


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@272 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 7dd84d9f
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.45 2002/11/13 10:04:12 ballen4705 Exp $ $Id: CHANGELOG,v 1.46 2002/11/14 05:42:49 ballen4705 Exp $
Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
...@@ -25,6 +25,12 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -25,6 +25,12 @@ NOTES FOR FUTURE RELEASES: see TODO file.
CURRENT RELEASE (see VERSION file in this directory): CURRENT RELEASE (see VERSION file in this directory):
Changed Temperature_Centigrade to Temperature_Celsius.
The term "Centigrade" ceased to exist in 1948. (c.f
http://www.bartleby.com/64/C004/016.html).
smartmontools-5.0.42
Modified SCSI device check to also send warning emails if Modified SCSI device check to also send warning emails if
requested in directives file. requested in directives file.
......
42 43
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "atacmds.h" #include "atacmds.h"
const char *CVSid1="$Id: atacmds.c,v 1.39 2002/11/11 10:50:08 ballen4705 Exp $" CVSID1; const char *CVSid1="$Id: atacmds.c,v 1.40 2002/11/14 05:42:49 ballen4705 Exp $" CVSID1;
// These Drive Identity tables are taken from hdparm 5.2, and are also // These Drive Identity tables are taken from hdparm 5.2, and are also
// given in the ATA/ATAPI specs for the IDENTIFY DEVICE command. Note // given in the ATA/ATAPI specs for the IDENTIFY DEVICE command. Note
...@@ -767,7 +767,7 @@ void ataPrintSmartAttribName(char *out, unsigned char id){ ...@@ -767,7 +767,7 @@ void ataPrintSmartAttribName(char *out, unsigned char id){
name="Load_Cycle_Count"; name="Load_Cycle_Count";
break; break;
case 194: case 194:
name="Temperature_Centigrade"; name="Temperature_Celsius";
break; break;
case 195: case 195:
name="Hardware_ECC_Recovered"; name="Hardware_ECC_Recovered";
...@@ -813,7 +813,7 @@ void ataPrintSmartAttribName(char *out, unsigned char id){ ...@@ -813,7 +813,7 @@ void ataPrintSmartAttribName(char *out, unsigned char id){
name="Power-off_Retract_Count"; name="Power-off_Retract_Count";
break; break;
case 231: case 231:
name="Temperature_Centigrade"; name="Temperature_Celsius";
break; break;
default: default:
name="Unknown_Attribute"; name="Unknown_Attribute";
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "atacmds.h" #include "atacmds.h"
const char *CVSid1="$Id: atacmds.cpp,v 1.39 2002/11/11 10:50:08 ballen4705 Exp $" CVSID1; const char *CVSid1="$Id: atacmds.cpp,v 1.40 2002/11/14 05:42:49 ballen4705 Exp $" CVSID1;
// These Drive Identity tables are taken from hdparm 5.2, and are also // These Drive Identity tables are taken from hdparm 5.2, and are also
// given in the ATA/ATAPI specs for the IDENTIFY DEVICE command. Note // given in the ATA/ATAPI specs for the IDENTIFY DEVICE command. Note
...@@ -767,7 +767,7 @@ void ataPrintSmartAttribName(char *out, unsigned char id){ ...@@ -767,7 +767,7 @@ void ataPrintSmartAttribName(char *out, unsigned char id){
name="Load_Cycle_Count"; name="Load_Cycle_Count";
break; break;
case 194: case 194:
name="Temperature_Centigrade"; name="Temperature_Celsius";
break; break;
case 195: case 195:
name="Hardware_ECC_Recovered"; name="Hardware_ECC_Recovered";
...@@ -813,7 +813,7 @@ void ataPrintSmartAttribName(char *out, unsigned char id){ ...@@ -813,7 +813,7 @@ void ataPrintSmartAttribName(char *out, unsigned char id){
name="Power-off_Retract_Count"; name="Power-off_Retract_Count";
break; break;
case 231: case 231:
name="Temperature_Centigrade"; name="Temperature_Celsius";
break; break;
default: default:
name="Unknown_Attribute"; name="Unknown_Attribute";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment