remove unnecessary 'chown root.wheel' and be consistent with the rest

of this file...
This commit is contained in:
lukem 2002-02-05 09:14:12 +00:00
parent 4b4c3144ba
commit bfa72435ba
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.165 2002/02/05 00:45:46 augustss Exp $
# $NetBSD: MAKEDEV,v 1.166 2002/02/05 09:14:12 lukem Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -283,7 +283,6 @@ ulpt*)
rm -f $ulpt $ulpn
mknod $ulpt c $major $unit
mknod $ulpn c $major $(($unit + 64))
chown root.wheel $ulpt $ulpn
chmod 600 $ulpt $ulpn
;;