aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-07 07:17:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-07 07:17:15 +0000
commitfc994f232c5b8e1968cadecdcfaf8f47886e829b (patch)
treeebe6d339f48f9e4e93301f02fc674b294c78e0a1 /etc
parent4f91e3efb26ad0075875b308eed12fc969bd5ff9 (diff)
Notes
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 a86e5540268a..b897d44714ca 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 a86e5540268a..b897d44714ca 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 a86e5540268a..b897d44714ca 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 a86e5540268a..b897d44714ca 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 ad643d7524a5..a21dfbecc2af 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