[Lunar-commits] r14853 - brutus/trunk/moe
Moritz Heiber
moe at lunar-linux.org
Thu May 19 22:19:49 UTC 2005
Author: moe
Date: 2005-05-19 22:19:48 +0000 (Thu, 19 May 2005)
New Revision: 14853
Modified:
brutus/trunk/moe/mount
Log:
Cosmetical fixes too
Modified: brutus/trunk/moe/mount
===================================================================
--- brutus/trunk/moe/mount 2005-05-19 22:11:53 UTC (rev 14852)
+++ brutus/trunk/moe/mount 2005-05-19 22:19:48 UTC (rev 14853)
@@ -183,13 +183,13 @@
if [ -z "$DEVNODES" ]; then
if kernel_is_26 && [ -x "/sbin/udevstart" ] ; then
DEVNODES="udev"
- if [ ! -z ${DEBUG} ] ; then
+ if [ ! -z "${DEBUG}" ] ; then
echo -e "\n< Found udev >"
fi
elif [ -x "/sbin/devfsd" ] ; then
DEVNODES="devfs"
- if [ ! -z ${DEBUG} ] ; then
- echo -e "\n< No udev, using devfs >"
+ if [ ! -z "${DEBUG}" ] ; then
+ echo -e "\n< Found devfs >"
fi
else
warn_msg "* Assuming a static /dev :"
More information about the Lunar-commits
mailing list