Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc be consistent in fss*
details: https://anonhg.NetBSD.org/src/rev/c4251cf4fdea
branches: trunk
changeset: 556603:c4251cf4fdea
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Dec 21 15:32:59 2003 +0000
description:
be consistent in fss*
diffstat:
etc/MAKEDEV.tmpl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 269c6ca56714 -r c4251cf4fdea etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl Sun Dec 21 14:44:43 2003 +0000
+++ b/etc/MAKEDEV.tmpl Sun Dec 21 15:32:59 2003 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.12 2003/12/15 08:57:52 jdolecek Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.13 2003/12/21 15:32:59 lukem Exp $
#
# Copyright (c) 2003 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -573,6 +573,7 @@
fss*)
name=fss; unit=${i#fss}; blk=%fss_blk%; chr=%fss_chr%
+ rm -f $name$unit r$name$unit
mknod $name$unit b $blk $unit
mknod r$name$unit c $chr $unit
chgrp operator $name$unit r$name$unit
Home |
Main Index |
Thread Index |
Old Index