summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-08-21 13:26:23 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-08-21 13:26:23 +0000
commit8f575d5b1e02f5146e1478d19264bb5eb09d87cd (patch)
treeabcd0f6a5d10cfd935af725ab5114d3bb2b93b80 /net-ftp/pure-ftpd
parentStable on mips. (diff)
downloadgentoo-2-8f575d5b1e02f5146e1478d19264bb5eb09d87cd.tar.gz
gentoo-2-8f575d5b1e02f5146e1478d19264bb5eb09d87cd.tar.bz2
gentoo-2-8f575d5b1e02f5146e1478d19264bb5eb09d87cd.zip
update to conf.d file
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-ftp/pure-ftpd')
-rw-r--r--net-ftp/pure-ftpd/ChangeLog6
-rw-r--r--net-ftp/pure-ftpd/Manifest12
-rw-r--r--net-ftp/pure-ftpd/files/pure-ftpd.conf_d11
3 files changed, 14 insertions, 15 deletions
diff --git a/net-ftp/pure-ftpd/ChangeLog b/net-ftp/pure-ftpd/ChangeLog
index 2b7afd22c06f..8798482d917b 100644
--- a/net-ftp/pure-ftpd/ChangeLog
+++ b/net-ftp/pure-ftpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/pure-ftpd
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.50 2005/05/06 15:02:11 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.51 2005/08/21 13:26:23 humpback Exp $
+
+ 21 Aug 2005; Gustavo Felisberto <humpback@gentoo.org>;
+ files/pure-ftpd.conf_d:
+ Changed coment in conf.d file. Credit to David in bug #103195 .
06 May 2005; Sven Wegener <swegener@gentoo.org>
pure-ftpd-1.0.20-r1.ebuild:
diff --git a/net-ftp/pure-ftpd/Manifest b/net-ftp/pure-ftpd/Manifest
index b4d25cfc9135..4e485c94669c 100644
--- a/net-ftp/pure-ftpd/Manifest
+++ b/net-ftp/pure-ftpd/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 28e68e920aa5281e4896b38b38a1bb7c pure-ftpd-1.0.20-r1.ebuild 2704
MD5 c237594b699d3f8376a8a0327ebb9a97 ChangeLog 7523
MD5 67d38509ecd6a60f600f15bd875bf8cc metadata.xml 446
MD5 458b5d7567f55f4257ea1a6bfe3ff150 files/ftpusers 177
-MD5 335c172d4e4258c307e22df09a6427da files/pure-ftpd.conf_d 2499
+MD5 88b77efaa5f85e19f351960a5617026d files/pure-ftpd.conf_d 2826
MD5 db2ba34b2491a9fb5042f78c029f6386 files/pure-ftpd.rc6-r1 741
MD5 86b7638f0ed01530fff30204ba6b5ce7 files/pure-ftpd.xinetd 238
MD5 0c2b784d8fe62db6dae7e77e6ac5a602 files/digest-pure-ftpd-1.0.20-r1 69
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCe4cGI1lqEGTUzyQRApIHAKCwy9Ke7dOI4QD3lqwgril97E0zbwCgoyTH
-l9xSVrOwPyNiQPKSqLf7FZc=
-=DKnq
------END PGP SIGNATURE-----
diff --git a/net-ftp/pure-ftpd/files/pure-ftpd.conf_d b/net-ftp/pure-ftpd/files/pure-ftpd.conf_d
index c1b5748f8b3b..7b4b76161f65 100644
--- a/net-ftp/pure-ftpd/files/pure-ftpd.conf_d
+++ b/net-ftp/pure-ftpd/files/pure-ftpd.conf_d
@@ -53,9 +53,14 @@ MISC_OTHER="-A -x -j -R -B"
# -j [ If the home directory of a user doesn't exist, auto-create it ]
# -M [ Allow anonymous users to create directories. ]
# -R [ Disallow users (even non-anonymous ones) usage of the CHMOD command ]
-# -x [ Authenticated users can read/write files beginning with a dot ('.')
-# Anonymous users can't, for security reasons ]
-# -X [ Users can't write/read files and directories starting with a dot ('.') ]
+# -x [ In normal operation mode, authenticated users can read/write
+# files beginning with a dot ('.'). Anonymous users can't, for security reasons
+# (like changing banners or a forgotten .rhosts). When '-x' is used, authenticated
+# users can download dot-files, but not overwrite/create them, even if they own
+# them. ]
+# -X [ This flag is identical to the previous one (writing
+# dot-files is prohibited), but in addition, users can't even *read* files and
+# directories beginning with a dot (like "cd .ssh"). ]
# -D [ List files beginning with a dot ('.') even when the client doesn't
# append the '-a' option to the list command. A workaround for badly
# configured FTP clients. ]