summaryrefslogtreecommitdiffstats
path: root/daemon/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/mount.c')
-rw-r--r--daemon/mount.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/daemon/mount.c b/daemon/mount.c
index 0661eb87..6cfe3e38 100644
--- a/daemon/mount.c
+++ b/daemon/mount.c
@@ -216,6 +216,9 @@ do_umount (const char *pathordevice)
free (err);
+ /* RHEL 5 only. */
+ sleep (1);
+
return 0;
}
@@ -376,6 +379,9 @@ do_umount_all (void)
free_stringslen (mounts.argv, mounts.size);
+ /* RHEL 5 only. */
+ sleep (1);
+
return 0;
}