git: 81557eadf3b1 - main - net/py-wsdd: The line break in the start logging should be present
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Mar 2024 09:06:35 UTC
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/ports/commit/?id=81557eadf3b1acabaf463eb68b7b84ed60390648
commit 81557eadf3b1acabaf463eb68b7b84ed60390648
Author: Lars Herschke <lhersch@dssgmbh.de>
AuthorDate: 2024-03-07 09:03:43 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-03-07 09:03:43 +0000
net/py-wsdd: The line break in the start logging should be present
PR: 277160
Approved by: hiroo.ono+freebsd@gmail.com (maintainer)
MFH: 2024Q1
---
net/py-wsdd/files/patch-etc_rc.d_wsdd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/py-wsdd/files/patch-etc_rc.d_wsdd b/net/py-wsdd/files/patch-etc_rc.d_wsdd
index 00b7c8a2c278..642d5ff306fa 100644
--- a/net/py-wsdd/files/patch-etc_rc.d_wsdd
+++ b/net/py-wsdd/files/patch-etc_rc.d_wsdd
@@ -71,7 +71,7 @@
+
+wsdd_start()
+{
-+ echo -n "Starting ${name}."
++ echo "Starting ${name}."
+ /usr/sbin/daemon -u _wsdd -S -p ${pidfile} ${command} ${wsdd_opts}
+}
+