aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/initdiskless
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/initdiskless')
-rw-r--r--etc/rc.d/initdiskless4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/initdiskless b/etc/rc.d/initdiskless
index a05b9bfebb48..3429d29c389b 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