mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
ftp/wzdftpd: make the rc script service jails aware
Approved by: maintainer
This commit is contained in:
parent
fa0a3efe91
commit
305de2d99a
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= wzdftpd
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ name="wzdftpd"
|
|||
rcvar=wzdftpd_enable
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
required_files="%%PREFIX%%/etc/wzdftpd/wzd.cfg"
|
||||
: ${wzdftpd_svcj_options:="net_basic"}
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue