From owner-cvs-etc Fri Feb 10 12:08:38 1995 Return-Path: cvs-etc-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id MAA05384 for cvs-etc-outgoing; Fri, 10 Feb 1995 12:08:38 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id MAA05370; Fri, 10 Feb 1995 12:08:27 -0800 Date: Fri, 10 Feb 1995 12:08:27 -0800 From: Bruce Evans Message-Id: <199502102008.MAA05370@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: cvs-etc-owner@freebsd.org Precedence: bulk bde 95/02/10 12:08:26 Modified: etc/etc.i386 MAKEDEV Log: Add chowns for pty's, ttyv's and ttyd's. Correct the chown for lptctl's. The group was wrong if MAKEDEV was run in a directory with group other than wheel. This may have messed up the group in recent SNAPs (sysinstall/obj should have group bin). Reset the umask to 77 after running MAKEDEV.local. Some cases depend on the 77 default. MAKEDEV.local and all cases should probably set the umask explictly and not depend on a default. Most cases already set it.