bsdconfig: Add `network' keyword

Configuring a FreeBSD laptop, my fingers kept wanting to type
`bsdconfig network' and I could not figure out why this was not working.
Took me a second to realize that the shortcut was `bsdconfig networking'
for where I wanted to go.

Reviewed by:	jhb
Approved by:	jhb
Differential Revision:	https://reviews.freebsd.org/D42242
This commit is contained in:
Devin Teske 2023-10-22 11:45:36 -07:00
parent e8f0357630
commit 608da65de9

View file

@ -1,5 +1,5 @@
# Copyright (c) 2012 Ron McDowell
# Copyright (c) 2012-2016 Devin Teske
# Copyright (c) 2012-2023 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -45,6 +45,7 @@ menu_help="Setup Networking interfaces, services, etc."
# can be i18n'ed but `command' is the name of a script.
#
menu_selection="networking|networking"
menu_selection="network|networking"
menu_selection="defaultrouter|defaultrouter"
menu_selection="hostname|hostname"
menu_selection="nameservers|nameservers"