aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/poptop
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 /recipes/poptop
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
Diffstat (limited to 'recipes/poptop')
-rw-r--r--recipes/poptop/poptop_1.3.4.bb2
1 files changed, 1 insertions, 1 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"