hal/tools hal-system-storage-cleanup-mountpoints,1.2,1.3
David Zeuthen
david at freedesktop.org
Sun Feb 12 18:39:24 PST 2006
Update of /cvs/hal/hal/tools
In directory gabe:/tmp/cvs-serv23273/tools
Modified Files:
hal-system-storage-cleanup-mountpoints
Log Message:
fix typo
Index: hal-system-storage-cleanup-mountpoints
===================================================================
RCS file: /cvs/hal/hal/tools/hal-system-storage-cleanup-mountpoints,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hal-system-storage-cleanup-mountpoints 13 Feb 2006 02:16:57 -0000 1.2
+++ hal-system-storage-cleanup-mountpoints 13 Feb 2006 02:39:22 -0000 1.3
@@ -17,7 +17,7 @@
if [ -e "$DIR/.created-by-hal" ]; then
BUSY=0
while read dev dir type options; do
- if [ "$dir" = "$MDIR" ]; then
+ if [ "$dir" = "$DIRMOD" ]; then
BUSY=1
break
fi
More information about the hal-commit
mailing list