diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-06 06:20:19 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-06 06:20:19 +0000 |
| commit | 855f92eae02e7f2018a3136ca461c098d9ff9747 (patch) | |
| tree | 34c5d4cf58c51f35285acc5eca658f510a51ad12 /etc | |
| parent | f837ca75aac6fc5f64ace3c65a655b4279523748 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.190 1999/08/02 05:42:44 imp Exp $ +# $Id: rc,v 1.191 1999/08/06 06:16:06 peter Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -412,7 +412,7 @@ if [ "X${update_motd}" != X"NO" ]; then fi fi -# Run rc.devfs if present to customify devfs +# Run rc.devfs if present to customize devfs [ -f /etc/rc.devfs ] && sh /etc/rc.devfs # Do traditional (but rather obsolete) rc.local file if it exists. If you |
