From 0c2e079c1050161852d728c31849eb9e67b46fad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 13 Nov 2007 12:49:43 +0100 Subject: Outputting an own message when having more than one case in a helper, instead of a global one. --- helpers/lh_chroot_sysfs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'helpers/lh_chroot_sysfs') diff --git a/helpers/lh_chroot_sysfs b/helpers/lh_chroot_sysfs index b7931ae04..04e67de63 100755 --- a/helpers/lh_chroot_sysfs +++ b/helpers/lh_chroot_sysfs @@ -36,13 +36,13 @@ Read_conffile config/source Read_conffile "${LH_CONFIG}" Set_defaults -Echo_message "Begin mounting /sys..." - # Requiring stage file Require_stagefile .stage/bootstrap case "${1}" in install) + Echo_message "Begin mounting /sys..." + # Checking stage file Check_stagefile .stage/chroot_sysfs @@ -69,6 +69,8 @@ case "${1}" in ;; remove) + Echo_message "Begin unmounting /sys..." + # Checking lock file Check_lockfile .lock -- cgit v1.2.3