summaryrefslogtreecommitdiffstats
path: root/vsftpd/03-db-doc.patch
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-02-20 18:29:41 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-22 09:45:55 +0100
commitf89d930201725d0427b0c1e881cff929c5a8ef7e (patch)
tree0f2c07e66fb634cfd7d9072653ea6141d9780294 /vsftpd/03-db-doc.patch
parentb9fbd254ba2bcf7d350842e8467f50c4016fc5b8 (diff)
downloadmeta-openembedded-f89d930201725d0427b0c1e881cff929c5a8ef7e.tar.gz
vsftpd: add new package
Hello Eric, On 20.02.2012 14:51, Eric Bénard wrote: > - imported 2.0.5 from oe-classic > - upgrade to 2.3.5 which is latest stable > - tested on ARMv5 with Angstrom I created a recipe for vsftpd, too. Here's my version for your reference. All patches were taken from the Debian or Ubuntu package. It differs from your recipe in these ways: - uses openssl - uses pam if available - uses xinetd - allows to set custom default configuration options in bbappends - only build-tested with OE-core, no runtime tests so far. Regards, Andreas Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'vsftpd/03-db-doc.patch')
-rw-r--r--vsftpd/03-db-doc.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/vsftpd/03-db-doc.patch b/vsftpd/03-db-doc.patch
new file mode 100644
index 0000000000..d544ef0c1a
--- /dev/null
+++ b/vsftpd/03-db-doc.patch
@@ -0,0 +1,19 @@
1Author: shaul Karl <shaulkarl@yahoo.com>
2Description:
3 A short explanation how to find out the right db version (Closes: #478282).
4
5diff -Naurp vsftpd.orig/EXAMPLE/VIRTUAL_USERS/README vsftpd/EXAMPLE/VIRTUAL_USERS/README
6--- vsftpd.orig/EXAMPLE/VIRTUAL_USERS/README 2009-01-31 00:02:36.000000000 +0000
7+++ vsftpd/EXAMPLE/VIRTUAL_USERS/README 2009-01-31 01:38:11.000000000 +0000
8@@ -21,7 +21,10 @@ NOTE: Many systems have multiple version
9 need to use e.g. db3_load for correct operation. This is known to affect
10 some Debian systems. The core issue is that pam_userdb expects its login
11 database to be a specific db version (often db3, whereas db4 may be installed
12-on your system).
13+on your system). You might check ahead what specific db version you'll need
14+by looking at the dependcies of the pam module. Some methods to do that is to
15+run ldd on the pam_userdb.so or look at the dependencies of the package with
16+the pam modules.
17
18 This will create /etc/vsftpd_login.db. Obviously, you may want to make sure
19 the permissions are restricted: