Bug 210311 - [PATCH] Make pure-ftpd flags configurable in /etc/rc.conf
Summary: [PATCH] Make pure-ftpd flags configurable in /etc/rc.conf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL: https://reviews.freebsd.org/D6676
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-06-15 19:40 UTC by Alan Somers
Modified: 2016-07-15 22:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Somers freebsd_committer freebsd_triage 2016-06-15 19:40:53 UTC
Recognize a "pureftpd_flags" variable in pure-ftpd's rc script. Pretty much
anything that can be placed in /usr/local/etc/pure-ftpd.conf can be placed in
this variable instead.

ftp/pure-ftpd/Makefile
Bump PORTREVISION

ftp/pure-ftpd/files/pure-ftpd.in
Handle pureftpd_flags. It needs special handling because, unlike most
daemons, pure-config.pl takes its mandatory argument first and its
optional flags last.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-15 22:51:46 UTC
A commit references this bug:

Author: asomers
Date: Fri Jul 15 22:51:13 UTC 2016
New revision: 418610
URL: https://svnweb.freebsd.org/changeset/ports/418610

Log:
  Make pure-ftpd flags configurable in /etc/rc.conf

  Recognize a "pureftpd_flags" variable in pure-ftpd's rc script. Pretty much
  anything that can be placed in /usr/local/etc/pure-ftpd.conf can be placed
  in this variable instead.

  ftp/pure-ftpd/Makefile
  	Bump PORTREVISION

  ftp/pure-ftpd/files/pure-ftpd.in
  	Handle pureftpd_flags. It needs special handling because, unlike
  	most daemons, pure-config.pl takes its mandatory argument first and
  	its optional flags last.

  PR:		210311
  Approved by:	maintainer-timeout
  Approved by:	brd (ports)
  Sponsored by:	Spectra Logic Corp
  Differential Revision:	https://reviews.freebsd.org/D6676

Changes:
  head/ftp/pure-ftpd/Makefile
  head/ftp/pure-ftpd/files/pure-ftpd.in