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
5f2014cc
Commit
5f2014cc
authored
Mar 20, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync master
parent
93907b65
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 @
5f2014cc
...
...
@@ -1380,7 +1380,7 @@ function system_ntp_configure($start_ntpd = true)
$config
[
'ntpd'
]
=
array
();
$ntpcfg
=
"#
\n
"
;
$ntpcfg
.=
"#
pfS
ense ntp configuration file
\n
"
;
$ntpcfg
.=
"#
OPNs
ense ntp configuration file
\n
"
;
$ntpcfg
.=
"#
\n\n
"
;
$ntpcfg
.=
"tinker panic 0
\n
"
;
...
...
@@ -1434,7 +1434,7 @@ function system_ntp_configure($start_ntpd = true)
/* End PPS configuration */
/* Add GPS configuration */
if
(
!
empty
(
$config
[
'ntpd'
][
'gps'
]
)
if
(
!
empty
(
$config
[
'ntpd'
][
'gps'
]
&&
!
empty
(
$config
[
'ntpd'
][
'gps'
][
'port'
])
)
&&
file_exists
(
'/dev/'
.
$config
[
'ntpd'
][
'gps'
][
'port'
])
&&
system_ntp_setup_gps
(
$config
[
'ntpd'
][
'gps'
][
'port'
]))
{
$ntpcfg
.=
"
\n
"
;
...
...
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