We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e124434 commit 90c5d0eCopy full SHA for 90c5d0e
etc/etc.amiga/MAKEDEV
@@ -1,6 +1,6 @@
1
#!/bin/sh -
2
#
3
-# $NetBSD: MAKEDEV,v 1.19 1996/03/02 13:58:04 veego Exp $
+# $NetBSD: MAKEDEV,v 1.20 1996/04/13 01:02:18 veego Exp $
4
5
# Copyright (c) 1990 The Regents of the University of California.
6
# All rights reserved.
@@ -250,8 +250,9 @@ cd*)
250
case $unit in
251
0|1|2|3|4|5|6)
252
mknod ${name}${unit}a b $blk `expr $unit '*' 8 + 0`
253
- mknod ${name}${unit}d b $blk `expr $unit '*' 8 + 3`
+ mknod ${name}${unit}c b $blk `expr $unit '*' 8 + 2`
254
mknod r${name}${unit}a c $chr `expr $unit '*' 8 + 0`
255
+ mknod r${name}${unit}c c $chr `expr $unit '*' 8 + 2`
256
chgrp operator ${name}${unit}[a-h] r${name}${unit}[a-h]
257
chmod 640 ${name}${unit}[a-h] r${name}${unit}[a-h]
258
;;
0 commit comments