Skip to main content
Sign in
Snippets Groups Projects
Commit 6e879f40 authored by ballen4705's avatar ballen4705
Browse files

Added config file name to Directives().

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@421 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent f318313b
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,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.94 2003/01/04 19:31:38 pjwilliams Exp $" const char *CVSid6="$Id: smartd.c,v 1.95 2003/01/04 21:23:20 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.
...@@ -315,7 +315,7 @@ void printhead(){ ...@@ -315,7 +315,7 @@ void printhead(){
// prints help info for configuration file Directives // prints help info for configuration file Directives
void Directives() { void Directives() {
printout(LOG_INFO,"Configuration file Directives (following device name):\n"); printout(LOG_INFO,"Configuration file (/etc/smartd.conf) Directives (after device name):\n");
printout(LOG_INFO," -d TYPE Set the device type to one of: ata, scsi\n"); printout(LOG_INFO," -d TYPE Set the device type to one of: ata, scsi\n");
printout(LOG_INFO," -T TYPE set the tolerance to one of: normal, permissive\n"); printout(LOG_INFO," -T TYPE set the tolerance to one of: normal, permissive\n");
printout(LOG_INFO," -o VAL Enable/disable automatic offline tests (on/off)\n"); printout(LOG_INFO," -o VAL Enable/disable automatic offline tests (on/off)\n");
... ...
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,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.94 2003/01/04 19:31:38 pjwilliams Exp $" const char *CVSid6="$Id: smartd.cpp,v 1.95 2003/01/04 21:23:20 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.
...@@ -315,7 +315,7 @@ void printhead(){ ...@@ -315,7 +315,7 @@ void printhead(){
// prints help info for configuration file Directives // prints help info for configuration file Directives
void Directives() { void Directives() {
printout(LOG_INFO,"Configuration file Directives (following device name):\n"); printout(LOG_INFO,"Configuration file (/etc/smartd.conf) Directives (after device name):\n");
printout(LOG_INFO," -d TYPE Set the device type to one of: ata, scsi\n"); printout(LOG_INFO," -d TYPE Set the device type to one of: ata, scsi\n");
printout(LOG_INFO," -T TYPE set the tolerance to one of: normal, permissive\n"); printout(LOG_INFO," -T TYPE set the tolerance to one of: normal, permissive\n");
printout(LOG_INFO," -o VAL Enable/disable automatic offline tests (on/off)\n"); printout(LOG_INFO," -o VAL Enable/disable automatic offline tests (on/off)\n");
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment