date and time created 91/03/22 14:34:34 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Mar 1991 06:34:34 +0000 (22:34 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Mar 1991 06:34:34 +0000 (22:34 -0800)
SCCS-vsn: etc/MAKEDEV.local 5.1

usr/src/etc/MAKEDEV.local [new file with mode: 0644]

diff --git a/usr/src/etc/MAKEDEV.local b/usr/src/etc/MAKEDEV.local
new file mode 100644 (file)
index 0000000..378624b
--- /dev/null
@@ -0,0 +1,23 @@
+#!/bin/sh -
+#
+# Copyright (c) 1991 The Regents of the University of California.
+# All rights reserved.
+#
+# %sccs.include.redist.sh%
+#
+#      @(#)MAKEDEV.local       5.1 (Berkeley) %G%
+#
+
+# Local device MAKEDEV script.
+
+PATH=/sbin:/bin:/usr/bin
+umask 77
+for i
+do
+case $i in
+
+*)
+       echo 'MAKEDEV.local: no such device.'
+       ;;
+esac
+done