Commit graph

10 commits

Author SHA1 Message Date
Alexander Leidinger
c751a45895 ftp/smbftpd: make the rc script service jails aware
PR:		279641
Approved by:	maintainer timeout (1 month)
2024-07-10 15:39:45 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Jung-uk Kim
d0dc1d02d7 Fix build with recent byacc on head after r363170.
PR:		247522
2020-07-14 01:56:48 +00:00
Doug Barton
9aac569eaa 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
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Beech Rintoul
6f0aa25a40 - Fix error in procname path
PR:		ports/125355
Submitted by:	Johnpupu <johnpupu@gmail.com>
Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2008-07-15 02:38:51 +00:00
Beech Rintoul
4056323dea - Update to 2.0
Added file(s):
- files/patch-Makefile
- files/smbftpd.sh.in

PR:		ports/124363
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2008-06-25 02:52:33 +00:00
Beech Rintoul
a928726e0e - Update to 0.9.7
- Bug fixes:
- Support PROT in SSL mode. Fixes:
- Filezilla, TurboFTP fail to connect in SSLv3 mode.
- Fix vulnerability caused by misuse of fprintf().

PR:		ports/117908
Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer),
		linimon (mentor)
Security:	http://www.vuxml.org/freebsd/b2571f88-a867-11dc-a6f0-00a0cce0781e.html
2007-12-13 03:11:02 +00:00
Pav Lucistnik
f0081a9d3c SmbFTPD is a FTP daemon modified from the FTP daemon of FreeBSD 5.4. esides
keep original FreeBSD ftpd features, it enhances the user permission control,
integrate configuration files, and more useful features.  SmbFTPD also support
SSL/TLS encryption.

WWW:	http://www.twbsd.org/enu/smbftpd/index.php

PR:		ports/92181
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
2006-01-23 19:37:26 +00:00