Package: micro-evtd-udeb
Version: 3.4-1
Severity: serious
Tags: patch

I get the following error when starting Debian installer:

| /usr/sbin/micro-evtd.command: line 10: syntax error: bad function name

The following patch works for me.

--- debian/udeb/micro-evtd.command~     2012-03-29 20:14:49.000000000 +0100
+++ debian/udeb/micro-evtd.command      2012-03-29 20:14:58.000000000 +0100
@@ -7,7 +7,7 @@
 MICROAPL="/usr/sbin/microapl -a"
 PIDFILE=/var/run/micro-evtd.pid
 
-micro-evtd_start() {
+micro_evtd_start() {
        $DAEMON >/dev/null # daemon forks on its own
        # Allow time to startup
        sleep 1
@@ -44,7 +44,7 @@
        start)
                # Start micro-evtd if not already running, exit with failure
                # if start failed
-               [ -n "$(pidof micro-evtd)" ] || micro-evtd_start || exit 1
+               [ -n "$(pidof micro-evtd)" ] || micro_evtd_start || exit 1
                ;;
        startup)
                $MICROAPL led_set_blink power

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to