From e3aa96acb40c291a1699703a625f66f36b407c9e Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 22 Mar 1998 13:18:07 +0000 Subject: I misunderstood Bruce's hint. The chown/chmod are unneeded. Submitted by: bde --- etc/MAKEDEV | 4 +--- etc/etc.i386/MAKEDEV | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/etc/MAKEDEV b/etc/MAKEDEV index b4c9485..13ac14c 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -107,7 +107,7 @@ # pci PCI configuration-space access from user mode # ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth) # -# $Id: MAKEDEV,v 1.159 1998/03/21 14:26:02 peter Exp $ +# $Id: MAKEDEV,v 1.160 1998/03/22 11:42:03 peter Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -1152,8 +1152,6 @@ ipl) mknod ipnat c 79 1 mknod ipstate c 79 2 mknod ipauth c 79 3 - chown root:wheel ipl ipnat ipstate ipauth - chmod 600 ipl ipnat ipstate ipauth ;; local) diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index b4c9485..13ac14c 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -107,7 +107,7 @@ # pci PCI configuration-space access from user mode # ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth) # -# $Id: MAKEDEV,v 1.159 1998/03/21 14:26:02 peter Exp $ +# $Id: MAKEDEV,v 1.160 1998/03/22 11:42:03 peter Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -1152,8 +1152,6 @@ ipl) mknod ipnat c 79 1 mknod ipstate c 79 2 mknod ipauth c 79 3 - chown root:wheel ipl ipnat ipstate ipauth - chmod 600 ipl ipnat ipstate ipauth ;; local) -- cgit v1.1