Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
9a599d5c
Commit
9a599d5c
authored
Dec 16, 2015
by
Marcin Siodelski
Browse files
[4224] Addressed review comments.
Minor updates to the commentary for get_pid function.
parent
52bb079a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/testutils/dhcp_test_lib.sh.in
View file @
9a599d5c
...
...
@@ -170,8 +170,8 @@ set_logger() {
export KEA_LOGGER_DESTINATION=${LOG_FILE}
}
# PID file path is by default var/kea, but can be
overriden by the
# environmental variable.
# PID file path is by default
<kea-install-dir>/
var/kea, but can be
#
overriden by the
environmental variable.
PID_FILE_PATH=@localstatedir@/@PACKAGE@/
if [ ! -z ${KEA_PIDFILE_DIR} ]; then
PID_FILE_PATH="${KEA_PIDFILE_DIR}"
...
...
@@ -182,7 +182,7 @@ fi
# This function uses PID file to obtain the PID and then calls
# 'kill -0 <pid>' to check if the process is alive.
# The PID files are expected to be located in the ${PID_FILE_PATH},
# and their names
are
should
follow
the follwing pattern:
# and their names should
match
the follwing pattern:
# <cfg_file_name>.<proc_name>.pid. If the <cfg_file_name> is not
# specified a 'test_config' is used by default.
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment