Release new version 0.4.0
[grml-policyrcd.git] / policy-rc.d.conf
1 # Filename:      /etc/policy-rc.d.conf
2 # Purpose:       configuration file for /usr/sbin/grml-policy-rc.d
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 # Latest change: Sam Jul 08 01:29:41 CEST 2006 [mika]
7 ################################################################################
8
9 # Do you want to run invoke-rc.d?
10   EXITSTATUS='0'
11
12 #   0 - action allowed
13 #   1 - unknown action (therefore, undefined policy)
14 #  100 - unknown initscript id
15 #  101 - action forbidden by policy
16 #  102 - subsystem error
17 #  103 - syntax error
18 #  104 - [reserved]
19 #  105 - behaviour uncertain, policy undefined.
20 #  106 - action not allowed. Use the returned fallback actions
21 #        (which are implied to be "allowed") instead.
22
23 # Do you want to execute another script?
24 # POLICYRCD=/usr/local/sbin/policy-rc.d
25
26 # More information:
27 # http://people.debian.org/~hmh/invokerc.d-policyrc.d-specification.txt
28
29 ## END OF FILE #################################################################