mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
kern.osreldate is an integer, not a string
PR: 217501 Submitted by: Yavuz Tanriverdi <stemix@gmail.com> MFC after: 1 week
This commit is contained in:
parent
8dc710184a
commit
ed007b78d7
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ String and integer values can be set using
|
|||
.It "kern.filedelay integer yes"
|
||||
.It "kern.dirdelay integer yes"
|
||||
.It "kern.metadelay integer yes"
|
||||
.It "kern.osreldate string no"
|
||||
.It "kern.osreldate integer no"
|
||||
.It "kern.bootfile string yes"
|
||||
.It "kern.corefile string yes"
|
||||
.It "kern.logsigexit integer yes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue