diff --git a/sm5/smartd.c b/sm5/smartd.c
index 7184e94e16e8673af5ea92267bd5895710920cba..786174ee74aa837f733092665b66a39f77f59c05 100644
--- a/sm5/smartd.c
+++ b/sm5/smartd.c
@@ -43,7 +43,7 @@
 
 // CVS ID strings
 extern const char *CVSid1, *CVSid2;
-const char *CVSid6="$Id: smartd.c,v 1.40 2002/10/29 13:38:49 ballen4705 Exp $" 
+const char *CVSid6="$Id: smartd.c,v 1.41 2002/10/29 14:54:47 ballen4705 Exp $" 
 CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -78,7 +78,7 @@ void pout(char *fmt, ...){
 
 // tell user that we ignore HUP signals
 void huphandler(int sig){
-  printout(LOG_CRIT,"HUP ignored. smartd does NOT re-read /etc/smartd.conf.\n");
+  printout(LOG_CRIT,"HUP ignored: smartd does NOT re-read /etc/smartd.conf.\n");
   return;
 }
 
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index f6d4b80761e9a1ebc9fc356c582b94a4916cad6e..2f3f20e64cfbb05a9850bf75a2eae2b1387cbd63 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -43,7 +43,7 @@
 
 // CVS ID strings
 extern const char *CVSid1, *CVSid2;
-const char *CVSid6="$Id: smartd.cpp,v 1.40 2002/10/29 13:38:49 ballen4705 Exp $" 
+const char *CVSid6="$Id: smartd.cpp,v 1.41 2002/10/29 14:54:47 ballen4705 Exp $" 
 CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -78,7 +78,7 @@ void pout(char *fmt, ...){
 
 // tell user that we ignore HUP signals
 void huphandler(int sig){
-  printout(LOG_CRIT,"HUP ignored. smartd does NOT re-read /etc/smartd.conf.\n");
+  printout(LOG_CRIT,"HUP ignored: smartd does NOT re-read /etc/smartd.conf.\n");
   return;
 }