smartmontools: import from packages, update to the latest release

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
Maxim Storchak
2014-06-14 15:02:18 +03:00
parent 13d6e6f3b4
commit 4be8af07c2
3 changed files with 112 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=95
start() {
service_start /usr/sbin/smartd -q never
}
stop() {
service_stop /usr/sbin/smartd
}
reload() {
service_reload /usr/sbin/smartd
}