diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot_sysv-rc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/helpers/lh_chroot_sysv-rc b/helpers/lh_chroot_sysv-rc index e087483..54aed0c 100755 --- a/helpers/lh_chroot_sysv-rc +++ b/helpers/lh_chroot_sysv-rc @@ -48,10 +48,7 @@ case "${1}" in # Create policy-rc.d file cat > chroot/usr/sbin/policy-rc.d << EOF #!/bin/sh - -echo -echo "Warning: invoke-rc.d policy in action. Skipping daemon starting" - +echo "All runlevel operations denied by policy" >&2 exit 101 EOF |