From 224ac623eb28b49dd44550db03867d3a55de37be Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 24 Oct 2002 10:23:29 +0000
Subject: [PATCH] Used macro for project home

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

diff --git a/sm5/smartd.c b/sm5/smartd.c
index 416d0bf3f..6491080f6 100644
--- a/sm5/smartd.c
+++ b/sm5/smartd.c
@@ -37,7 +37,7 @@
 #include "ataprint.h"
 
 extern const char *CVSid1, *CVSid2;
-const char *CVSid3="$Id: smartd.c,v 1.21 2002/10/24 10:18:27 ballen4705 Exp $" 
+const char *CVSid3="$Id: smartd.c,v 1.22 2002/10/24 10:23:29 ballen4705 Exp $" 
 CVSID1 CVSID4 CVSID7;
 
 int daemon_init(void){
@@ -89,8 +89,8 @@ void pout(char *fmt, ...){
 
 void printhead(){
   printout(LOG_INFO,"smartd version %d.%d-%d - S.M.A.R.T. Daemon\n"
-	   "Home page is http://smartmontools.sourceforge.net\n\n",
-           RELEASE_MAJOR, RELEASE_MINOR,SMARTMONTOOLS_VERSION);
+	   "Home page is %s\n\n",
+           RELEASE_MAJOR, RELEASE_MINOR,SMARTMONTOOLS_VERSION,PROJECTHOME);
 }
 
 /* prints help information for command syntax */
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index d5acb24ad..c32af03b6 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -37,7 +37,7 @@
 #include "ataprint.h"
 
 extern const char *CVSid1, *CVSid2;
-const char *CVSid3="$Id: smartd.cpp,v 1.21 2002/10/24 10:18:27 ballen4705 Exp $" 
+const char *CVSid3="$Id: smartd.cpp,v 1.22 2002/10/24 10:23:29 ballen4705 Exp $" 
 CVSID1 CVSID4 CVSID7;
 
 int daemon_init(void){
@@ -89,8 +89,8 @@ void pout(char *fmt, ...){
 
 void printhead(){
   printout(LOG_INFO,"smartd version %d.%d-%d - S.M.A.R.T. Daemon\n"
-	   "Home page is http://smartmontools.sourceforge.net\n\n",
-           RELEASE_MAJOR, RELEASE_MINOR,SMARTMONTOOLS_VERSION);
+	   "Home page is %s\n\n",
+           RELEASE_MAJOR, RELEASE_MINOR,SMARTMONTOOLS_VERSION,PROJECTHOME);
 }
 
 /* prints help information for command syntax */
-- 
GitLab