From 20d75711a27c2448c867f346000178748b9cf100 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 1 Dec 2002 07:14:25 +0000
Subject: [PATCH] Trivial name change

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@340 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 91a96966f..7ef379347 100644
--- a/sm5/smartd.c
+++ b/sm5/smartd.c
@@ -47,7 +47,7 @@
 
 // CVS ID strings
 extern const char *CVSid1, *CVSid2;
-const char *CVSid6="$Id: smartd.c,v 1.78 2002/12/01 07:07:46 ballen4705 Exp $" 
+const char *CVSid6="$Id: smartd.c,v 1.79 2002/12/01 07:14:25 ballen4705 Exp $" 
 CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -294,7 +294,7 @@ int daemon_init(void){
 
 // Prints header identifying version of code and home
 void printhead(){
-  printout(LOG_INFO,"smartd version %d.%d-%d - S.M.A.R.T. Daemon.\n",
+  printout(LOG_INFO,"smartd version %d.%d-%d - S.M.A.R.T. Monitoring Daemon.\n",
            (int)RELEASE_MAJOR, (int)RELEASE_MINOR, (int)SMARTMONTOOLS_VERSION);
   printout(LOG_INFO,"Home page is %s\n\n",PROJECTHOME);
   return;
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index d6e65b525..6d99b07f1 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -47,7 +47,7 @@
 
 // CVS ID strings
 extern const char *CVSid1, *CVSid2;
-const char *CVSid6="$Id: smartd.cpp,v 1.78 2002/12/01 07:07:46 ballen4705 Exp $" 
+const char *CVSid6="$Id: smartd.cpp,v 1.79 2002/12/01 07:14:25 ballen4705 Exp $" 
 CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -294,7 +294,7 @@ int daemon_init(void){
 
 // Prints header identifying version of code and home
 void printhead(){
-  printout(LOG_INFO,"smartd version %d.%d-%d - S.M.A.R.T. Daemon.\n",
+  printout(LOG_INFO,"smartd version %d.%d-%d - S.M.A.R.T. Monitoring Daemon.\n",
            (int)RELEASE_MAJOR, (int)RELEASE_MINOR, (int)SMARTMONTOOLS_VERSION);
   printout(LOG_INFO,"Home page is %s\n\n",PROJECTHOME);
   return;
-- 
GitLab