summaryrefslogtreecommitdiffstats
path: root/rules/initmethod-bbinit.make
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2010-05-29 22:56:16 +0200
committerRemy Bohmer <linux@bohmer.net>2010-06-02 21:09:28 +0200
commit38e3e06d6183dc9eb1504baf72df7caa0206ac28 (patch)
tree4b3ed2d2b02242fd43a9e579df049d9e8e88abf8 /rules/initmethod-bbinit.make
parent19974bd935074b1b632c90b542001a329388fa40 (diff)
downloadptxdist-38e3e06d6183dc9eb1504baf72df7caa0206ac28.tar.gz
ptxdist-38e3e06d6183dc9eb1504baf72df7caa0206ac28.tar.xz
[smartmontools] add new packet
Adds the smartmontools package containing smartctl and smartd Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'rules/initmethod-bbinit.make')
-rw-r--r--rules/initmethod-bbinit.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/initmethod-bbinit.make b/rules/initmethod-bbinit.make
index eb0675291..ff81a4198 100644
--- a/rules/initmethod-bbinit.make
+++ b/rules/initmethod-bbinit.make
@@ -375,6 +375,12 @@ ifneq ($(call remove_quotes,$(PTXCONF_INITMETHOD_BBINIT_LINK_SPLASHUTILS)),)
/etc/rc.d/$(PTXCONF_INITMETHOD_BBINIT_LINK_SPLASHUTILS))
endif
+ifneq ($(call remove_quotes,$(PTXCONF_INITMETHOD_BBINIT_SMARTD)),)
+ @$(call install_link, initmethod-bbinit, \
+ ../init.d/smartd, \
+ /etc/rc.d/$(PTXCONF_INITMETHOD_BBINIT_SMARTD))
+endif
+
@$(call install_finish, initmethod-bbinit)
@$(call touch)