mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Remove extra ")".
This commit is contained in:
parent
0b32bab160
commit
d83edf4e44
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69076
@ -567,7 +567,7 @@ nodisks:
|
||||
dialog_clear_norefresh();
|
||||
}
|
||||
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n"
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n"
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
|
@ -567,7 +567,7 @@ nodisks:
|
||||
dialog_clear_norefresh();
|
||||
}
|
||||
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n"
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n"
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
|
@ -567,7 +567,7 @@ nodisks:
|
||||
dialog_clear_norefresh();
|
||||
}
|
||||
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n"
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n"
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user