diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-15 00:49:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-15 00:49:58 +0000 |
| commit | ece5a689dfdf3b834c696f23bac77772ab25a2cf (patch) | |
| tree | 7bae1dc8d6438e1787663879294c0986dad751f9 /release/sysinstall/system.c | |
| parent | 753533e187cdd38976f2fbeff4c1f1b971d82b87 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/system.c')
| -rw-r--r-- | release/sysinstall/system.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c index 097783644b98..cecb1e34f5a6 100644 --- a/release/sysinstall/system.c +++ b/release/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.87.2.2 1999/02/09 22:25:59 jkh Exp $ + * $Id: system.c,v 1.87.2.3 1999/02/14 21:26:52 jkh Exp $ * * Jordan Hubbard * @@ -146,8 +146,8 @@ void systemShutdown(int status) { /* If some media is open, close it down */ - if (status >=0 && mediaDevice) - mediaDevice->shutdown(mediaDevice); + if (status >=0) + mediaClose(); /* write out any changes to rc.conf .. */ configRC_conf(); |
