From 09abe20dfe1e4ef47c191df34b7590217be9afb3 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 5 Dec 2002 06:13:20 +0000
Subject: [PATCH] Tell users about smartd.conf.5 manual page

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@357 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sm5/Makefile b/sm5/Makefile
index 68c936fe8..782c3bc31 100644
--- a/sm5/Makefile
+++ b/sm5/Makefile
@@ -2,7 +2,7 @@
 #
 # Home page: http://smartmontools.sourceforge.net
 #
-# $Id: Makefile,v 1.39 2002/12/01 12:14:15 pjwilliams Exp $
+# $Id: Makefile,v 1.40 2002/12/05 06:13:20 ballen4705 Exp $
 #
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # 
@@ -48,7 +48,7 @@ pkgname=smartmontools-5.0
 pkgname2=$(pkgname)-$(counter)
 
 all: smartd smartctl
-	@echo -e "\n\nSmartd can now use a configuration file /etc/smartd.conf. Do:\n\n\tman ./smartd.8\n\tman ./smartctl.8\n"
+	@echo -e "\n\nSmartd can now use a configuration file /etc/smartd.conf. Do:\n\n\tman ./smartctl.8\n\tman ./smartd.8\n\tman ./smartd.conf.5\n"
 	@echo -e "to read the manual pages now.  Unless you do a \"make install\" the manual pages won't be installed.\n"
 
 smartctl: smartctl.c atacmds.o ataprint.o scsicmds.o scsiprint.o \
-- 
GitLab