diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-19 22:30:26 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-19 22:30:26 +0000 |
| commit | d7f1a3eb6ad9722cb753e07cd19a4aa6ce5a0551 (patch) | |
| tree | ff5077904c7bed400a55e7063b50786b180f79dc /etc/rc | |
| parent | ef70eb97833bf757a4d804ea3269ad9dc6c67333 (diff) | |
Notes
Diffstat (limited to 'etc/rc')
| -rw-r--r-- | etc/rc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.88 1996/05/03 05:37:04 asami Exp $ +# $Id: rc,v 1.89 1996/05/08 09:25:57 jkh Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -84,10 +84,6 @@ if [ $? != 0 ]; then exit 1 fi -# If the machine runs wall CMOS clock (compatible with MSDOS), -# activate following line by creating empty file /etc/wall_cmos_clock -# If this file not exist, following line does nothing (assumed -# the machine runs UTC CMOS clock). See adjkerntz(8) for details. adjkerntz -i # If there is a global system configuration file, suck it in. |
