diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-04-06 13:58:21 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-04-06 22:19:30 +0400 |
commit | 51310ad412e3150dbddfad6c5acd73def83ec2fa (patch) | |
tree | ab1359fe51296630b6c609e21f4ed9fa03b78fa9 /recipes/poptop/poptop_1.3.4.bb | |
parent | 9997569390a1b77d2f2b36abd71d7ad8cdedc72b (diff) |
poptop: fix broken sed script
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/poptop/poptop_1.3.4.bb')
-rw-r--r-- | recipes/poptop/poptop_1.3.4.bb | 4 |
1 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 8d9b60d897..cd60cf30c7 100644 --- a/recipes/poptop/poptop_1.3.4.bb +++ b/recipes/poptop/poptop_1.3.4.bb @@ -8,7 +8,7 @@ SECTION = "network" LICENSE = "GPL" RDEPENDS_${PN} = "ppp" RDEPENDS_${PN}-logwtmp-plugin = "${PN}" -PR = "r4" +PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/poptop/pptpd-${PV}.tar.gz \ file://fix-plugins-install.patch;patch=1 \ @@ -31,7 +31,7 @@ do_install_append() { sed -ri "s,^[:space:]*logwtmp[:space:]*,# logwtmp," ${D}/${sysconfdir}/pptpd.conf rm -f ${D}${libdir}/pptpd/pptpd-logwtmp.so # Use mppe option in OE style - sed -ri "s,^[[:space:]]*require-mppe-128[[:space:]]*$,mppe required,no40,no56," ${D}/${sysconfdir}/ppp/options.pptpd + sed -ri "s|^[[:space:]]*require-mppe-128[[:space:]]*$|mppe required,no40,no56|" ${D}/${sysconfdir}/ppp/options.pptpd echo "# don't expose open port by default" >> ${D}/${sysconfdir}/pptpd.conf echo "listen 127.0.0.1" >> ${D}/${sysconfdir}/pptpd.conf } |