~ubuntu-branches/ubuntu/saucy/cdebootstrap/saucy

« back to all changes in this revision

Viewing changes to helper/cdebootstrap-helper-rc.d/usr/sbin/policy-rc.d

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-05-05 11:47:32 UTC
  • Revision ID: james.westby@ubuntu.com-20080505114732-y8wv2nswph52qlwe
Tags: 0.5.1ubuntu1
* Merge from Debian unstable (Fix LP: #223442).
  Remaining Ubuntu changes:
  - Set NO_PKG_MANGLE while building nested package
  - Update maintainer field in debian/control
* config/suites:
  - Add Intrepid to known distributions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
 
2
echo "************************************" >&2
 
3
echo "All rc.d operations denied by policy" >&2
 
4
echo "************************************" >&2
2
5
exit 101