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:
parent
fbf14a0ea1
commit
2617951697
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548495
@ -3,6 +3,7 @@
|
||||
PORTNAME= wsdd
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user