Diff for /elwix/config/etc/default/devfs.conf between versions 1.1 and 1.2

version 1.1, 2011/07/05 23:43:00 version 1.2, 2013/01/28 01:47:35
Line 22 Line 22
 #  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  #  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 #  SUCH DAMAGE.  #  SUCH DAMAGE.
 #  #
#  $FreeBSD: src/etc/devfs.conf,v 1.2 2004/06/06 11:46:27 schweikh Exp $#  $FreeBSD: src/etc/devfs.conf,v 1.5 2012/11/17 01:49:01 svnexp Exp $
   
 # These are examples of how to configure devices using /etc/rc.d/devfs.  # These are examples of how to configure devices using /etc/rc.d/devfs.
 # The first parameter is always the action to take, the second is always the  # The first parameter is always the action to take, the second is always the
Line 31 Line 31
 #  #
 # Examples:  # Examples:
   
 # Historically X depended on this, but version 4.3.0 doesn't seem to anymore  
 #link   ttyv0   vga  
   
 # Commonly used by many ports  # Commonly used by many ports
#link   acd0     cdrom#link   cd0     cdrom
 #link   cd0     dvd
   
 # Allow a user in the wheel group to query the smb0 device  # Allow a user in the wheel group to query the smb0 device
 #perm   smb0    0660  #perm   smb0    0660

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>