Skip site navigation (1)Skip section navigation (2)

CVS log for ports/ftp/vsftpd/files/vsftpd.sh.in

[BACK] Up to [FreeBSD] / ports / ftp / vsftpd / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jan 14 14:49:23 2012 UTC (3 weeks, 6 days ago) by dinoex
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- escape shell names

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:55:44 2012 UTC (3 weeks, 6 days ago) by dougb
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
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.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 7 07:49:17 2010 UTC (18 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -6 lines
- rc.d supports now vsftpd_config
PR:		146556

- new option WITH_PIDFILE
Submitted by:	Eugen Zagorodniy

- update to 2.3.0

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 31 07:21:48 2010 UTC (18 months, 1 week ago) by dinoex
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
- add reload target
Submitted by:	Alexander Milanov

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:13:02 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 15 16:55:43 2009 UTC (2 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
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.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 17 06:04:20 2009 UTC (3 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -4 lines
- 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 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 20 20:47:01 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
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.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 18 21:32:57 2006 UTC (6 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- fix another bug in rc.ng script.
Submitted by:	James O'Gorman

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 13 10:47:03 2005 UTC (6 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -5 lines
- run vsftpd_check only when vsftpd_enable is set to YES
Submitted by:	James O'Gorman

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 2 17:13:39 2005 UTC (6 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
- more fixes for RC_NG
Submitted by:	Imri Zvik

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 2 16:51:11 2005 UTC (6 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
- more fixes for RC_NG
Submitted by:	Imri Zvik

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 25 08:10:37 2005 UTC (6 years, 3 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -5 lines
- more fixes for rc_ng script.
Problems reported by:	Marius Korsmo

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 13 05:07:33 2005 UTC (6 years, 4 months ago) by dinoex
Branches: MAIN
- prevent endless loop on config errors
- extend USE_RC_SUBR
PR:		87174, 87354
Submitted by:	Pavel Gubin, Wesley Shields

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options