summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-22 13:18:07 +0000
committerpeter <peter@FreeBSD.org>1998-03-22 13:18:07 +0000
commite3aa96acb40c291a1699703a625f66f36b407c9e (patch)
tree2d52bfba8783363b07d120bd3dcc12c7425ffe6c
parenta2091fabde34c5062a26ab54bac9274b7ea5cb63 (diff)
downloadFreeBSD-src-e3aa96acb40c291a1699703a625f66f36b407c9e.zip
FreeBSD-src-e3aa96acb40c291a1699703a625f66f36b407c9e.tar.gz
I misunderstood Bruce's hint. The chown/chmod are unneeded.
Submitted by: bde
-rw-r--r--etc/MAKEDEV4
-rw-r--r--etc/etc.i386/MAKEDEV4
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)
OpenPOWER on IntegriCloud