summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/var
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/var')
-rw-r--r--etc/rc.d/var6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/var b/etc/rc.d/var
index cef6e8a..647e3b7 100644
--- a/etc/rc.d/var
+++ b/etc/rc.d/var
@@ -55,8 +55,8 @@ mount_md()
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/rc.subr ]; then
- . /etc/rc.subr
- load_rc_config $name
+ . /etc/rc.subr
+ load_rc_config $name
elif [ -r /etc/defaults/rc.conf ]; then
. /etc/defaults/rc.conf
source_rc_confs
@@ -108,7 +108,7 @@ if [ ! -L /tmp ]; then
chmod 01777 /tmp
fi
-if sysctl vfs.devfs.generation > /dev/null 2>&1 ; then
+if sysctl vfs.devfs.generation > /dev/null 2>&1; then
# we have DEVFS, no worries...
true
else
OpenPOWER on IntegriCloud