Browse Source

Remove screenblank section; reported by Andrey Matveev.

OPENBSD_3_3
miod 21 years ago
parent
commit
58ea7af422
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      src/etc/rc

+ 1
- 5
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.212 2002/12/27 01:30:19 deraadt Exp $
# $OpenBSD: rc,v 1.213 2003/01/03 18:39:58 miod Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -584,10 +584,6 @@ if [ "X${apmd_flags}" != X"NO" -a -x /usr/sbin/apmd ]; then
echo -n ' apmd'; /usr/sbin/apmd ${apmd_flags}
fi
if [ -x /usr/sbin/screenblank ]; then
echo -n ' screenblank'; /usr/sbin/screenblank
fi
echo -n ' cron'; cron
echo '.'


Loading…
Cancel
Save