Move things up a bit to make startup pretty
This commit is contained in:
parent
cef449d33e
commit
76076ce562
20
etc/rc
20
etc/rc
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: rc,v 1.93 1996/06/24 19:00:28 pst Exp $
|
||||
# $Id: rc,v 1.94 1996/07/13 17:27:39 pst Exp $
|
||||
# From: @(#)rc 5.27 (Berkeley) 6/5/91
|
||||
|
||||
# System startup script run by init on autoboot
|
||||
@ -285,15 +285,6 @@ if [ "X${accounting}" = X"YES" -a -d /var/account ]; then
|
||||
accton /var/account/acct
|
||||
fi
|
||||
|
||||
# Now start up miscellaneous daemons that don't belong anywhere else
|
||||
#
|
||||
echo -n standard daemons:
|
||||
echo -n ' cron'; cron
|
||||
|
||||
if [ "X${lpd}" != X"NO" -a -x /usr/sbin/lpd ]; then
|
||||
echo -n ' printer'; lpd
|
||||
fi
|
||||
|
||||
# Make shared lib searching a little faster. Leave /usr/lib first if you
|
||||
# add your own entries or you may come to grief.
|
||||
if [ -x /sbin/ldconfig ]; then
|
||||
@ -305,6 +296,15 @@ if [ -x /sbin/ldconfig ]; then
|
||||
ldconfig ${_LDC}
|
||||
fi
|
||||
|
||||
# Now start up miscellaneous daemons that don't belong anywhere else
|
||||
#
|
||||
echo -n standard daemons:
|
||||
echo -n ' cron'; cron
|
||||
|
||||
if [ "X${lpd}" != X"NO" -a -x /usr/sbin/lpd ]; then
|
||||
echo -n ' printer'; lpd
|
||||
fi
|
||||
|
||||
# $sendmail_flags is imported from /etc/sysconfig;
|
||||
# if $sendmail_flags is something other than NO, sendmail is run.
|
||||
if [ "X${sendmail_flags}" != X"NO" -a -r /etc/sendmail.cf ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user