svn commit: r225587 - head/etc/defaults

Jaakko Heinonen jh at FreeBSD.org
Thu Sep 15 13:32:43 UTC 2011


Author: jh
Date: Thu Sep 15 13:32:43 2011
New Revision: 225587
URL: http://svn.freebsd.org/changeset/base/225587

Log:
  Expose "log" in the default devfs rules. /etc/rc.d/jail creates /dev/log
  as a symbolic link.
  
  PR:		conf/160711
  Submitted by:	Jase Thew
  Approved by:	re (kib)
  MFC after:	1 week

Modified:
  head/etc/defaults/devfs.rules

Modified: head/etc/defaults/devfs.rules
==============================================================================
--- head/etc/defaults/devfs.rules	Thu Sep 15 12:28:17 2011	(r225586)
+++ head/etc/defaults/devfs.rules	Thu Sep 15 13:32:43 2011	(r225587)
@@ -26,6 +26,7 @@ add hide
 # Requires: devfsrules_hide_all
 #
 [devfsrules_unhide_basic=2]
+add path log unhide
 add path null unhide
 add path zero unhide
 add path crypto unhide


More information about the svn-src-all mailing list