Skip to content

Commit

Permalink
net/py-wsdd: The line break in the start logging should be present
Browse files Browse the repository at this point in the history
PR:		277160
Approved by:	hiroo.ono+freebsd@gmail.com (maintainer)
MFH:		2024Q1
  • Loading branch information
lherschi authored and DimitryAndric committed Mar 7, 2024
1 parent 4f1440d commit 81557ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/py-wsdd/files/patch-etc_rc.d_wsdd
Expand Up @@ -71,7 +71,7 @@
+
+wsdd_start()
+{
+ echo -n "Starting ${name}."
+ echo "Starting ${name}."
+ /usr/sbin/daemon -u _wsdd -S -p ${pidfile} ${command} ${wsdd_opts}
+}
+
Expand Down

0 comments on commit 81557ea

Please sign in to comment.