Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/coda insert newlines to the MAKEDEV section, so that it'...



details:   https://anonhg.NetBSD.org/src/rev/6423c1550e83
branches:  trunk
changeset: 540848:6423c1550e83
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Dec 26 13:20:44 2002 +0000

description:
insert newlines to the MAKEDEV section, so that it's more clear
what part is MAKEDEV coda and what text

diffstat:

 sys/coda/00READ |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 534b37468aa5 -r 6423c1550e83 sys/coda/00READ
--- a/sys/coda/00READ   Thu Dec 26 13:19:05 2002 +0000
+++ b/sys/coda/00READ   Thu Dec 26 13:20:44 2002 +0000
@@ -55,12 +55,14 @@
 
 Something like the code below should work;  The chr device
 that is appropriate for your platform should be used instead of 60.
+
 cfs0)
        name=cfs; unit=${i#cfs};  chr=60
        rm -f $name$unit
        mknod $name$unit c $chr $unit
        chown root.wheel $name$unit
        ;;
+
 We only support one device currently, but historically it is cfs0.
 
 



Home | Main Index | Thread Index | Old Index