From c5619454ae443c2663ddcd6eae9f136544a3ceb1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 9 Dec 2009 17:54:21 +0100 Subject: poptop, rp-pppoe: INITSCRIPT_PARAMS 08 is not octal number, lower values are considered octal too, but its OK for < 08 --- recipes/poptop/poptop_1.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/poptop') 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" -- cgit v1.2.3