diff --git a/sm5/smartd.c b/sm5/smartd.c index 91a96966f1fcbb9bccaddfca09946415f8183319..7ef3793477fdf835f2d2cfde8020e83c605e22dd 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 d6e65b52553e29797dea480a16950fde47a8c63f..6d99b07f1d5b608928aa4b609f511ffdeb37a46f 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;