This commit is contained in:
Mario Fetka
2011-12-12 00:11:07 +01:00
parent a4e6e96ffc
commit e5c074bd52
15 changed files with 6 additions and 3079 deletions

View File

@@ -13,13 +13,13 @@ depend() {
start() {
# micro_evtd doesn't start properly from s-s-d, need to investigate
ebegin "Starting ${description}"
#start-stop-daemon --start --exec /usr/sbin/micro_evtd
/usr/sbin/micro_evtd
#start-stop-daemon --start --exec /usr/sbin/micro-evtd
/usr/sbin/micro-evtd
eend $?
}
stop() {
ebegin "Stopping ${description}"
start-stop-daemon --stop --exec /usr/sbin/micro_evtd
start-stop-daemon --stop --exec /usr/sbin/micro-evtd
eend $?
}

View File

@@ -6,7 +6,7 @@
description="Linkstation/Kurobox/Terastation micro controller daemon"
depend() {
need micro_evtd-boot
need micro-evtd-boot
after *
}