aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-07-08 16:05:11 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-07-08 21:03:31 +0200
commit6bf8cd5fac77aa5db804c3180777d495b5d2ed26 (patch)
treed4103c94dd6428613d09089af7c7f0fa7f3c1477 /doc
parent623fd707c4e9340af35ad11ad09e3a87413423f6 (diff)
lease-script: implement script order
The order may be important: `collect-wireless-mac` can add a dns name in notification, thus `dhcp-to-dns` should run first.
Diffstat (limited to 'doc')
-rw-r--r--doc/lease-script.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/lease-script.md b/doc/lease-script.md
index 55c5430..3d8a29b 100644
--- a/doc/lease-script.md
+++ b/doc/lease-script.md
@@ -17,10 +17,6 @@ it does:
* run [dhcp-to-dns](dhcp-to-dns.md)
* run [hotspot-to-wpa](hotspot-to-wpa.md)
-Note that installation order influences execution order. You may want to
-install `dhcp-to-dns` before `collect-wireless-mac` for dns name in
-notification.
-
Requirements and installation
-----------------------------