summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/mountcritlocal
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2002-09-06 16:18:05 +0000
committergordon <gordon@FreeBSD.org>2002-09-06 16:18:05 +0000
commita7f04bb2b79fce3619508825b96c5564b044a9cf (patch)
tree5bf37a1aebd8c46b4ce8523e594efce97ad8ee38 /etc/rc.d/mountcritlocal
parent390d72be15b0b886ecec8a4ce9879fadaa97f9a9 (diff)
downloadFreeBSD-src-a7f04bb2b79fce3619508825b96c5564b044a9cf.zip
FreeBSD-src-a7f04bb2b79fce3619508825b96c5564b044a9cf.tar.gz
Convert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves a shell invocation on
OS-dependent case switches.
Diffstat (limited to 'etc/rc.d/mountcritlocal')
-rwxr-xr-xetc/rc.d/mountcritlocal2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/mountcritlocal b/etc/rc.d/mountcritlocal
index 9598f13..37b1304 100755
--- a/etc/rc.d/mountcritlocal
+++ b/etc/rc.d/mountcritlocal
@@ -16,7 +16,7 @@ stop_cmd=":"
mountcritlocal_start()
{
- case `${CMD_OSTYPE}` in
+ case ${OSTYPE} in
FreeBSD)
# Set up the list of network filesystem types for which mounting
# should be delayed until after network initialization.
OpenPOWER on IntegriCloud