not every value return in an nlist structure was being
[unix-history] / usr / src / etc / MAKEDEV.local
CommitLineData
6bb1f81b
KB
1#!/bin/sh -
2#
3# Copyright (c) 1991 The Regents of the University of California.
4# All rights reserved.
5#
6# %sccs.include.redist.sh%
7#
8# @(#)MAKEDEV.local 5.1 (Berkeley) %G%
9#
10
11# Local device MAKEDEV script.
12
13PATH=/sbin:/bin:/usr/bin
14umask 77
15for i
16do
17case $i in
18
19*)
20 echo 'MAKEDEV.local: no such device.'
21 ;;
22esac
23done