mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
ftp/smbftpd: make the rc script service jails aware
PR: 279641 Approved by: maintainer timeout (1 month)
This commit is contained in:
parent
69c8b49c80
commit
c751a45895
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= smbftpd
|
PORTNAME= smbftpd
|
||||||
PORTVERSION= 2.4
|
PORTVERSION= 2.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= ftp
|
CATEGORIES= ftp
|
||||||
MASTER_SITES= SF/${PORTNAME}/SmbFTPD/${PORTVERSION} \
|
MASTER_SITES= SF/${PORTNAME}/SmbFTPD/${PORTVERSION} \
|
||||||
http://www.twbsd.org/download/download.php?file=smbftpd/
|
http://www.twbsd.org/download/download.php?file=smbftpd/
|
||||||
|
|
|
@ -23,6 +23,7 @@ pidfile=/var/run/smbftpd.pid
|
||||||
procname=%%PREFIX%%/sbin/smbftpd
|
procname=%%PREFIX%%/sbin/smbftpd
|
||||||
|
|
||||||
smbftpd_enable=${smbftpd_enable:-"NO"}
|
smbftpd_enable=${smbftpd_enable:-"NO"}
|
||||||
|
: ${smbftpd_svcj_options:="net_basic"}
|
||||||
command_args="-D -s ${smbftpd_config}"
|
command_args="-D -s ${smbftpd_config}"
|
||||||
|
|
||||||
run_rc_command "$1"
|
run_rc_command "$1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue