Browse Source

pf is major 39 on powerpc

OPENBSD_3_0
dhartmei 23 years ago
parent
commit
a023925a41
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.powerpc/MAKEDEV

+ 2
- 2
src/etc/etc.powerpc/MAKEDEV View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.51 2001/06/28 02:58:56 kjc Exp $
# $OpenBSD: MAKEDEV,v 1.52 2001/07/01 10:52:13 dhartmei Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -529,7 +529,7 @@ bpf*)
pf)
rm -f pf
mknod pf c 73 0
mknod pf c 39 0
chown root.wheel pf
chmod 600 pf
;;


Loading…
Cancel
Save