diff options
author | davidn <davidn@FreeBSD.org> | 2000-05-11 06:31:59 +0000 |
---|---|---|
committer | davidn <davidn@FreeBSD.org> | 2000-05-11 06:31:59 +0000 |
commit | 535aa2e6bc6ec733225519ca9f92741190a38a5f (patch) | |
tree | 6702d764cce378f66f96156e451371709688f7e5 /etc/rc | |
parent | 04b5c78bd2cde6c74e2b399fdb3205f2932d7f8f (diff) | |
download | FreeBSD-src-535aa2e6bc6ec733225519ca9f92741190a38a5f.zip FreeBSD-src-535aa2e6bc6ec733225519ca9f92741190a38a5f.tar.gz |
Pedantic change: "reboot" -> "boot"
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ swapon -a case $1 in autoboot) - echo Automatic reboot in progress... + echo Automatic boot in progress... fsck -p case $? in 0) |