diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-10-30 11:21:41 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-10-30 11:21:41 +0100 |
commit | a9eedd3cf7ded2789c70a00432e797c4e6eb8a64 (patch) | |
tree | a4ff7e1494f6ff1834c3084440bb17f36a23d8a2 /network | |
parent | ee50dada498a0f73c5c4295ca300db08e26e7911 (diff) | |
download | systemd-a9eedd3cf7ded2789c70a00432e797c4e6eb8a64.tar.gz |
network: install wifi-adhoc.network by default, make wifi-{ap,station} examples
I think 80-wifi-adhoc.network is safe enough, since it just enables
the link-local addressing. But the other two enable DHCP in client
or server modes, and we should not do this by default.
Diffstat (limited to 'network')
-rw-r--r-- | network/80-wifi-ap.network.example (renamed from network/80-wifi-ap.network) | 0 | ||||
-rw-r--r-- | network/80-wifi-station.network.example (renamed from network/80-wifi-station.network) | 0 | ||||
-rw-r--r-- | network/meson.build | 3 |
3 files changed, 3 insertions, 0 deletions
diff --git a/network/80-wifi-ap.network b/network/80-wifi-ap.network.example index 6644c7e765..6644c7e765 100644 --- a/network/80-wifi-ap.network +++ b/network/80-wifi-ap.network.example diff --git a/network/80-wifi-station.network b/network/80-wifi-station.network.example index 9268eb68dd..9268eb68dd 100644 --- a/network/80-wifi-station.network +++ b/network/80-wifi-station.network.example diff --git a/network/meson.build b/network/meson.build index 59d4be1a17..544dcf4387 100644 --- a/network/meson.build +++ b/network/meson.build @@ -4,6 +4,9 @@ if conf.get('ENABLE_NETWORKD') == 1 install_data('80-container-host0.network', '80-container-ve.network', '80-container-vz.network', + '80-wifi-adhoc.network', + '80-wifi-ap.network.example', + '80-wifi-station.network.example', install_dir : networkdir) meson.add_install_script('sh', '-c', |