diff options
author | wes <wes@FreeBSD.org> | 2002-04-26 22:32:15 +0000 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2002-04-26 22:32:15 +0000 |
commit | 210f257e4eb7a570fe8997526a8bbd80f41ee823 (patch) | |
tree | 3ab4ef06a0781ac61fabd628f125780ff42d7146 /etc/rc | |
parent | 4c421c0b9ae9234da0ad13acf4a33aa4662ef007 (diff) | |
download | FreeBSD-src-210f257e4eb7a570fe8997526a8bbd80f41ee823.zip FreeBSD-src-210f257e4eb7a570fe8997526a8bbd80f41ee823.tar.gz |
Rename the file used to specify the nextboot to make it clear that this
is a loader configuration file and can be used for more than just a
kernel name.
Submitted by: Gordon Tetlow <gordont@gnf.org>
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -316,7 +316,7 @@ fi # If we booted a special kernel remove the record so we will boot # the default kernel next time -rm -f /boot/nextkernel +rm -f /boot/nextboot.conf # Reseed /dev/random with previously stored entropy. case ${entropy_dir} in |