From 2dbac29ca5808834c3583e9db8300b3bec5c4573 Mon Sep 17 00:00:00 2001 From: millert <> Date: Thu, 14 May 1998 23:58:01 +0000 Subject: [PATCH] move cron to the end so users cannot run cron jobs before the system is all the way up --- src/etc/rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 7d7f31ac..d452452c 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.72 1998/05/13 21:10:03 deraadt Exp $ +# $OpenBSD: rc,v 1.73 1998/05/14 23:58:01 millert Exp $ # System startup script run by init on autoboot # or after single-user. @@ -293,10 +293,6 @@ if [ -f /var/account/acct ]; then echo 'turning on accounting'; accton /var/account/acct fi -echo -n standard daemons: -echo -n ' cron'; cron -echo '.' - echo -n starting network daemons: # $gated and $routed_flags are imported from /etc/rc.conf. @@ -415,6 +411,10 @@ fi [ -f /etc/rc.local ] && . /etc/rc.local +echo -n standard daemons: +echo -n ' cron'; cron +echo '.' + date # Alternatively, on some architectures, xdm may be started in /etc/ttys.