projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f14a5
)
uradvd: provide warning upon disabled configuration
author
Jan-Niklas Burfeind
<
[email protected]
>
Sat, 23 Aug 2025 15:46:18 +0000
(17:46 +0200)
committer
Josef Schlehofer
<
[email protected]
>
Sun, 24 Aug 2025 00:19:22 +0000
(
03:19
+0300)
which grants clarity and better traceability.
Signed-off-by: Jan-Niklas Burfeind <
[email protected]
>
net/uradvd/files/uradvd.init
patch
|
blob
|
history
diff --git
a/net/uradvd/files/uradvd.init
b/net/uradvd/files/uradvd.init
index 81a6b1e5927e215ab320e42dc7cc9c90a365069a..379c45930fdb1cd2ab9350f839d9bda7c2694124 100755
(executable)
--- a/
net/uradvd/files/uradvd.init
+++ b/
net/uradvd/files/uradvd.init
@@
-31,6
+31,7
@@
start_instance() {
config_get min_router_adv_interval $cfg 'min_router_adv_interval'
if [ "$enabled" != "1" ]; then
+ echo "Disabled in /etc/config/uradvd" >&2
exit 0
fi