diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:02:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:02:34 +0000 |
commit | fadeddfbb2aa38a980dd959b5ec1ffba7afd43cb (patch) | |
tree | a7bde6111c84ea64619656a38fba50909fa0bf60 /osx/resources/conclusion.html | |
parent | Initial commit. (diff) | |
download | lldpd-fadeddfbb2aa38a980dd959b5ec1ffba7afd43cb.tar.xz lldpd-fadeddfbb2aa38a980dd959b5ec1ffba7afd43cb.zip |
Adding upstream version 1.0.18.upstream/1.0.18upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | osx/resources/conclusion.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/osx/resources/conclusion.html b/osx/resources/conclusion.html new file mode 100644 index 0000000..7dc33b5 --- /dev/null +++ b/osx/resources/conclusion.html @@ -0,0 +1,25 @@ +<html> + <body style="font-family: Gill Sans, sans-serif"> + <h1>Installation of <i>lldpd</i> is successful!</h1> + + <p> + <code>lldpd</code> should already be running. You can check if + it discovered any neighbor by using <code>lldpctl</code> + command-line tool. + </p> + + <p> + For more information, have a look at the following manual pages: + <ul> + <li><code>lldpd(8)</code></li> + <li><code>lldpcli(8)</code></li> + </ul> + <p> + + <p> + If you want to modify the way <code>lldpd</code> is invoked, you + have to + modify <code>/Library/LaunchDaemons/im.bernat.lldpd.plist</code>. + </p> + </body> +</html> |