aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2020-07-13 13:44:54 +0000
committerAllan Jude <allanjude@FreeBSD.org>2020-07-13 13:44:54 +0000
commitfb6b5cd01652eb35b54d6b81da827a4fecb2dece (patch)
tree71c393e0fb70ddf7469a7df0af3be41b77e6f9d0 /libexec
parentb2776a1809ee698ed459f551485c97cbb51c0665 (diff)
Notes
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/rc/rc.d/ipfw2
-rwxr-xr-xlibexec/rc/rc.d/mountlate2
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/ipfw b/libexec/rc/rc.d/ipfw
index df14b7eaa0d41..88c418481aac0 100755
--- a/libexec/rc/rc.d/ipfw
+++ b/libexec/rc/rc.d/ipfw
@@ -63,7 +63,7 @@ ipfw_start()
echo 'Firewall rules loaded.'
elif [ "`ipfw list 65535`" = "65535 deny ip from any to any" ]; then
echo 'Warning: kernel has firewall functionality, but' \
- ' firewall rules are not enabled.'
+ 'firewall rules are not enabled.'
echo ' All ip services are disabled.'
fi
diff --git a/libexec/rc/rc.d/mountlate b/libexec/rc/rc.d/mountlate
index f0384ad4dea25..0605fcc52a872 100755
--- a/libexec/rc/rc.d/mountlate
+++ b/libexec/rc/rc.d/mountlate
@@ -32,7 +32,7 @@ mountlate_start()
;;
*)
echo 'Mounting /etc/fstab filesystems failed,' \
- ' startup aborted'
+ 'startup aborted'
stop_boot true
;;
esac