From 38658c71254fa3f008edde398f27a2d3d991a3de Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 14 Oct 2002 09:17:36 +0000 Subject: [PATCH] Fixed typo in smartmontools.spec path. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@43 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/Makefile | 4 ++-- sm5/VERSION | 2 +- sm5/smartmontools.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sm5/Makefile b/sm5/Makefile index 12a2762f1..a2048ddd3 100644 --- a/sm5/Makefile +++ b/sm5/Makefile @@ -1,6 +1,6 @@ # Makefile for smartmontools # -# $Id: Makefile,v 1.14 2002/10/13 13:11:25 ballen4705 Exp $ +# $Id: Makefile,v 1.15 2002/10/14 09:17:36 ballen4705 Exp $ # # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # @@ -55,7 +55,7 @@ install: smartctl smartd smartctl.8 smartd.8 smartd.initd install -m 644 -o root -g root -D smartctl.8 $(DESTDIR)/usr/share/man/man8/smartctl.8 install -m 644 -o root -g root -D smartd.8 $(DESTDIR)/usr/share/man/man8/smartd.8 install -m 755 -o root -g root -D smartd.initd $(DESTDIR)/etc/rc.d/init.d/smartd - echo "To manually start smartd on bootup, run etc/rc.d/init.d/smartd start" + echo "To manually start smartd on bootup, run /etc/rc.d/init.d/smartd start" echo "To Automatically start smartd on bootup, run /sbin/chkconfig --add smartd" uninstall: diff --git a/sm5/VERSION b/sm5/VERSION index 7ed6ff82d..7f8f011eb 100644 --- a/sm5/VERSION +++ b/sm5/VERSION @@ -1 +1 @@ -5 +7 diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index 201c257ea..953f50f82 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -1,4 +1,4 @@ -Release: 4 +Release: 6 Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices Name: smartmontools Version: 5.0 -- GitLab