summaryrefslogtreecommitdiff
path: root/etc/etc.hp300
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-24 05:30:08 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-24 05:30:08 +0000
commit85ff07cfeea8faa95830d01f3b90dd66cce13630 (patch)
tree721564da90df32c332c8e5b86b1273055008a94b /etc/etc.hp300
parent5e7341524ae90c8ac1f9113ba9dcff4d68cc1758 (diff)
Add support for /dev/ksyms to arch-specific files
Diffstat (limited to 'etc/etc.hp300')
-rw-r--r--etc/etc.hp300/MAKEDEV3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV
index 1e219b2e211..152b2c2ca33 100644
--- a/etc/etc.hp300/MAKEDEV
+++ b/etc/etc.hp300/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.24 1998/01/26 04:19:39 dgregor Exp $
+# $OpenBSD: MAKEDEV,v 1.25 1998/08/24 05:29:53 millert Exp $
# $NetBSD: MAKEDEV,v 1.12 1995/11/05 23:50:22 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -125,6 +125,7 @@ std)
mknod stdin c 21 0 ; chmod 666 stdin
mknod stdout c 21 1 ; chmod 666 stdout
mknod stderr c 21 2 ; chmod 666 stderr
+ mknod ksyms c 36 0 ; chmod 640 ksyms ; chown root.kmem ksyms
;;
fd)