| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=341522
|
|
|
|
|
|
|
| |
ftp)
Notes:
svn path=/head/; revision=327729
|
|
|
|
| |
Notes:
svn path=/head/; revision=315271
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
| |
configuration file in /usr/local/etc/vsftpd.conf but it did not, currently it is
looking for the file in /usr/local/etc/vsftpd//usr/local/etc/vsftpd.conf, this
patch makes it look for /usr/local/etc/vsftpd.conf as also specified in
pkg-plist.
Approved by: maintainer
Notes:
svn path=/head/; revision=292396
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix path to vsftpd.conf in defs.h and builddefs.h old path /usr/local/etc/vsftpd.conf is not defined correctly [1]
- patch-sysdeputil.c removed (FreeBSD already detected in sources) [1]
PR: ports/163940 [1]
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1]
Approved by: gelraen.ua@gmail.com (maintainer), gabor (mentor, implicit)
Notes:
svn path=/head/; revision=288829
|
|
|
|
|
|
|
|
| |
PR: ports/163548
Approved by: gabor (mentor)
Notes:
svn path=/head/; revision=288071
|
|
|
|
|
|
|
|
|
| |
PR: ports/163550
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: gelraen.ua@gmail.com (maintainer), gabor(mentor)
Notes:
svn path=/head/; revision=287944
|
|
|
|
|
|
|
|
| |
PR: ports/163246
Approved by: gabor (mentor)
Notes:
svn path=/head/; revision=287800
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak build on 9.x [1]
- rename RC_NG to RC_SCRIPT standard [2]
PR: ports/163246
Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) [1]
Approved by: gabor (mentor) [2]
Notes:
svn path=/head/; revision=287799
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=252880
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: 136902
Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=238386
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=237892
|
|
- Added char convertion without iconv for some charsets.
- Added rules for anonymous access based on user's IP address masks.
- Added rules for user access only from defined IPs.
- Allow or disallow delete files by anonymous.
- Added chowning anonymous uploaded files by user IP.
- Added new parametr double_377 (by default 1). This paramert switch off telnet specific character \377.
- Changed find libs in "vsf_findlibs.sh".
- Different speed for upload and download data transfer rates for anonymous and local users.
WWW: http://vsftpd.devnet.ru/eng/
PR: ports/132556
Submitted by: Maxim Ignatenko
Notes:
svn path=/head/; revision=235994
|