Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 1995 04:32:36 -0800
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-etc
Subject:   cvs commit: src/etc/etc.i386 MAKEDEV
Message-ID:  <199502171232.EAA07107@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
bde         95/02/17 04:32:35

  Modified:    etc/etc.i386 MAKEDEV
  Log:
  Fix some bogus and missing chowns:
  
  444 -> root.wheel
  root -> root.wheel
  uucp -> uucp.wheel (perhaps this should be .dialer, but .wheel is safer)
  missing -> root.wheel
  
  chown to root is usually bogus because mknod had to be run by root to
  create the inode.  Setting the group explictly is currently necessary
  because MAKEDEV does nothing to ensure that its working directory has
  a suitable group.
  
  Driver authors!  Please fix any bogons in MAKEDEV that involve your
  drivers.  The sound devices are still world writable...



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