summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-07 07:17:15 +0000
committerobrien <obrien@FreeBSD.org>2002-03-07 07:17:15 +0000
commitb5d91caf1c221fd725f5fb8a023e621ec2932b80 (patch)
treeebe6d339f48f9e4e93301f02fc674b294c78e0a1 /etc
parent33d439a7d096b26d327bb8bdd2b77665f7639655 (diff)
downloadFreeBSD-src-b5d91caf1c221fd725f5fb8a023e621ec2932b80.zip
FreeBSD-src-b5d91caf1c221fd725f5fb8a023e621ec2932b80.tar.gz
fix backwards spelling
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/diskless2
-rw-r--r--etc/rc.d/resolv2
-rw-r--r--etc/rc.d/tmp2
-rw-r--r--etc/rc.d/var2
-rw-r--r--etc/rc.diskless22
5 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.d/diskless b/etc/rc.d/diskless
index a86e554..b897d44 100644
--- a/etc/rc.d/diskless
+++ b/etc/rc.d/diskless
@@ -75,7 +75,7 @@ fi
echo "+++ create lastlog"
/usr/bin/touch /var/log/lastlog
-if
+mount -a # chown and chgrp are in /usr
# Since we are starting with a very fresh /etc on an MFS:
if [ -d /conf/default/etc ]; then
diff --git a/etc/rc.d/resolv b/etc/rc.d/resolv
index a86e554..b897d44 100644
--- a/etc/rc.d/resolv
+++ b/etc/rc.d/resolv
@@ -75,7 +75,7 @@ fi
echo "+++ create lastlog"
/usr/bin/touch /var/log/lastlog
-if
+mount -a # chown and chgrp are in /usr
# Since we are starting with a very fresh /etc on an MFS:
if [ -d /conf/default/etc ]; then
diff --git a/etc/rc.d/tmp b/etc/rc.d/tmp
index a86e554..b897d44 100644
--- a/etc/rc.d/tmp
+++ b/etc/rc.d/tmp
@@ -75,7 +75,7 @@ fi
echo "+++ create lastlog"
/usr/bin/touch /var/log/lastlog
-if
+mount -a # chown and chgrp are in /usr
# Since we are starting with a very fresh /etc on an MFS:
if [ -d /conf/default/etc ]; then
diff --git a/etc/rc.d/var b/etc/rc.d/var
index a86e554..b897d44 100644
--- a/etc/rc.d/var
+++ b/etc/rc.d/var
@@ -75,7 +75,7 @@ fi
echo "+++ create lastlog"
/usr/bin/touch /var/log/lastlog
-if
+mount -a # chown and chgrp are in /usr
# Since we are starting with a very fresh /etc on an MFS:
if [ -d /conf/default/etc ]; then
diff --git a/etc/rc.diskless2 b/etc/rc.diskless2
index ad643d7..a21dfbe 100644
--- a/etc/rc.diskless2
+++ b/etc/rc.diskless2
@@ -75,7 +75,7 @@ mount -a # chown and chgrp are in /usr
# Since we are starting with a very fresh /etc on an MFS:
if [ -d /conf/default/etc ]; then
newaliases
-if
+fi
#
# XXX make sure to create one dir for each printer as requested by lpd
OpenPOWER on IntegriCloud