Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 09:08:41 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: ea78261303e2 - 2024Q1 - net/py-wsdd: The line break in the start logging should be present
Message-ID:  <202403070908.42798ffu017227@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 +}
 +



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403070908.42798ffu017227>