Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/etc/etc.cobalt Pull up rev 1.3:
details: https://anonhg.NetBSD.org/src/rev/8bc3beee8da9
branches: netbsd-1-5
changeset: 489357:8bc3beee8da9
user: soren <soren%NetBSD.org@localhost>
date: Sun Sep 03 22:39:34 2000 +0000
description:
Pull up rev 1.3:
> date: 2000/07/29 10:56:19; author: soren; state: Exp; lines: +3 -3
> md0c -> md0d.
diffstat:
etc/etc.cobalt/MAKEDEV | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 3b0559256fe4 -r 8bc3beee8da9 etc/etc.cobalt/MAKEDEV
--- a/etc/etc.cobalt/MAKEDEV Sun Sep 03 21:57:49 2000 +0000
+++ b/etc/etc.cobalt/MAKEDEV Sun Sep 03 22:39:34 2000 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV,v 1.1.4.1 2000/08/11 20:43:26 mason Exp $
+# $NetBSD: MAKEDEV,v 1.1.4.2 2000/09/03 22:39:34 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