aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2013-11-27 16:37:10 +0800
committerJoe MacDonald <joe@deserted.net>2013-11-27 15:27:36 -0500
commit9b3e284c58bce673801ca3649b53bc53797ce2e9 (patch)
treeb939a68b69489cbe871c24294abbeeb51a9628da /meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb
parent75c52163b0f6e847f178d5919678f3c2af6f273f (diff)
downloadmeta-openembedded-9b3e284c58bce673801ca3649b53bc53797ce2e9.tar.gz
proftpd: move pidfile from /var/ to /var/run/
/var/run/ is more suitable to store pidfile for OE, and this fixes "/etc/init.d/proftpd stop" failure too, since this script assumes the pidfile is under /var/run Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb')
-rw-r--r--meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb
index 29c3097035..6537b7709b 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb
@@ -12,6 +12,7 @@ SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${BPN}-${PV}.tar.gz \
file://contrib.patch \
file://proftpd-basic.init \
file://default \
+ file://move-pidfile-to-var-run.patch \
"
SRC_URI[md5sum] = "0871e0b93c9c3c88ca950b6d9a04aed2"