Skip to content

Commit

Permalink
Typos: keepalvied -> keepalived
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
  • Loading branch information
pqarmitage committed Jan 27, 2021
1 parent 2cdbcef commit 1de95a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Expand Up @@ -1905,7 +1905,7 @@
introduced a compile warning, although the code would have worked OK.
* When opening files for write, ensure they aren't symbolic links.
Issue #1048 identified that if, for example, a non privileged user
created a symbolic link from /etc/keepalvied.data to /etc/passwd,
created a symbolic link from /etc/keepalived.data to /etc/passwd,
writing to /etc/keepalived.data (which could be invoked via DBus)
would cause /etc/passwd to be overwritten.
This commit stops keepalived writing to pathnames where the ultimate
Expand Down Expand Up @@ -4087,7 +4087,7 @@
* First stage of run-time linking to libnl-3.
* Dynamic/static linking options of libnl/libnl-3, libip[46]tc and
libipset. libnl/libnl-3, libip[46]tc and libipset can all be dynamically
linked at run-time, and if they are not available, keepalvied will use
linked at run-time, and if they are not available, keepalived will use
the alternative code which is used when the libraries cannot be linked
a build time.
This means that a single executable keepalived can be created that will
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Expand Up @@ -211,7 +211,7 @@ To update the keepalived source code, put a new tarball in the image
directory (the Dockerfile may need updating with a new version).

Useful docker commands are:
docker logs keepalvied 2>&1 | less # view system logs of container
docker logs keepalived 2>&1 | less # view system logs of container
docker exec -it keepalived bash # execute shell in container
docker rm -f keepalived # Remove the container

Expand Down
2 changes: 1 addition & 1 deletion keepalived/dbus/org.keepalived.Vrrp1.Vrrp.xml_template
Expand Up @@ -36,7 +36,7 @@
<!--
ReloadConfig:

Signals keepalvied process to reload its configuration
Signals keepalived process to reload its configuration
-->
<method name='ReloadConfig'>
</method>
Expand Down

0 comments on commit 1de95a0

Please sign in to comment.