1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

net/py-wsdd: Fix rc script

PR:		249125
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
This commit is contained in:
Danilo G. Baio 2020-09-13 17:48:05 +00:00
parent fbf14a0ea1
commit 2617951697
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548495
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= wsdd
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -47,7 +47,7 @@
-if [ -n "$wsdd_group" ]; then
- wsdd_opts="-w ${wsdd_group}"
+wsdd_opts=""
+if [ -n "${wsdd_suppflags}" ]; then
+if [ -n "${wsdd_flags}" ]; then
+ wsdd_opts="${wsdd_flags}"
fi
+if [ -n "$wsdd_domain" ]; then