diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2002-09-06 16:18:05 +0000 |
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2002-09-06 16:18:05 +0000 |
| commit | 77e55efba045df9367fc0d6e6bd9947eea91c543 (patch) | |
| tree | 5bf37a1aebd8c46b4ce8523e594efce97ad8ee38 /etc/rc.d/mountcritremote | |
| parent | 550f8fc46b09679f939b32dc0d05c41b4cd57d4a (diff) | |
Notes
Diffstat (limited to 'etc/rc.d/mountcritremote')
| -rwxr-xr-x | etc/rc.d/mountcritremote | 4 |
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. # |
