Skip to content
Snippets Groups Projects
Commit 20d75711 authored by ballen4705's avatar ballen4705
Browse files

Trivial name change

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@340 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 090126d9
Branches
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment