re-enabled: . /etc/rc.${arch}

PR:
Reviewed by:	bruce
Submitted by:
Obtained from:
This commit is contained in:
Andreas Klemm 1997-05-04 22:33:17 +00:00
parent ef431e2e9e
commit 542bfc7624
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25469

8
etc/rc
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: rc,v 1.119 1997/05/03 11:22:16 jkh Exp $
# $Id: rc,v 1.120 1997/05/04 12:50:33 andreas Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@ -232,9 +232,9 @@ echo '.'
# configure implementation specific stuff
arch=`uname -m`
if [ -f /etc/etc.${arch}/rc.${arch} ]; then
. /etc/etc.${arch}/rc.${arch}
fi
if [ -f /etc/rc.${arch} ]; then
. /etc/rc.${arch}
fi
# Recover vi editor files.
vibackup=`echo /var/tmp/vi.recover/vi.*`