diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-13 12:49:43 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | 0c2e079c1050161852d728c31849eb9e67b46fad (patch) | |
tree | 2b6e0004323105f425a56b054714dcb57949998e /helpers/lh_chroot_dpkg | |
parent | a79669177eed719c073a96f6cfd695eecf533c7b (diff) | |
download | vyos-live-build-0c2e079c1050161852d728c31849eb9e67b46fad.tar.gz vyos-live-build-0c2e079c1050161852d728c31849eb9e67b46fad.zip |
Outputting an own message when having more than one case in a helper, instead of a global one.
Diffstat (limited to 'helpers/lh_chroot_dpkg')
-rwxr-xr-x | helpers/lh_chroot_dpkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_chroot_dpkg b/helpers/lh_chroot_dpkg index ae08f8a3c..a34e97e2e 100755 --- a/helpers/lh_chroot_dpkg +++ b/helpers/lh_chroot_dpkg @@ -67,14 +67,14 @@ EOF ;; remove) + Echo_message "Deconfiguring file /sbin/start-stop-daemon" + # Checking lock file Check_lockfile .lock # Creating lock file Create_lockfile .lock - Echo_message "Deconfiguring file /sbin/start-stop-daemon" - # Restore start-stop-daemon program mv chroot/sbin/start-stop-daemon.orig chroot/sbin/start-stop-daemon |