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/root | |
| parent | 550f8fc46b09679f939b32dc0d05c41b4cd57d4a (diff) | |
Notes
Diffstat (limited to 'etc/rc.d/root')
| -rwxr-xr-x | etc/rc.d/root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/root b/etc/rc.d/root index d1c07832c525..a3458934b7e4 100755 --- a/etc/rc.d/root +++ b/etc/rc.d/root @@ -16,7 +16,7 @@ stop_cmd=":" root_start() { - case `${CMD_OSTYPE}` in + case ${OSTYPE} in FreeBSD) # root normally must be read/write, but if this is a BOOTP NFS # diskless boot it does not have to be. |
