From 0d5e90ffa0b44f70efc1576c6e4c7a17736c00b7 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Wed, 9 Oct 2002 19:29:33 +0000 Subject: [PATCH] Use install universally in Makefile git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@10 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sm5/Makefile b/sm5/Makefile index 7c93e0912..c26963485 100644 --- a/sm5/Makefile +++ b/sm5/Makefile @@ -1,6 +1,6 @@ # Makefile for smartmontools # -# $Id: Makefile,v 1.2 2002/10/09 18:07:17 ballen4705 Exp $ +# $Id: Makefile,v 1.3 2002/10/09 19:29:33 ballen4705 Exp $ # # Copyright (C) 2002 Bruce Allen <ballen@uwm.edu> # @@ -44,7 +44,7 @@ install: smartctl smartd smartctl.8 smartd.8 smartd.initd install -m 755 -o root -g root smartd /usr/sbin install -m 644 -o root -g root smartctl.8 /usr/share/man/man8 install -m 644 -o root -g root smartd.8 /usr/share/man/man8 - cp ./smartd.initd /etc/rc.d/init.d/smartd + install -m 755 -o root -g root smartd.initd /etc/rc.d/init.d/smartd /sbin/chkconfig --add smartd uninstall: -- GitLab