diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-25 15:15:13 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-25 15:15:13 +0000 |
| commit | 048be6a261bbe8e60b423f07181fdb3e42db1f1f (patch) | |
| tree | 3dc0ab146052af11de478cb01fd195fa2d357e73 /etc | |
| parent | 083b81e8e79d69d09a5b7dbe4d22fbf185b5ec8b (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.local | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.local b/etc/rc.local index 3af6b3e91d94..5e6584402803 100644 --- a/etc/rc.local +++ b/etc/rc.local @@ -1,13 +1,13 @@ # # site-specific startup actions, daemons # -# $Id: rc.local,v 1.23 1997/02/23 09:20:47 peter Exp $ +# $Id: rc.local,v 1.24 1997/06/25 12:17:17 ache Exp $ # # If there is a global system configuration file, suck it in. -if [ -f /etc/rc.conf ]; then - . /etc/rc.conf -fi +#if [ -f /etc/rc.conf ]; then +# . /etc/rc.conf +#fi T=/tmp/_motd rm -f $T |
