Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
15c1e714
Commit
15c1e714
authored
Jan 23, 2017
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system: be pedantic about output
parent
ed2ded1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
system.inc
src/etc/inc/system.inc
+2
-2
No files found.
src/etc/inc/system.inc
View file @
15c1e714
...
...
@@ -1715,7 +1715,7 @@ function system_login_configure($verbose = false)
$new_boot_config
[
'comconsole_speed'
]
=
null
;
$new_boot_config
[
'boot_multicons'
]
=
null
;
$new_boot_config
[
'boot_serial'
]
=
null
;
$new_boot_config
[
'kern.vty'
]
=
'
vt
'
;
$new_boot_config
[
'kern.vty'
]
=
'
"vt"
'
;
$new_boot_config
[
'console'
]
=
null
;
$console_types
=
system_console_types
();
...
...
@@ -1752,7 +1752,7 @@ function system_login_configure($verbose = false)
}
if
(
empty
(
$config
[
'system'
][
'usevirtualterminal'
]))
{
$new_boot_config
[
'kern.vty'
]
=
'
sc
'
;
$new_boot_config
[
'kern.vty'
]
=
'
"sc"
'
;
}
/* reload static values from rc.loader.d */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment