summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-05-30 17:17:08 +0100
committerStephen Beaver <sbeaver@netgate.com>2016-06-22 11:15:00 -0400
commitd1626706339d4445fa43d516e8721b7c27b5296e (patch)
treed7521aec2d8c6fff5b1e03ed5b3cd76fd5cf7010
parent2a68fcd3339e0c8f996088cfa663d29856174b43 (diff)
downloadpfsense-d1626706339d4445fa43d516e8721b7c27b5296e.zip
pfsense-d1626706339d4445fa43d516e8721b7c27b5296e.tar.gz
Fix NTP PPS. It had 'None' option available on 2.2.x.
(cherry picked from commit ceabd66d57f7199602d3a23cb8a60080bcfa67ea)
-rw-r--r--src/usr/local/www/services_ntpd_pps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_ntpd_pps.php b/src/usr/local/www/services_ntpd_pps.php
index 0f53e27..1868c2f 100644
--- a/src/usr/local/www/services_ntpd_pps.php
+++ b/src/usr/local/www/services_ntpd_pps.php
@@ -179,7 +179,7 @@ if (!empty($serialports)) {
'ppsport',
'Serial Port',
$pconfig['port'],
- $splist
+ ['' => gettext('None')] + $splist
))->setHelp('All serial ports are listed, be sure to pick the port with the PPS source attached. ');
}
OpenPOWER on IntegriCloud