non port: ftp/vsftpd/files/vsftpd.sh.in |
SVNWeb
|
Number of commits found: 15 |
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Sat, 14 Jan 2012
|
[ 14:49 dinoex ] (Only the first 10 of 19 ports in this commit are shown above. )
- escape shell names
|
[ 08:57 dougb ] (Only the first 10 of 951 ports in this commit are shown above. )
In the rc.d scripts, change assignments to rcvar to use the
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.
|
Sat, 7 Aug 2010
|
[ 07:49 dinoex ]
- rc.d supports now vsftpd_config
PR: 146556
- new option WITH_PIDFILE
Submitted by: Eugen Zagorodniy
- update to 2.3.0
|
Sat, 31 Jul 2010
|
[ 07:21 dinoex ]
- add reload target
Submitted by: Alexander Milanov
|
Sat, 27 Mar 2010
|
[ 00:15 dougb ] (Only the first 10 of 798 ports in this commit are shown above. )
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
Wed, 15 Jul 2009
|
[ 16:56 dougb ] (Only the first 10 of 213 ports in this commit are shown above. )
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.
|
Sat, 17 Jan 2009
|
[ 06:04 dinoex ]
- 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.
|
Mon, 20 Feb 2006
|
[ 20:47 dougb ] (Only the first 10 of 267 ports in this commit are shown above. )
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.
|
Wed, 18 Jan 2006
|
[ 21:32 dinoex ]
- fix another bug in rc.ng script.
Submitted by: James O'Gorman
|
Sun, 13 Nov 2005
|
[ 10:47 dinoex ]
- run vsftpd_check only when vsftpd_enable is set to YES
Submitted by: James O'Gorman
|
Wed, 2 Nov 2005
|
[ 17:13 dinoex ]
- more fixes for RC_NG
Submitted by: Imri Zvik
|
[ 16:51 dinoex ]
- more fixes for RC_NG
Submitted by: Imri Zvik
|
Tue, 25 Oct 2005
|
[ 08:10 dinoex ]
- more fixes for rc_ng script.
Problems reported by: Marius Korsmo
|
Thu, 13 Oct 2005
|
[ 05:07 dinoex ]
- prevent endless loop on config errors
- extend USE_RC_SUBR
PR: 87174, 87354
Submitted by: Pavel Gubin, Wesley Shields
|
Number of commits found: 15 |