Skip to content
Snippets Groups Projects
Commit 224ac623 authored by ballen4705's avatar ballen4705
Browse files

Used macro for project home

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@105 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent b3e5bfe5
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "ataprint.h" #include "ataprint.h"
extern const char *CVSid1, *CVSid2; 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; CVSID1 CVSID4 CVSID7;
int daemon_init(void){ int daemon_init(void){
...@@ -89,8 +89,8 @@ void pout(char *fmt, ...){ ...@@ -89,8 +89,8 @@ void pout(char *fmt, ...){
void printhead(){ 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. Daemon\n"
"Home page is http://smartmontools.sourceforge.net\n\n", "Home page is %s\n\n",
RELEASE_MAJOR, RELEASE_MINOR,SMARTMONTOOLS_VERSION); RELEASE_MAJOR, RELEASE_MINOR,SMARTMONTOOLS_VERSION,PROJECTHOME);
} }
/* prints help information for command syntax */ /* prints help information for command syntax */
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "ataprint.h" #include "ataprint.h"
extern const char *CVSid1, *CVSid2; 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; CVSID1 CVSID4 CVSID7;
int daemon_init(void){ int daemon_init(void){
...@@ -89,8 +89,8 @@ void pout(char *fmt, ...){ ...@@ -89,8 +89,8 @@ void pout(char *fmt, ...){
void printhead(){ 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. Daemon\n"
"Home page is http://smartmontools.sourceforge.net\n\n", "Home page is %s\n\n",
RELEASE_MAJOR, RELEASE_MINOR,SMARTMONTOOLS_VERSION); RELEASE_MAJOR, RELEASE_MINOR,SMARTMONTOOLS_VERSION,PROJECTHOME);
} }
/* prints help information for command syntax */ /* prints help information for command syntax */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment