diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-20 12:30:13 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-20 12:30:13 +0000 |
| commit | d441915b4bfaccbae8bae1b0adbd2d657d53eef6 (patch) | |
| tree | 91cc06bf471ddbfe6ebb9c9737111b4c18c8d234 | |
| parent | bd1ac8296befcbee6b77752a7f2a3d3018c9c659 (diff) | |
Notes
| -rw-r--r-- | etc/rc | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.167 1999/01/17 03:32:07 grog Exp $ +# $Id: rc,v 1.168 1999/01/18 03:25:10 grog Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -178,9 +178,8 @@ fi # after a system crash. rm -f /tmp/.X*-lock /tmp/.X11-unix/* -# snapshot any kernel -c changes back to disk -echo 'recording kernel -c changes' -dset -q +# snapshot any kernel -c changes back to disk here <someday> +# this has changed with ELF and /kernel.config. echo -n 'additional daemons:' # start system logging and name service (named needs to start before syslogd |
