diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-10 18:03:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-10 18:03:17 +0000 |
commit | 9fe669e78968736544dc01ad2f8124de021887ae (patch) | |
tree | 7f9e6395b5b64d5d90dfe895840907f7a49c5c5c /etc/rc | |
parent | 9c4375525b7192db326e83cfbbfbc0be074fbdbf (diff) |
install wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rc
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.161 2001/01/16 04:08:35 angelos Exp $ +# $OpenBSD: rc,v 1.162 2001/02/10 18:03:16 mickey Exp $ # System startup script run by init on autoboot # or after single-user. @@ -540,6 +540,11 @@ echo -n ' cron'; cron echo '.' +if [ -f /etc/rc.wscons -a -f /etc/wscons.conf ]; then + echo configuring wscons + /bin/sh /etc/rc.wscons +fi + date if [ "X${moused_flags}" != X"NO" -a -x /usr/sbin/moused ]; then |