summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 40f7130..a52a7e4 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.153 1998/09/07 17:18:36 cracauer Exp $
+# $Id: rc,v 1.154 1998/09/09 22:27:21 jraynard Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -338,6 +338,9 @@ if [ "X${local_startup}" != X"NO" ]; then
echo .
fi
+# Run rc.devfs if present to customify devfs
+[ -f /etc/rc.devfs ] && sh /etc/rc.devfs
+
# Do traditional (but rather obsolete) rc.local file if it exists.
[ -f /etc/rc.local ] && sh /etc/rc.local
OpenPOWER on IntegriCloud