From cc09c0a28fa649ceeb7f1273441920b7a99b82a6 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Thu, 26 Dec 2002 13:20:44 +0000 Subject: [PATCH] insert newlines to the MAKEDEV section, so that it's more clear what part is MAKEDEV coda and what text --- sys/coda/00READ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/coda/00READ b/sys/coda/00READ index e73a4bf066bf..d48ef0b552d6 100644 --- a/sys/coda/00READ +++ b/sys/coda/00READ @@ -55,12 +55,14 @@ to the majors file. 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.