From: Marcin Siodelski Date: Mon, 9 Jun 2014 17:36:49 +0000 (+0200) Subject: [3422] Improved comments in the keacntrl.in. X-Git-Tag: trac3434_base~6^2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=594420ad542e5f247c32e3bc16a32a8380583e07;p=thirdparty%2Fkea.git [3422] Improved comments in the keacntrl.in. --- diff --git a/src/bin/keactrl/keactrl.in b/src/bin/keactrl/keactrl.in index a22b32a325..146659dd0b 100644 --- a/src/bin/keactrl/keactrl.in +++ b/src/bin/keactrl/keactrl.in @@ -35,6 +35,8 @@ log_info() { printf "INFO/keactrl: ${1}\n" } +### Functions managing Kea processes ### + # Returns a list of existing PIDs and a number of PIDs for the process # having a name specified as an argument to the function. get_pids() { @@ -99,6 +101,8 @@ as another instance is already running." fi } +### Script starts here ### + command= if [ $# -ne 1 ]; then log_error "No command specified. Use: start, stop, commit."