Skip to content
Snippets Groups Projects
Commit 9fb2fc68 authored by ballen4705's avatar ballen4705
Browse files

syntax

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@156 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent e661ed7b
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
// CVS ID strings // CVS ID strings
extern const char *CVSid1, *CVSid2; extern const char *CVSid1, *CVSid2;
const char *CVSid6="$Id: smartd.c,v 1.40 2002/10/29 13:38:49 ballen4705 Exp $" const char *CVSid6="$Id: smartd.c,v 1.41 2002/10/29 14:54:47 ballen4705 Exp $"
CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
// global variable used for control of printing, passing arguments, etc. // global variable used for control of printing, passing arguments, etc.
...@@ -78,7 +78,7 @@ void pout(char *fmt, ...){ ...@@ -78,7 +78,7 @@ void pout(char *fmt, ...){
// tell user that we ignore HUP signals // tell user that we ignore HUP signals
void huphandler(int sig){ void huphandler(int sig){
printout(LOG_CRIT,"HUP ignored. smartd does NOT re-read /etc/smartd.conf.\n"); printout(LOG_CRIT,"HUP ignored: smartd does NOT re-read /etc/smartd.conf.\n");
return; return;
} }
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
// CVS ID strings // CVS ID strings
extern const char *CVSid1, *CVSid2; extern const char *CVSid1, *CVSid2;
const char *CVSid6="$Id: smartd.cpp,v 1.40 2002/10/29 13:38:49 ballen4705 Exp $" const char *CVSid6="$Id: smartd.cpp,v 1.41 2002/10/29 14:54:47 ballen4705 Exp $"
CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
// global variable used for control of printing, passing arguments, etc. // global variable used for control of printing, passing arguments, etc.
...@@ -78,7 +78,7 @@ void pout(char *fmt, ...){ ...@@ -78,7 +78,7 @@ void pout(char *fmt, ...){
// tell user that we ignore HUP signals // tell user that we ignore HUP signals
void huphandler(int sig){ void huphandler(int sig){
printout(LOG_CRIT,"HUP ignored. smartd does NOT re-read /etc/smartd.conf.\n"); printout(LOG_CRIT,"HUP ignored: smartd does NOT re-read /etc/smartd.conf.\n");
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment