diff options
| -rw-r--r-- | meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd.service | 2 | ||||
| -rw-r--r-- | meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd.service b/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd.service index 7b3faf6725..d02d0ff7ec 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd.service +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd.service | |||
| @@ -5,7 +5,7 @@ Requires=rpcbind.service | |||
| 5 | 5 | ||
| 6 | [Service] | 6 | [Service] |
| 7 | Type=forking | 7 | Type=forking |
| 8 | PIDFile=@STATEDIR@/run/openl2tpd.pid | 8 | PIDFile=/run/openl2tpd.pid |
| 9 | EnvironmentFile=@SYSCONFDIR@/default/openl2tpd | 9 | EnvironmentFile=@SYSCONFDIR@/default/openl2tpd |
| 10 | ExecStartPre=@BASE_BINDIR@/sh -c "@BASE_SBINDIR@/modprobe -sq l2tp_ppp || @BASE_SBINDIR@/modprobe -sq pppol2tp" | 10 | ExecStartPre=@BASE_BINDIR@/sh -c "@BASE_SBINDIR@/modprobe -sq l2tp_ppp || @BASE_SBINDIR@/modprobe -sq pppol2tp" |
| 11 | ExecStart=@SBINDIR@/openl2tpd $OPENL2TPDARGS | 11 | ExecStart=@SBINDIR@/openl2tpd $OPENL2TPDARGS |
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb index 90e8b111dc..9c0c28e197 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | |||
| @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585 \ | |||
| 18 | 18 | ||
| 19 | DEPENDS = "popt flex readline rpcsvc-proto-native bison-native" | 19 | DEPENDS = "popt flex readline rpcsvc-proto-native bison-native" |
| 20 | 20 | ||
| 21 | SRC_URI = "ftp://ftp.openl2tp.org/releases/${BP}/${BP}.tar.gz \ | 21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz \ |
| 22 | file://Makefile-modify-CFLAGS-to-aviod-build-error.patch \ | 22 | file://Makefile-modify-CFLAGS-to-aviod-build-error.patch \ |
| 23 | file://openl2tp-simplify-gcc-warning-hack.patch \ | 23 | file://openl2tp-simplify-gcc-warning-hack.patch \ |
| 24 | file://Makefile-obey-LDFLAGS.patch \ | 24 | file://Makefile-obey-LDFLAGS.patch \ |
