summaryrefslogtreecommitdiff
path: root/packages/sccd
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2008-01-16 01:30:01 +0000
committerAndrew Wilcox <andy@protium.com>2008-01-16 01:30:01 +0000
commit62448c6d487bf24edfd64d1fde0627f70af221aa (patch)
tree2cf89557d590a49c5c32309481ffdfb09d0f45dc /packages/sccd
parent28d3a1b9105a55a85cba506747147b0fae9b85c5 (diff)
convert tty to udev name, start a bit earlier to avoid a race condition
Diffstat (limited to 'packages/sccd')
-rw-r--r--packages/sccd/files/scc.h2
-rw-r--r--packages/sccd/sccd_1.0.bb6
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/sccd/files/scc.h b/packages/sccd/files/scc.h
index 611092fd9c..b920791f66 100644
--- a/packages/sccd/files/scc.h
+++ b/packages/sccd/files/scc.h
@@ -33,7 +33,7 @@
*/
#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
diff --git a/packages/sccd/sccd_1.0.bb b/packages/sccd/sccd_1.0.bb
index 5eeaeef343..bf25fbe90c 100644
--- a/packages/sccd/sccd_1.0.bb
+++ b/packages/sccd/sccd_1.0.bb
@@ -1,7 +1,7 @@
-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 \
@@ -14,7 +14,7 @@ SRC_URI = "file://scc.h \
inherit autotools update-rc.d
-INITSCRIPT_PARAMS = "defaults 91 20"
+INITSCRIPT_PARAMS = "defaults 9 9"
INITSCRIPT_NAME = "sccd"
do_unpack() {