diff options
author | Daniel Baumann <daniel@debian.org> | 2009-08-11 22:15:23 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:46 +0100 |
commit | 21964d0163b07eabd5822551a8d1f5053baf4dcb (patch) | |
tree | 3c3fbc2434e06272e019d52b2b9b60006238962c /helpers/lh_chroot_sysv-rc | |
parent | adbfba1450e673e743edafab8dc22a2fc14504d9 (diff) | |
download | live-build-21964d0163b07eabd5822551a8d1f5053baf4dcb.zip live-build-21964d0163b07eabd5822551a8d1f5053baf4dcb.tar.gz |
Replacing policy-rc.d text that is used by sbuild too.
Diffstat (limited to 'helpers/lh_chroot_sysv-rc')
-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 |