non port: ftp/proftpd/files/proftpd.sh.in |
SVNWeb
|
Number of commits found: 5 |
Mon, 4 Jan 2010
|
[ 04:34 pgollucci ]
- Pull the pidfile path from a central location (the config file)
instead of hard coding it again in the rc.d script
PR: ports/141945
Submitted by: Danil <desruptorrogue@gmail.com>
|
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.
|
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.
|
Mon, 10 Oct 2005
|
[ 05:38 mharo ]
86623
mod_ifsession should be the last in modules list
Matus UHLAR - fantomas <uhlar@fantomas.sk>
85675
Add reload command to rc.d/proftpd.sh script
Patrick Gibson <patrick@retrix.com>
85616
Added mod_radius
Boris Kovalenko <boris@tagnet.ru>
|
Wed, 22 Jun 2005
|
[ 18:48 flz ]
- Use USE_RC_SUBR's true force.
- Use default do-install target.
- Install ftpdctl.
- Fix scoreboard issue.
- Move proftpd binary from ${PREFIX}/libexec/ to ${PREFIX}/sbin.
Approved by: mharo
|
Number of commits found: 5 |