summaryrefslogtreecommitdiff
path: root/etc/rc.d/mountcritremote
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/mountcritremote')
-rwxr-xr-xetc/rc.d/mountcritremote4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/mountcritremote b/etc/rc.d/mountcritremote
index 919fe6d49f0e..7438cad7cf38 100755
--- a/etc/rc.d/mountcritremote
+++ b/etc/rc.d/mountcritremote
@@ -13,7 +13,7 @@
name="mountcritremote"
stop_cmd=":"
-case `${CMD_OSTYPE}` in
+case ${OSTYPE} in
FreeBSD)
start_cmd="mountcritremote_start"
start_precmd="mountcritremote_precmd"
@@ -47,7 +47,7 @@ mountcritremote_precmd()
mountcritremote_start()
{
- case `${CMD_OSTYPE}` in
+ case ${OSTYPE} in
FreeBSD)
# Mount nfs filesystems.
#