summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-10-13 08:18:05 +0000
committerdougb <dougb@FreeBSD.org>2003-10-13 08:18:05 +0000
commitb68b14f3787731d9649bfae60b47572ce367c6a0 (patch)
tree92ee76509fc1c357bc24faedeeb481c917a92ecf /etc/rc.d
parent9da9583b7fe94bf2e7812dc8c5c4e622e0d0ae5f (diff)
downloadFreeBSD-src-b68b14f3787731d9649bfae60b47572ce367c6a0.zip
FreeBSD-src-b68b14f3787731d9649bfae60b47572ce367c6a0.tar.gz
Update references to rc.diskless[12]
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/diskless2
-rw-r--r--etc/rc.d/initdiskless4
-rw-r--r--etc/rc.d/resolv2
-rw-r--r--etc/rc.d/tmp2
-rw-r--r--etc/rc.d/var2
5 files changed, 6 insertions, 6 deletions
diff --git a/etc/rc.d/diskless b/etc/rc.d/diskless
index f244c8f..6e4bcc6 100644
--- a/etc/rc.d/diskless
+++ b/etc/rc.d/diskless
@@ -133,7 +133,7 @@ if sysctl vfs.devfs.generation > /dev/null 2>&1 ; then
true
elif (/bin/mkdir /dev/.diskless 2> /dev/null); then
# if /dev is writable assume it has already been populated
- # via rc.diskless1
+ # via /etc/rc.d/initdiskless
#
rmdir /dev/.diskless
else
diff --git a/etc/rc.d/initdiskless b/etc/rc.d/initdiskless
index a05b9bf..3429d29 100644
--- a/etc/rc.d/initdiskless
+++ b/etc/rc.d/initdiskless
@@ -75,8 +75,8 @@
# /conf/default/etc/{rc.conf,rc.local,fstab}. Your fstab should be sure
# to mount a /usr... typically an NFS readonly /usr.
#
-# NOTE! rc.diskless2 will create /var, /tmp, and /dev. Those filesystems
-# should not be specified in /conf. At least not yet.
+# NOTE! /etc/rc.d/diskless will create /var, /tmp, and /dev.
+# Those filesystems should not be specified in /conf. At least not yet.
dlv=`/sbin/sysctl -n vfs.nfs.diskless_valid 2> /dev/null`
[ ${dlv:=0} -eq 0 ] && exit 0
diff --git a/etc/rc.d/resolv b/etc/rc.d/resolv
index f244c8f..6e4bcc6 100644
--- a/etc/rc.d/resolv
+++ b/etc/rc.d/resolv
@@ -133,7 +133,7 @@ if sysctl vfs.devfs.generation > /dev/null 2>&1 ; then
true
elif (/bin/mkdir /dev/.diskless 2> /dev/null); then
# if /dev is writable assume it has already been populated
- # via rc.diskless1
+ # via /etc/rc.d/initdiskless
#
rmdir /dev/.diskless
else
diff --git a/etc/rc.d/tmp b/etc/rc.d/tmp
index f244c8f..6e4bcc6 100644
--- a/etc/rc.d/tmp
+++ b/etc/rc.d/tmp
@@ -133,7 +133,7 @@ if sysctl vfs.devfs.generation > /dev/null 2>&1 ; then
true
elif (/bin/mkdir /dev/.diskless 2> /dev/null); then
# if /dev is writable assume it has already been populated
- # via rc.diskless1
+ # via /etc/rc.d/initdiskless
#
rmdir /dev/.diskless
else
diff --git a/etc/rc.d/var b/etc/rc.d/var
index f244c8f..6e4bcc6 100644
--- a/etc/rc.d/var
+++ b/etc/rc.d/var
@@ -133,7 +133,7 @@ if sysctl vfs.devfs.generation > /dev/null 2>&1 ; then
true
elif (/bin/mkdir /dev/.diskless 2> /dev/null); then
# if /dev is writable assume it has already been populated
- # via rc.diskless1
+ # via /etc/rc.d/initdiskless
#
rmdir /dev/.diskless
else
OpenPOWER on IntegriCloud