]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3422] Improved comments in the keacntrl.in.
authorMarcin Siodelski <marcin@isc.org>
Mon, 9 Jun 2014 17:36:49 +0000 (19:36 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 9 Jun 2014 17:36:49 +0000 (19:36 +0200)
src/bin/keactrl/keactrl.in

index a22b32a325dbbcd1ddfca3ed387c29b4f94db9ef..146659dd0b951d526cc575be803c1b342789cb26 100644 (file)
@@ -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."