Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.cobalt md0c -> md0d.
details: https://anonhg.NetBSD.org/src/rev/40efcce8efc0
branches: trunk
changeset: 495482:40efcce8efc0
user: soren <soren%NetBSD.org@localhost>
date: Sat Jul 29 10:56:19 2000 +0000
description:
md0c -> md0d.
diffstat:
etc/etc.cobalt/MAKEDEV | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r e0aa7e236f05 -r 40efcce8efc0 etc/etc.cobalt/MAKEDEV
--- a/etc/etc.cobalt/MAKEDEV Sat Jul 29 08:40:38 2000 +0000
+++ b/etc/etc.cobalt/MAKEDEV Sat Jul 29 10:56:19 2000 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV,v 1.2 2000/07/27 18:43:20 mason Exp $
+# $NetBSD: MAKEDEV,v 1.3 2000/07/29 10:56:19 soren Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -141,9 +141,9 @@
unit=${i#md}; blk=2; chr=2;
rm -f md${unit}? rmd${unit}?
mknod md${unit}a b $blk $(($unit * 16 + 0))
- mknod md${unit}c b $blk $(($unit * 16 + 2))
+ mknod md${unit}d b $blk $(($unit * 16 + 3))
# mknod rmd${unit}a c $chr $(($unit * 16 + 0))
-# mknod rmd${unit}c c $chr $(($unit * 16 + 2))
+# mknod rmd${unit}d c $chr $(($unit * 16 + 3))
chgrp operator md${unit}? #rmd${unit}?
chmod 640 md${unit}? #rmd${unit}?
;;
Home |
Main Index |
Thread Index |
Old Index