X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1c15e88899094343f75aeba04122cd96a96b428e..ad7871609881e73855d0b04da49b486cd93efca7:/usr/src/etc/etc.vax/MAKEDEV diff --git a/usr/src/etc/etc.vax/MAKEDEV b/usr/src/etc/etc.vax/MAKEDEV index 8645a9ec78..3e5712b450 100644 --- a/usr/src/etc/etc.vax/MAKEDEV +++ b/usr/src/etc/etc.vax/MAKEDEV @@ -1,11 +1,8 @@ #!/bin/sh - # -# Copyright (c) 1980 Regents of the University of California. -# All rights reserved. The Berkeley software License Agreement -# specifies the terms and conditions for redistribution. -# -# @(#)MAKEDEV 4.33 (Berkeley) 3/16/90 +# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # + # Device "make" file. Valid arguments: # std standard devices # local configuration specific devices @@ -67,6 +64,7 @@ std) mknod kmem c 3 1 ; chmod 640 kmem ; chgrp kmem kmem mknod mem c 3 0 ; chmod 640 mem ; chgrp kmem mem mknod null c 3 2 ; chmod 666 null + mknod zero c 3 12 ; chmod 666 zero mknod tty c 2 0 ; chmod 666 tty mknod klog c 33 0 ; chmod 600 klog mknod stdin c 53 0 ; chmod 666 stdin