diff --git a/sm5/smartd.c b/sm5/smartd.c
index 14b3e885c7bd5f468c2ec37050418fd4a7f12b51..10b5c3711584b175c8d9659e7c9f59cb4a1650b5 100644
--- a/sm5/smartd.c
+++ b/sm5/smartd.c
@@ -46,7 +46,7 @@
 
 // CVS ID strings
 extern const char *CVSid1, *CVSid2;
-const char *CVSid6="$Id: smartd.c,v 1.67 2002/11/21 14:11:19 ballen4705 Exp $" 
+const char *CVSid6="$Id: smartd.c,v 1.68 2002/11/21 14:50:20 ballen4705 Exp $" 
 CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -156,7 +156,7 @@ void printandmail(cfgfile *cfg, int which, int priority, char *fmt, ...){
       sprintf(additional,"No additional email messages about this problem will be sent.\n");
       break;
     case 2:
-      sprintf(additional,"Another email message will be sent in 24 hours if the problem persists\n");
+      sprintf(additional,"Another email message will be sent in 24 hours if the problem persists.\n");
       break;
     case 3:
       sprintf(additional,"Another email message will be sent in %d days if the problem persists\n",
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index 1c56f7586b04a14c616dcfc3df964697a06fe6a4..240214dd6a6fd013098f47d5a075655d4fd8f1e9 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -46,7 +46,7 @@
 
 // CVS ID strings
 extern const char *CVSid1, *CVSid2;
-const char *CVSid6="$Id: smartd.cpp,v 1.67 2002/11/21 14:11:19 ballen4705 Exp $" 
+const char *CVSid6="$Id: smartd.cpp,v 1.68 2002/11/21 14:50:20 ballen4705 Exp $" 
 CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -156,7 +156,7 @@ void printandmail(cfgfile *cfg, int which, int priority, char *fmt, ...){
       sprintf(additional,"No additional email messages about this problem will be sent.\n");
       break;
     case 2:
-      sprintf(additional,"Another email message will be sent in 24 hours if the problem persists\n");
+      sprintf(additional,"Another email message will be sent in 24 hours if the problem persists.\n");
       break;
     case 3:
       sprintf(additional,"Another email message will be sent in %d days if the problem persists\n",