From 2ee8edb81a1851ce6bab10dac383c36c67139917 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 11 Jan 2024 16:18:46 +0100 Subject: [PATCH] wsdd: Call it by its full name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weismüller --- src/initscripts/packages/wsdd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/initscripts/packages/wsdd b/src/initscripts/packages/wsdd index ed0174224c..68e8f3de00 100644 --- a/src/initscripts/packages/wsdd +++ b/src/initscripts/packages/wsdd @@ -52,12 +52,12 @@ case "$1" in # Create chroot directory for wsdd mkdir -p /var/run/wsdd - boot_mesg "Starting wsdd daemon..." + boot_mesg "Starting Web Service Discovery Host Daemon..." loadproc -b -p "${PIDFILE}" /usr/bin/wsdd "${ARGS[@]}" ;; stop) - boot_mesg "Stopping wsdd daemon..." + boot_mesg "Stopping Web Service Discovery Host Daemon..." killproc -p "${PIDFILE}" /usr/bin/wsdd ;; -- 2.39.5