Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2011 20:39:20 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226862 - head/etc
Message-ID:  <201110272039.p9RKdKsO024341@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Thu Oct 27 20:39:20 2011
New Revision: 226862
URL: http://svn.freebsd.org/changeset/base/226862

Log:
  Remove example for linking /dev/vga to /dev/ttyv0, this hasn't been
  required since X version 4.3.0.
  
  PR:		conf/161847
  Submitted by:	eadler
  MFC after:	2 weeks

Modified:
  head/etc/devfs.conf

Modified: head/etc/devfs.conf
==============================================================================
--- head/etc/devfs.conf	Thu Oct 27 20:36:35 2011	(r226861)
+++ head/etc/devfs.conf	Thu Oct 27 20:39:20 2011	(r226862)
@@ -31,9 +31,6 @@
 #
 # Examples:
 
-# Historically X depended on this, but version 4.3.0 doesn't seem to anymore
-#link	ttyv0	vga
-
 # Commonly used by many ports
 #link	cd0	cdrom
 #link	cd0	dvd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110272039.p9RKdKsO024341>