Bug 130509 - [PATCH] ftp/vsftpd: Assorted fixes
Summary: [PATCH] ftp/vsftpd: Assorted fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 15:10 UTC by Matthias Andree
Modified: 2009-01-17 08:16 UTC (History)
1 user (show)

See Also:


Attachments
vsftpd-2.0.7.patch (3.30 KB, patch)
2009-01-13 15:10 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2009-01-13 15:10:00 UTC
- Fix for: vsftpd doesn't run its pkg-install script from the Makefile, for
  lack of the positional arguments.
- Fix for: pkg-deinstall doesn't match the user used by pkg-install.
- Fix for: comment at top of vsftpd.conf doesn't match $PREFIX
- Add commented-out versions of listen=YES and background=YES to match the
  rcNG script's expectations.
- Add missing documentation on how to configure vsftpd to rcNG script.
- Fix two typos in rcNG script.

There are various other nits to pick, for instance, total lack of information
how to SECURELY set up a server (compare to lukemftpd man page), not
addressed by this patch.

Port maintainer (dinoex@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-13 15:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-01-17 06:04:37 UTC
dinoex      2009-01-17 06:04:20 UTC

  FreeBSD ports repository

  Modified files:
    ftp/vsftpd           Makefile pkg-deinstall 
    ftp/vsftpd/files     vsftpd.sh.in 
  Log:
  - Fix pkg-install call script from the Makefile
  - Fix pkg-deinstall doesn't match the user used by pkg-install.
  - Fix comment at top of vsftpd.conf
  - Add commented-out versions of listen=YES and background=YES
    to match the rcNG script's expectations.
  - Add missing documentation on how to configure vsftpd to rcNG script.
  - Fix two typos in rcNG script.
  PR:             130509
  Submitted by:   Matthias Andree
  
  - small cleanups
  - fix escaping in  rcNG script.
  
  Revision  Changes    Path
  1.34      +10 -3     ports/ftp/vsftpd/Makefile
  1.8       +12 -4     ports/ftp/vsftpd/files/vsftpd.sh.in
  1.2       +2 -2      ports/ftp/vsftpd/pkg-deinstall
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2009-01-17 08:16:34 UTC
State Changed
From-To: open->closed

committed with small changes, thanks.