summaryrefslogtreecommitdiff
path: root/sutils/MAKEDEV.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sutils/MAKEDEV.sh')
-rw-r--r--sutils/MAKEDEV.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index 70599a1e..c9bd209f 100644
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -79,7 +79,7 @@ function lose {
function mkdev {
local I
for I; do
- case "$I" in
+ case $I in
/* | */*)
lose "Device names cannot contain directories" \
"Change to target directory and run $0 from there."
@@ -95,6 +95,8 @@ function mkdev {
tty[1-9][0-9]|tty[1-9])
st $I root 600 /hurd/term ${DEVDIR}/$I hurdio \
${DEVDIR}/vcs/`echo $I | sed -e s/tty//`/console;;
+ lpr[0-9])
+ st $I root 660 /hurd/streamio "$I";;
null)
st $I root 666 /hurd/null;;
full)