summaryrefslogtreecommitdiffstats
path: root/recipes/ppp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-05-07 14:48:32 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2009-05-20 23:27:12 -0300
commit1633f5adfcacca76e23512a99a26246d84284fef (patch)
tree60f7ecdb7479f0f2417153767b87c0dd2adb5352 /recipes/ppp
parenta67f47e5de759243dc0946fb877cc83be3145ac8 (diff)
downloadopenembedded-1633f5adfcacca76e23512a99a26246d84284fef.tar.gz
ppp: add peers dir
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/ppp')
-rw-r--r--recipes/ppp/ppp_2.4.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ppp/ppp_2.4.3.bb b/recipes/ppp/ppp_2.4.3.bb
index 295a3fbe87..3b1f8ad28d 100644
--- a/recipes/ppp/ppp_2.4.3.bb
+++ b/recipes/ppp/ppp_2.4.3.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Point-to-Point Protocol (PPP) daemon"
HOMEPAGE = "http://samba.org/ppp/"
DEPENDS = "libpcap"
LICENSE = "BSD GPLv2"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \
file://ppp-2.4.3-mppe-mppc-1.1.patch;patch=1 \
@@ -39,6 +39,7 @@ do_install_append () {
mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d
mkdir -p ${D}${sysconfdir}/ppp/ip-up.d/
mkdir -p ${D}${sysconfdir}/ppp/ip-down.d/
+ mkdir -p ${D}${sysconfdir}/ppp/peers/
install -m 0755 ${WORKDIR}/pon ${D}${bindir}/pon
install -m 0755 ${WORKDIR}/poff ${D}${bindir}/poff
install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/ppp