Replacing policy-rc.d text that is used by sbuild too.

This commit is contained in:
Daniel Baumann 2009-08-11 22:15:23 +02:00
parent adbfba1450
commit 21964d0163
1 changed files with 1 additions and 4 deletions

View File

@ -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