Muhammad Herdiansyah 3f3adb3fb0 Rename all netctl instances to netcon
See that people don't report any issues post-fork to the Arch people.
2024-06-21 07:52:23 +07:00
2023-05-06 14:04:57 +02:00
2024-06-21 07:52:23 +07:00
2012-03-19 17:38:58 +01:00
2018-08-04 18:38:09 +02:00
2014-03-04 12:32:23 +01:00
2013-08-06 10:38:08 +02:00
2024-06-21 07:52:23 +07:00
2023-10-08 16:24:09 +02:00
2024-06-21 07:52:23 +07:00

netcon is a fork of the netctl program made originally by Arch Linux.

It's still in pre-alpha state, so not usable for daily use. Git repo might be
force-pushed until this message is removed.

Dependencies:
- Bash 4.x
- GNU Coreutils
- iproute2
- resolvconf
- dinit (optional)

Optional:
- dhcpcd or dhclient: for DHCP support
- wpa_supplicant: for WPA support
- dialog: for the interactive assistant
- ifplugd: for automatic wired connections
- ppp: for PPP support
- wireguard-tools: for WireGuard support

For documentation generation:
- asciidoc

Naming Conventions for Variables:
end-user variables - CamelCase
local variables    - lower_case
other variables    - UPPER_CASE
Description
No description provided
Readme 2 MiB
Languages
Shell 97%
Makefile 3%