summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-06-06 14:21:37 -0400
committerjim-p <jimp@pfsense.org>2016-06-06 14:21:37 -0400
commit36990b1f61fd721cccdaa05be21e70a3e75426f8 (patch)
tree7a01658bcc4ae47149b5bf52f671352eaaf5120f
parentbcf850fa4e01a0fb7544a9e3e5719e5e85699d1f (diff)
downloadpfsense-36990b1f61fd721cccdaa05be21e70a3e75426f8.zip
pfsense-36990b1f61fd721cccdaa05be21e70a3e75426f8.tar.gz
This needs a newline
-rw-r--r--src/etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc
index 4f81d80..d88544b 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -1545,7 +1545,7 @@ function system_ntp_setup_gps($serialport) {
/* Add /etc/remote entry in case we need to read from the GPS with tip */
if (intval(`grep -c '^gps0' /etc/remote`) == 0) {
- @file_put_contents("/etc/remote", "gps0:dv={$serialport}:br#{$gpsbaud}:pa=none:", FILE_APPEND);
+ @file_put_contents("/etc/remote", "gps0:dv={$serialport}:br#{$gpsbaud}:pa=none:\n", FILE_APPEND);
}
conf_mount_ro();
OpenPOWER on IntegriCloud