aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-12-09 17:54:21 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-12-09 17:54:21 +0100
commitc5619454ae443c2663ddcd6eae9f136544a3ceb1 (patch)
treec9852f773e71a65edc6faefb3b1c9a69bda33fe1
parent959fa7ec51b89b5bc89d13af3aae76cf0c7ff4fe (diff)
downloadopenembedded-c5619454ae443c2663ddcd6eae9f136544a3ceb1.tar.gz
poptop, rp-pppoe: INITSCRIPT_PARAMS 08 is not octal number, lower values are considered octal too, but its OK for < 08
-rw-r--r--recipes/poptop/poptop_1.3.4.bb2
-rw-r--r--recipes/rp-pppoe/rp-pppoe_3.8.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/poptop/poptop_1.3.4.bb b/recipes/poptop/poptop_1.3.4.bb
index 5c6a71bb2e..370f6a30ec 100644
--- a/recipes/poptop/poptop_1.3.4.bb
+++ b/recipes/poptop/poptop_1.3.4.bb
@@ -38,4 +38,4 @@ CONFFILES_${PN} = "${sysconfdir}/pptpd.conf \
${sysconfdir}/ppp/options.pptpd"
INITSCRIPT_NAME = "pptpd"
-INITSCRIPT_PARAMS = "defaults 92 08"
+INITSCRIPT_PARAMS = "defaults 92 8"
diff --git a/recipes/rp-pppoe/rp-pppoe_3.8.bb b/recipes/rp-pppoe/rp-pppoe_3.8.bb
index 9852522da1..bc8b3b1510 100644
--- a/recipes/rp-pppoe/rp-pppoe_3.8.bb
+++ b/recipes/rp-pppoe/rp-pppoe_3.8.bb
@@ -52,5 +52,5 @@ CONFFILES_${PN}-server = "${sysconfdir}/ppp/pppoe-server-options \
INITSCRIPT_PACKAGES = "${PN}-server"
INITSCRIPT_NAME_${PN}-server = "pppoe-server"
-INITSCRIPT_PARAMS_${PN}-server = "defaults 92 08"
+INITSCRIPT_PARAMS_${PN}-server = "defaults 92 8"