*/
#define SCC_PIDFILE "/var/run/sccd.pid"
-#define SCC_DEVICE "/dev/tts/1"
+#define SCC_DEVICE "/dev/ttyS1"
#define SCC_SOCKET "/dev/sccd"
#define SCC_PACKETLEN 8
-DECSCRIPTION = "StorCenter Control Daemon - controls the leds, fans, softpower"
+DECSCRIPTION = "StorCenter Control Daemon controls leds, fans, softpower"
SECTION = "utils"
LICENSE = "BSD"
-PR = "r3"
+PR = "r4"
SRC_URI = "file://scc.h \
file://scc.c \
inherit autotools update-rc.d
-INITSCRIPT_PARAMS = "defaults 91 20"
+INITSCRIPT_PARAMS = "defaults 9 9"
INITSCRIPT_NAME = "sccd"
do_unpack() {