diff options
| author | Michael Biebl <biebl@debian.org> | 2025-02-12 13:46:50 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-02-12 13:46:50 +0100 |
| commit | 8bdf070ff046f482f6eb5e2b15ebc216f5d1e3da (patch) | |
| tree | f706478d189d54c6532e8863d4b0d5ff5575af60 /man/NetworkManager-dispatcher.xml | |
| parent | 818258cf34b83fbc754633295e1052d4752d7b15 (diff) | |
New upstream version 1.51.90 upstream/1.51.90
Diffstat (limited to 'man/NetworkManager-dispatcher.xml')
| -rw-r--r-- | man/NetworkManager-dispatcher.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/NetworkManager-dispatcher.xml b/man/NetworkManager-dispatcher.xml index 807e5c4c..8c1e2d34 100644 --- a/man/NetworkManager-dispatcher.xml +++ b/man/NetworkManager-dispatcher.xml @@ -50,9 +50,10 @@ NetworkManager-dispatcher will execute scripts in the <filename>/{etc,usr/lib}/NetworkManager/dispatcher.d</filename> directory or subdirectories in - alphabetical order in response to network events. Each script should - be a regular executable file owned by root. Furthermore, it must not be - writable by group or other, and not setuid. + alphabetical order in response to network events. Files in <filename>/etc</filename> + take precedence over identically-named files in <filename>/usr/lib</filename>. + Each script should be a regular executable file owned by root. Furthermore, it must + not be writable by group or other, and not setuid. </para> <para> Each script receives two arguments, the first being the interface name of the |