From f46c6c807308e3971412eecb391597d71b2d90b5 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Mon, 24 Mar 2014 17:32:40 +0100 Subject: [PATCH] comment dead code in init script --- conf/init-script | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/conf/init-script b/conf/init-script index 2d9833d..6e9157f 100644 --- a/conf/init-script +++ b/conf/init-script @@ -98,19 +98,19 @@ do_stop() return "$RETVAL" } -# -# Function that sends a SIGHUP to the daemon/service -# -do_reload() { - # - # If the daemon can reload its configuration without - # restarting (for example, when it is sent a SIGHUP), - # then implement that here. - # - start-stop-daemon --stop --signal 1 --quiet --pidfile $PIDFILE \ - --name $NAME - return 0 -} +# # +# # Function that sends a SIGHUP to the daemon/service +# # +# do_reload() { +# # +# # If the daemon can reload its configuration without +# # restarting (for example, when it is sent a SIGHUP), +# # then implement that here. +# # +# start-stop-daemon --stop --signal 1 --quiet --pidfile $PIDFILE \ +# --name $NAME +# return 0 +# } case "$1" in start)