summaryrefslogtreecommitdiff
path: root/etc/etc.sun3
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.sun3')
-rw-r--r--etc/etc.sun3/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.sun3/MAKEDEV b/etc/etc.sun3/MAKEDEV
index 17c4a2822c8..5a53039ab09 100644
--- a/etc/etc.sun3/MAKEDEV
+++ b/etc/etc.sun3/MAKEDEV
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: MAKEDEV,v 1.35 2001/06/24 23:36:10 kjell Exp $
+# $OpenBSD: MAKEDEV,v 1.36 2001/06/25 03:20:20 kjell Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -273,7 +273,7 @@ bpf*)
pf)
rm -f pf
- mknod pf c 73 0
+ mknod pf c 75 0
chown root.wheel pf
chmod 600 pf
;;