[Midnightbsd-cvs] src: mountcritlocal: add friendly message, remove netbsd tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jan 17 12:38:07 EST 2009
Log Message:
-----------
add friendly message, remove netbsd tag
Modified Files:
--------------
src/etc/rc.d:
mountcritlocal (r1.3 -> r1.4)
-------------- next part --------------
Index: mountcritlocal
===================================================================
RCS file: /home/cvs/src/etc/rc.d/mountcritlocal,v
retrieving revision 1.3
retrieving revision 1.4
diff -L etc/rc.d/mountcritlocal -L etc/rc.d/mountcritlocal -u -r1.3 -r1.4
--- etc/rc.d/mountcritlocal
+++ etc/rc.d/mountcritlocal
@@ -1,8 +1,7 @@
#!/bin/sh
#
-# $NetBSD: mountcritlocal,v 1.7 2002/04/29 12:29:53 lukem Exp $
-# $FreeBSD: src/etc/rc.d/mountcritlocal,v 1.12 2004/10/07 13:55:26 mtm Exp $
-# $MidnightBSD$
+# $FreeBSD: src/etc/rc.d/mountcritlocal,v 1.14.4.1 2008/01/28 07:58:31 dougb Exp $
+# $MidnightBSD: src/etc/rc.d/mountcritlocal,v 1.3 2007/10/26 15:20:25 laffer1
# PROVIDE: mountcritlocal
# REQUIRE: root
@@ -27,6 +26,7 @@
esac
# Mount everything except nfs filesystems.
+ echo -n 'Mounting local file systems:'
mount_excludes='no'
for i in ${netfs_types}; do
fstype=${i%:*}
@@ -34,6 +34,7 @@
done
mount_excludes=${mount_excludes%,}
mount -a -t ${mount_excludes}
+ echo '.'
case $? in
0)
More information about the Midnightbsd-cvs
mailing list