projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97eb3bf
)
lldpd: spell fixes
author
Paul Donald
<
[email protected]
>
Thu, 8 Feb 2024 14:59:27 +0000
(15:59 +0100)
committer
Robert Marko
<
[email protected]
>
Mon, 11 Mar 2024 08:58:20 +0000
(09:58 +0100)
Supplementary fix for PR #14193
Tested on 22.03.5
Signed-off-by: Paul Donald <
[email protected]
>
package/network/services/lldpd/files/lldpd.init
patch
|
blob
|
history
diff --git
a/package/network/services/lldpd/files/lldpd.init
b/package/network/services/lldpd/files/lldpd.init
index d4642238a3e278fb9fe11bc934b8b4ee20674887..c6d7b82c2c45d25729eb43d99556cb5e61ef3bd8 100644
(file)
--- a/
package/network/services/lldpd/files/lldpd.init
+++ b/
package/network/services/lldpd/files/lldpd.init
@@
-261,7
+261,7
@@
start_service() {
if [ "$CONFIG_LLDPD_WITH_FDP" == "y" ] && [ $enable_fdp -gt 0 ]; then
if [ $force_fdp -gt 0 ]; then
- # FDP enbled and forced
+ # FDP en
a
bled and forced
procd_append_param command '-ff'
else
# FDP enabled
@@
-281,10
+281,10
@@
start_service() {
if [ "$CONFIG_LLDPD_WITH_EDP" == "y" ] && [ $enable_edp -gt 0 ]; then
if [ $force_edp -gt 0 ]; then
- # EDP enbled and forced
+ # EDP en
a
bled and forced
procd_append_param command '-ee'
else
- # EDP enbled
+ # EDP en
a
bled
procd_append_param command '-e'
fi
fi