mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
proftpd: add from meta-baryon
This was originally from OE-Classic. Improvements over the OE-Classic recipe for reference: * Update to 1.3.4b * Add workaround for proftpd host IP resolution * Add initscript, borrowed from Debian with some modifications for compatibility and handling for hardcoded paths * Use autotools.bbclass and remove unnecessary configure options * PARALLEL_MAKE = "" is no longer needed, the bug was fixed in 1.3.3c * Set SUMMARY (which sets DESCRIPTION) and base it on the short description from the website * Use useradd.bbclass to add ftp user/group * Add HOMEPAGE * Add/fix description in some patches and improve recipe indentation * Make LICENSE more accurate * Add LIC_FILES_CHKSUM Some of this work was done by Dexuan Cui <dexuan.cui@intel.com> and Kevin Strasser <kevin.strasser@linux.intel.com>. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
committed by
Joe MacDonald
parent
3761a24e1c
commit
3d851fe4ce
@@ -0,0 +1,21 @@
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
proftpd tries to get the IP address from the hostname.
|
||||
Unluckily now the hostname is not properly configured in /etc/hosts.
|
||||
We can use this patch as a workaround.
|
||||
|
||||
Author: Dexuan Cui <dexuan.cui@intel.com>
|
||||
Tue Oct 25 12:59:27 CST 2011
|
||||
|
||||
--- proftpd-1.3.3c.orig/sample-configurations/basic.conf
|
||||
+++ proftpd-1.3.3c/sample-configurations/basic.conf
|
||||
@@ -7,6 +7,9 @@
|
||||
ServerType standalone
|
||||
DefaultServer on
|
||||
|
||||
+#By default we bind to all interfaces.
|
||||
+DefaultAddress 0.0.0.0
|
||||
+
|
||||
# Port 21 is the standard FTP port.
|
||||
Port 21
|
||||
|
||||
Reference in New Issue
Block a user