From b6b4c42500c219280c72f4788713767b854ac397 Mon Sep 17 00:00:00 2001 From: tholo <> Date: Tue, 11 Jun 1996 03:25:10 +0000 Subject: [PATCH] Kernel-implementation of update(8) my me --- src/etc/rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index b7a5b071..cc7f11d5 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.13 1996/06/10 07:15:17 deraadt Exp $ +# $OpenBSD: rc,v 1.14 1996/06/11 03:25:10 tholo Exp $ # System startup script run by init on autoboot # or after single-user. @@ -200,7 +200,6 @@ if [ -f /var/account/acct ]; then fi echo -n standard daemons: -echo -n ' update'; update echo -n ' cron'; cron echo '.'