diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-06-20 10:30:50 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-20 10:30:50 +0000 |
| commit | 22d8007635a954ee7e00026415d04327ac18596b (patch) | |
| tree | f2bb431945817b3d399fc313de4f807222e7d6f8 | |
| parent | bee32c7928ef8ae01bb78a77851d657888c77aac (diff) | |
Notes
| -rw-r--r-- | share/man/man8/rc.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 4b114dd96e86..ac516382d1f3 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -148,10 +148,10 @@ runs architecture specific programs. is executed after the scripts above, but before the rest of the .Nm rc file is completed. -Presently, all +In a default installation .Nm rc.local -does is to put version information in -.Pa /etc/motd . +does not exist, but its contents will be executed if the file is created +by the administrator. .Pp Following tradition, the startup files reside in .Pa /etc . |
