summaryrefslogtreecommitdiff
path: root/etc/etc.alpha/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.alpha/MAKEDEV')
-rw-r--r--etc/etc.alpha/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV
index b6fbf3f651f..3426a6a8eb3 100644
--- a/etc/etc.alpha/MAKEDEV
+++ b/etc/etc.alpha/MAKEDEV
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: MAKEDEV,v 1.56 2001/06/24 23:35:56 kjell Exp $
+# $OpenBSD: MAKEDEV,v 1.57 2001/06/25 03:19:42 kjell Exp $
# $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -483,7 +483,7 @@ bpf*)
pf)
rm -f pf
- mknod pf c 73 0
+ mknod pf c 35 0
chown root.wheel pf
chmod 600 pf
;;