git: 608da65de955 - main - bsdconfig: Add `network' keyword
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Oct 2023 18:49:55 UTC
The branch main has been updated by dteske: URL: https://cgit.FreeBSD.org/src/commit/?id=608da65de9552d5678c1000776ed69da04a45983 commit 608da65de9552d5678c1000776ed69da04a45983 Author: Devin Teske <dteske@FreeBSD.org> AuthorDate: 2023-10-22 18:45:36 +0000 Commit: Devin Teske <dteske@FreeBSD.org> CommitDate: 2023-10-22 18:45:36 +0000 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 --- usr.sbin/bsdconfig/networking/INDEX | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/bsdconfig/networking/INDEX b/usr.sbin/bsdconfig/networking/INDEX index fc4e6793aa5d..0b80c163e1fd 100644 --- a/usr.sbin/bsdconfig/networking/INDEX +++ b/usr.sbin/bsdconfig/networking/INDEX @@ -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"