summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-15 17:04:48 +0000
committerjkh <jkh@FreeBSD.org>1996-06-15 17:04:48 +0000
commita0d4b3885be68d6b71682db6d38c75f2420f905a (patch)
tree79f357a4f517b87684a53c36467f0f4b6883e709 /etc/rc
parentfcd7b3d355723680673251c3bb719fc3b244f737 (diff)
downloadFreeBSD-src-a0d4b3885be68d6b71682db6d38c75f2420f905a.zip
FreeBSD-src-a0d4b3885be68d6b71682db6d38c75f2420f905a.tar.gz
Cosmetic tweaks.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 8dc6680..c53d96f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.89 1996/05/08 09:25:57 jkh Exp $
+# $Id: rc,v 1.90 1996/05/19 22:30:26 ache Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -313,11 +313,13 @@ fi
# for each valid dir in $local_startup, search for init scripts matching *.sh
if [ "X${local_startup}" != X"NO" ]; then
+ echo -n 'Local package startup:'
for dir in ${local_startup}; do
[ -d ${dir} ] && for script in ${dir}/*.sh; do
[ -x ${script} ] && ${script} start
done
done
+ echo .
fi
# Do traditional (but rather obsolete) rc.local file if it exists.
OpenPOWER on IntegriCloud