From 6e879f4095e2b6068adefbeb79f2dff8e2f6d5ac Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sat, 4 Jan 2003 21:23:20 +0000
Subject: [PATCH] Added config file name to Directives().

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@421 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/smartd.c   | 4 ++--
 sm5/smartd.cpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sm5/smartd.c b/sm5/smartd.c
index 3b4d4bb1d..8c2051695 100644
--- a/sm5/smartd.c
+++ b/sm5/smartd.c
@@ -50,7 +50,7 @@
 
 // CVS ID strings
 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;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -315,7 +315,7 @@ void printhead(){
 
 // prints help info for configuration file 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,"  -T TYPE set the tolerance to one of: normal, permissive\n");
   printout(LOG_INFO,"  -o VAL  Enable/disable automatic offline tests (on/off)\n");
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index e994f204e..0b51a39c1 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -50,7 +50,7 @@
 
 // CVS ID strings
 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;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -315,7 +315,7 @@ void printhead(){
 
 // prints help info for configuration file 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,"  -T TYPE set the tolerance to one of: normal, permissive\n");
   printout(LOG_INFO,"  -o VAL  Enable/disable automatic offline tests (on/off)\n");
-- 
GitLab