summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelpers/lh_chroot_sysv-rc5
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