diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2010-08-19 08:18:51 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2010-08-19 08:18:51 +0000 |
commit | 9989ee700be46bcab614ea204f0e8e32a64b45f3 (patch) | |
tree | 428bb8da6446ee92b5575890bd36dfe8e0f10345 /net-ftp | |
parent | Added the possibility to mount a tmpfs on /var/lib/run/pure-ftpd (see bug #33... (diff) | |
download | historical-9989ee700be46bcab614ea204f0e8e32a64b45f3.tar.gz historical-9989ee700be46bcab614ea204f0e8e32a64b45f3.tar.bz2 historical-9989ee700be46bcab614ea204f0e8e32a64b45f3.zip |
Adjusted description text in conf.d file.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/Manifest | 2 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/files/pure-ftpd.conf_d-2 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/pure-ftpd/Manifest b/net-ftp/pure-ftpd/Manifest index df930f628754..f9cf5aeb3934 100644 --- a/net-ftp/pure-ftpd/Manifest +++ b/net-ftp/pure-ftpd/Manifest @@ -1,6 +1,6 @@ AUX pure-ftpd-1.0.28-pam.patch 564 RMD160 eb510f635babbe34943dee102999a8b835df55e7 SHA1 46fcf04194631cd1b4488a486a48884b80b188ac SHA256 21b340701ba18454cc55b7a719033c71d758960b02cc626ff60183a5dae50fc7 AUX pure-ftpd.conf_d 3378 RMD160 82d5d319b35e1262e8d72cff46c328429e3e3bce SHA1 93c4f65ce1592ad1ccbe8e04250c4cc1c9cdb5f2 SHA256 4361690c4217fd1cdae0c050015629ce6e74046446def2c7d646020d0682a579 -AUX pure-ftpd.conf_d-2 3764 RMD160 e4603bb87c4bbf95219e86eed0cedf0f3ccb7497 SHA1 f2cd598def6ba1c79fc70521eb3f89217a31066e SHA256 5c6626377d7fe83dd663a17196c5f4be5e1b92d27c7e4f62e5a25368b0353d51 +AUX pure-ftpd.conf_d-2 3778 RMD160 4e7d6c5fffd56ee3b0dffc6e5873f3d854b9bfaa SHA1 631030ed9249101594c1cb08e549bf34c99c5105 SHA256 8e48df3365bd74a1d8fa7c394e035c69bf7953a70ccc417377c9c881097bddca AUX pure-ftpd.rc10 2055 RMD160 125a410ddc5d63067b7f8c91f1babc7a349da1a3 SHA1 0f7d077b2531e8e9857d3baeeba8b67cc624e99c SHA256 72e8df706f2c856229617daae24dd98e522f11f3420eb515f4627244b63bde7f AUX pure-ftpd.rc7 1528 RMD160 1aafe4844c0101d0a2b5619ef5f0190abd7adfd6 SHA1 cb85e539f6a0e1a3809cea634b669b2d0ca36b3e SHA256 69af305f5c2747acc943f71779fd4a9a6b1f8c9a2d3e1860a01ab0753bb4260a AUX pure-ftpd.rc8 1525 RMD160 493bb88ed4fcd2a6cf0bd0f878e365c54dd2f37f SHA1 881ae446be0cb7eabf537ffd4933e19dcab4c77d SHA256 2ce7c27ffeff40d02f3ef7f6b7f15cfbd218d4942b6da49506451f7acd975612 diff --git a/net-ftp/pure-ftpd/files/pure-ftpd.conf_d-2 b/net-ftp/pure-ftpd/files/pure-ftpd.conf_d-2 index 502f60c24429..f14cb0b19c6b 100644 --- a/net-ftp/pure-ftpd/files/pure-ftpd.conf_d-2 +++ b/net-ftp/pure-ftpd/files/pure-ftpd.conf_d-2 @@ -83,8 +83,8 @@ MISC_OTHER="-A -x -j -R -Z" # Some filesystems don't like accesses being memory mapped. This happens for -# example with ftpwho on JFFS2 filesystems. If you happen to have such a -# filesystem on /var set TMPFS_MOUNT to "true". +# example with ftpwho on JFFS2 filesystems (bug #330563). If you happen to +# have such a filesystem on /var set TMPFS_MOUNT to "true". TMPFS_MOUNT="false" # Special mount options (like nosuid or nodev) for the tmpfs mount can be added |