git: ea78261303e2 - 2024Q1 - 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:08:41 UTC
The branch 2024Q1 has been updated by dim: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea78261303e2d0f51fb17aa0bcc5b3481869d962 commit ea78261303e2d0f51fb17aa0bcc5b3481869d962 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:08:30 +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 (cherry picked from commit 81557eadf3b1acabaf463eb68b7b84ed60390648) --- 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} +} +