Browse Source

Kernel-implementation of update(8) my me

OPENBSD_2_0
tholo 28 years ago
parent
commit
b6b4c42500
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/rc

+ 1
- 2
src/etc/rc View File

@ -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 # System startup script run by init on autoboot
# or after single-user. # or after single-user.
@ -200,7 +200,6 @@ if [ -f /var/account/acct ]; then
fi fi
echo -n standard daemons: echo -n standard daemons:
echo -n ' update'; update
echo -n ' cron'; cron echo -n ' cron'; cron
echo '.' echo '.'


Loading…
Cancel
Save