From 80d8ee2fd5f64404dcd3c6eade8e818172001be0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 9 Apr 2026 22:44:25 +0100 Subject: [PATCH] init script: Remove a useless commented out line This was presumably part of an ancient template. Signed-off-by: Ian Jackson --- debian/init | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/init b/debian/init index dc3ee70..a82f127 100644 --- a/debian/init +++ b/debian/init @@ -73,7 +73,6 @@ case "$1" in ;; *) N=/etc/init.d/$NAME - # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2 echo "Usage: $N {start|stop|restart|force-reload}" >&2 exit 1 ;; -- 2.30.2