Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d Add "wscons" to requirement list so that a tty used...



details:   https://anonhg.NetBSD.org/src/rev/2ccad96eab37
branches:  trunk
changeset: 486158:2ccad96eab37
user:      tron <tron%NetBSD.org@localhost>
date:      Sun May 14 13:12:11 2000 +0000

description:
Add "wscons" to requirement list so that a tty used for syslog output
will be created before starting the syslog daemon.

diffstat:

 etc/rc.d/syslogd |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 97c144b2ffab -r 2ccad96eab37 etc/rc.d/syslogd
--- a/etc/rc.d/syslogd  Sun May 14 13:10:57 2000 +0000
+++ b/etc/rc.d/syslogd  Sun May 14 13:12:11 2000 +0000
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# $NetBSD: syslogd,v 1.3 2000/05/13 08:45:09 lukem Exp $
+# $NetBSD: syslogd,v 1.4 2000/05/14 13:12:11 tron Exp $
 #
 
 # PROVIDE: syslogd
-# REQUIRE: systemfs
+# REQUIRE: systemfs wscons
 
 . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index