From 9fb2fc682e0fba3f27a616ff61d2838f079efef9 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Tue, 29 Oct 2002 14:54:47 +0000
Subject: [PATCH] syntax

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@156 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/smartd.c   | 4 ++--
 sm5/smartd.cpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sm5/smartd.c b/sm5/smartd.c
index 7184e94e1..786174ee7 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 f6d4b8076..2f3f20e64 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;
 }
 
-- 
GitLab