Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131675346
D6676.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6676.diff
View Options
Index: head/ftp/pure-ftpd/Makefile
===================================================================
--- head/ftp/pure-ftpd/Makefile
+++ head/ftp/pure-ftpd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pure-ftpd
PORTVERSION= 1.0.42
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= ftp ipv6
MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/releases/ \
ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
Index: head/ftp/pure-ftpd/files/pure-ftpd.in
===================================================================
--- head/ftp/pure-ftpd/files/pure-ftpd.in
+++ head/ftp/pure-ftpd/files/pure-ftpd.in
@@ -11,6 +11,7 @@
# Add the following lines to /etc/rc.conf to enable pure-ftpd:
#
# pureftpd_enable="yes"
+# pureftpd_flags="<set as needed>"
#
# Add the following lines to /etc/rc.conf to enable pure-authd daemon:
#
@@ -48,7 +49,8 @@
pureftpd_upload_enable=${pureftpd_upload_enable:-"no"}
pureftpd_uploadscript=${pureftpd_uploadscript:-"/usr/bin/touch"}
# command_args
-command_args="${pureftpd_config} -g${pidfile}"
+flags="${pureftpd_config} -g${pidfile}"
+command_args="${pureftpd_flags}"
command_authd_args="-B -p ${pidfile_authd} -r ${pureftpd_authdscript} -s ${pureftpd_authsocket}"
command_upload_args="-B -p ${pidfile_uploadscript} -r ${pureftpd_uploadscript}"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 6:21 AM (19 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23565945
Default Alt Text
D6676.diff (1 KB)
Attached To
Mode
D6676: Make pure-ftpd flags configurable in /etc/rc.conf
Attached
Detach File
Event Timeline
Log In to Comment