diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-01-25 11:24:41 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-01-25 11:24:41 +0100 |
| commit | bbae86d3d2997a853ca0365e8eb7a3ca7489ee09 (patch) | |
| tree | 1f7fa49b47ab13aea3effbe839559d221f6323b4 /examples/dispatcher | |
| parent | 404ebe62622150e77e311777dff8617eb974e834 (diff) | |
New upstream version 1.15.2
Diffstat (limited to 'examples/dispatcher')
| -rwxr-xr-x | examples/dispatcher/70-wifi-wired-exclusive.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/dispatcher/70-wifi-wired-exclusive.sh b/examples/dispatcher/70-wifi-wired-exclusive.sh index 676695f4..fac18b59 100755 --- a/examples/dispatcher/70-wifi-wired-exclusive.sh +++ b/examples/dispatcher/70-wifi-wired-exclusive.sh @@ -1,8 +1,8 @@ #!/bin/bash -# This dispatcher script makes WiFi mutually exclusive with +# This dispatcher script makes Wi-Fi mutually exclusive with # wired networking. When a wired interface is connected, -# WiFi will be set to airplane mode (rfkilled). When the wired -# interface is disconnected, WiFi will be turned back on. +# Wi-Fi will be set to airplane mode (rfkilled). When the wired +# interface is disconnected, Wi-Fi will be turned back on. # # Copyright 2012 Johannes Buchner <buchner.johannes@gmx.at> # Copyright 2012 - 2014 Red Hat, Inc. |