From: Michael Tremer Date: Thu, 11 Jan 2024 15:18:46 +0000 (+0100) Subject: wsdd: Call it by its full name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fwsdd;p=people%2Fms%2Fipfire-2.x.git wsdd: Call it by its full name Signed-off-by: Daniel Weismüller --- 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 ;;