Commit graph

54 commits

Author SHA1 Message Date
Dirk Meyer
50482aa00e - update to 2.2.0 2009-08-14 19:41:40 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Dirk Meyer
a7fcfa5ff2 - update to 2.1.2
Bugfix 421 Data timeout
PR:		134422
2009-05-30 20:35:59 +00:00
Dirk Meyer
bd14297156 - update to 2.1.0
Reported by:	Eugen Zagorodniy
2009-02-25 06:49:26 +00:00
Dirk Meyer
b5357693b1 - 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.
2009-01-17 06:04:20 +00:00
Dirk Meyer
c17e799df8 - add LICENSE: 2009-01-16 16:38:35 +00:00
Dirk Meyer
2ddf67bb3b - update to 2.0.7 2008-07-30 14:09:34 +00:00
Dirk Meyer
53b39a4054 - fixed Spelling
Submitted by:	Richard Toohey
2008-05-24 10:09:18 +00:00
Dirk Meyer
c2dce23ceb - update to 2.0.6 2008-02-18 04:01:32 +00:00
Dirk Meyer
51c928a715 - fix keywords in manpage
PR:		110271
Submitted by:	Bolinard Vincent
2007-03-22 14:04:43 +00:00
Dirk Meyer
1dd97dcd47 - update to 2.0.5 2006-07-09 08:31:52 +00:00
Dirk Meyer
5cc3049113 - make portlint happier 2006-05-08 17:08:01 +00:00
Edwin Groothuis
c8a818ace5 Remove USE_REINPLACE from all categories starting with F 2006-05-07 11:09:22 +00:00
Dirk Meyer
5e6bb83e2d - Fix PAM problem
PR:		92579
Submitted by:	Joe Doupnik
2006-03-18 14:52:33 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Dirk Meyer
64ff999159 - fix another bug in rc.ng script.
Submitted by:	James O'Gorman
2006-01-18 21:32:57 +00:00
Dirk Meyer
8b59cc009a - update to 2.0.4 2006-01-16 09:09:59 +00:00
Dirk Meyer
d6f25f7964 - run vsftpd_check only when vsftpd_enable is set to YES
Submitted by:	James O'Gorman
2005-11-13 10:47:03 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
5132641f9d - more fixes for RC_NG
Submitted by:	Imri Zvik
2005-11-02 17:13:39 +00:00
Dirk Meyer
94818a7cab - more fixes for RC_NG
Submitted by:	Imri Zvik
2005-11-02 16:51:11 +00:00
Dirk Meyer
13b369c498 - more fixes for rc_ng script.
Problems reported by:	Marius Korsmo
2005-10-25 08:10:37 +00:00
Dirk Meyer
2518e08fa6 - prevent endless loop on config errors
- extend USE_RC_SUBR
PR:		87174, 87354
Submitted by:	Pavel Gubin, Wesley Shields
2005-10-13 05:08:13 +00:00
Dirk Meyer
fabe4a5cd9 - include SSL in OPTIONS
PR:		83421
Submitted by:	Marcus Grando
2005-07-15 06:24:46 +00:00
Dirk Meyer
1de4043bdf - Add rcNG script option
PR:		79687
Submitted by:	Marcus Grando
2005-05-02 10:40:20 +00:00
Dirk Meyer
49bc54f766 - Update to 2.0.3
- link with tcp-wrapper
PR:		79687
Submitted by:	Marcus Grando
2005-04-10 04:31:32 +00:00
Dirk Meyer
5269613903 - add WWW 2005-01-13 11:22:25 +00:00
Dirk Meyer
bba4537aaf - update to 2.0.1
see ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.1/Changelog

- new option WITH_VSFTPD_SSL
- honor CC, LDFLAGS
2004-07-06 20:28:39 +00:00
Dirk Meyer
6d5c6b4106 - update to 1.2.2 2004-04-29 02:47:56 +00:00
Dirk Meyer
ceac1408ae - add ipv6 to CATEGORIES
PR:		64101
Submitted by:	Janos Mohacsi
2004-03-12 19:28:03 +00:00
Dirk Meyer
c600b83191 - add SIZE 2004-02-26 05:26:15 +00:00
Dirk Meyer
27408de52d - Fix path to config files in manpages
- search all config files in ${PREFIX}/etc/
2003-12-28 20:14:32 +00:00
Dirk Meyer
21fe2fbe7e - get rid of all perl stuff
- USE_REINPLACE
2003-12-12 19:17:17 +00:00
Dirk Meyer
a36b0bc354 - Fix output of time_t for 64bit
PR:		59546
Submitted by:	matthias.andree@gmx.de
2003-11-21 15:10:13 +00:00
Dirk Meyer
fc4d5bfbbc - update to 1.2.1 2003-11-13 04:27:55 +00:00
Dirk Meyer
b58edcff29 - remove COPYING 2003-10-19 19:21:10 +00:00
Dirk Meyer
7da1ac3184 - use DOCSDIR 2003-10-12 11:03:50 +00:00
Dirk Meyer
79f68d41bd - Update to 1.2.0
PR:		52787
2003-06-01 03:14:15 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
9c26067c12 - Add COMMENT 2003-02-20 19:21:25 +00:00
Dirk Meyer
a4066a6ba3 Fix PLIST so configuration is not deleted 2002-12-11 21:25:00 +00:00
Dirk Meyer
4c89da9e4e - Update to 1.1.3
- supports tcp_wrappers in standalone mode
- verboose install
- documentation added
PR:		45199
Submitted by:	matthias.andree@web.de
2002-11-11 04:03:25 +00:00
Dirk Meyer
4f98b57ad1 - remove BROKEN
- add USE_PERL5
- honor CFLAGS
- whitespace fixes
2002-11-03 05:47:22 +00:00
Dirk Meyer
0cd58544f6 - Update to 1.1.2
- take maintainership
- remove dependency to PERL
Approved by:	nbm
2002-10-28 20:40:04 +00:00
Kris Kennaway
76f26d3acf Mark BROKEN on 5.0 2002-10-26 02:55:52 +00:00
Dirk Meyer
8ea2cdca2e unbreak port, see errlog on bento
no response from MAINTAINER sin 2002-09-07
2002-10-01 20:04:13 +00:00
Neil Blakey-Milner
d67978d88c Fix typo in atoll define 2002-08-04 19:58:37 +00:00
Neil Blakey-Milner
1e7c538b3f Upgrade to vsftpd 1.1.0 2002-08-04 19:53:07 +00:00
Neil Blakey-Milner
53704a2b4e Make port more verbose about creating users and what users to remove if
no longer necessary.

PR:		28179
Submitted by:	Rob Simmons <rsimmons@beanweevil.wlcg.com>
2002-03-23 11:12:19 +00:00
Akinori MUSHA
bc07afc1c2 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:53:27 +00:00