Skip to content
GitLab
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
83d89a17
Commit
83d89a17
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: process
parent
ac9fd4a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/d2/images/add_state_model.svg
View file @
83d89a17
...
...
@@ -35,7 +35,7 @@
<g>
<rect
fill=
"#cbcbcb"
stroke=
"none"
stroke-opacity=
"1"
x=
"233"
y=
"735"
width=
"151"
height=
"22"
rx=
"10"
/>
<rect
fill=
"#ffffc0"
stroke=
"black"
stroke-opacity=
"1"
x=
"229"
y=
"731"
width=
"151"
height=
"22"
rx=
"10"
/>
<text
font-family=
"Helvetica"
font-size=
"11"
fill=
"#000000"
xml:space=
"preserve"
font-weight=
"bold"
text-anchor=
"middle"
x=
"305"
y=
"747"
>
PROCESS
S
_ADD_OK_ST
</text>
<text
font-family=
"Helvetica"
font-size=
"11"
fill=
"#000000"
xml:space=
"preserve"
font-weight=
"bold"
text-anchor=
"middle"
x=
"305"
y=
"747"
>
PROCESS_ADD_OK_ST
</text>
</g>
<g>
<ellipse
fill=
"white"
stroke=
"black"
stroke-width=
"1"
stroke-opacity=
"1"
cx=
"743"
cy=
"746"
rx=
"11.5"
ry=
"11.5"
/>
...
...
src/lib/testutils/dhcp_test_lib.sh.in
View file @
83d89a17
...
...
@@ -291,7 +291,7 @@ cleanup() {
get_pid ${proc_name}
# Shut down running Kea process.
if [ ${_GET_PIDS_NUM} -ne 0 ]; then
printf "Shutting down Kea proc
c
ess having pid %d.\n" ${_GET_PID}
printf "Shutting down Kea process having pid %d.\n" ${_GET_PID}
kill -9 ${_GET_PID}
fi
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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