BSD 4_4 release
[unix-history] / usr / src / etc / etc.vax / MAKEDEV
index 8645a9e..3e5712b 100644 (file)
@@ -1,11 +1,8 @@
 #!/bin/sh -
 #
 #!/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
 # 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 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
        mknod tty               c 2 0   ; chmod 666 tty
        mknod klog              c 33 0  ; chmod 600 klog
        mknod stdin             c 53 0  ; chmod 666 stdin