diff options
author | ache <ache@FreeBSD.org> | 1994-11-02 09:43:38 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-02 09:43:38 +0000 |
commit | e61515fa646847d47c5efee7a1180de2dfc7c4ca (patch) | |
tree | 3ecc9f73648e301c57783d04d445a2ab347a9bea /etc | |
parent | fdf434f26cb7031423906cfc3da9e20c920ae6d8 (diff) | |
download | FreeBSD-src-e61515fa646847d47c5efee7a1180de2dfc7c4ca.zip FreeBSD-src-e61515fa646847d47c5efee7a1180de2dfc7c4ca.tar.gz |
Restore back -i for adjkerntz
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.36 1994/10/30 04:33:57 ache Exp $ +# $Id: rc,v 1.37 1994/11/01 16:24:03 ache Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -77,7 +77,7 @@ mount -a -t nonfs # 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 +adjkerntz -i # configure serial devices if [ -f /etc/rc.serial ] |