From: Ian Jackson Date: Thu, 9 Apr 2026 21:44:25 +0000 (+0100) Subject: init script: Remove a useless commented out line X-Git-Tag: v0.6.9~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=80d8ee2fd5f64404dcd3c6eade8e818172001be0;p=secnet.git init script: Remove a useless commented out line This was presumably part of an ancient template. Signed-off-by: Ian Jackson --- 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 ;;