diff options
author | mtm <mtm@FreeBSD.org> | 2004-07-24 16:30:31 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2004-07-24 16:30:31 +0000 |
commit | 7556b394c61bc267e1244f2323a4ae007a6c3bc1 (patch) | |
tree | 0c2f53d5bbb35abac351f5cc84f1670d334b4fbb /etc/rc | |
parent | 1e17828b110c8817313ae801d56dfe01115713b3 (diff) | |
download | FreeBSD-src-7556b394c61bc267e1244f2323a4ae007a6c3bc1.zip FreeBSD-src-7556b394c61bc267e1244f2323a4ae007a6c3bc1.tar.gz |
Correct typo.
Submitted by: eik (and probably many others)
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ export HOME PATH . /etc/rc.subr # Note: the system configuration files are loaded as part of -# the RCNG system (rc.d/rccond). Do not load them here as it may +# the RCNG system (rc.d/rcconf.sh). Do not load them here as it may # interfere with diskless booting. # if [ "$1" = autoboot ]; then |