pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk DEFAULT_SERIAL_DEVICE is /dev/cuaa0 not /dev/null.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91c4faa68518
branches:  trunk
changeset: 470419:91c4faa68518
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Mar 09 10:34:31 2004 +0000

description:
DEFAULT_SERIAL_DEVICE is /dev/cuaa0 not /dev/null.

diffstat:

 mk/defs.FreeBSD.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 4e856dcbf966 -r 91c4faa68518 mk/defs.FreeBSD.mk
--- a/mk/defs.FreeBSD.mk        Tue Mar 09 10:33:22 2004 +0000
+++ b/mk/defs.FreeBSD.mk        Tue Mar 09 10:34:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.FreeBSD.mk,v 1.31 2004/01/31 16:52:16 xtraeme Exp $
+# $NetBSD: defs.FreeBSD.mk,v 1.32 2004/03/09 10:34:31 xtraeme Exp $
 #
 # Variable definitions for the FreeBSD operating system.
 
@@ -156,8 +156,8 @@
 _STRIPFLAG_INSTALL?=   -s      # install(1) option to strip
 .endif
 
-DEFAULT_SERIAL_DEVICE?=        /dev/null
-SERIAL_DEVICES?=       /dev/null
+DEFAULT_SERIAL_DEVICE?=        /dev/cuaa0
+SERIAL_DEVICES?=       /dev/cuaa0
 
 # check for kqueue(2) support
 .if exists(/usr/include/sys/event.h)



Home | Main Index | Thread Index | Old Index