]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
wsdd: Call it by its full name wsdd
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Jan 2024 15:18:46 +0000 (16:18 +0100)
committerDaniel Weismüller <daniel.weismueller@ipfire.org>
Thu, 11 Jan 2024 15:18:46 +0000 (16:18 +0100)
Signed-off-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
src/initscripts/packages/wsdd

index ed0174224c02cc93745d21498ce37d25ed0739fd..68e8f3de004349e13ab67d0cc7f39d65cc28e478 100644 (file)
@@ -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
                ;;