File: control

package info (click to toggle)
policyrcd-script-zg2 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: sh: 2,940; makefile: 10
file content (34 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: policyrcd-script-zg2
Section: admin
Priority: optional
Maintainer: Debian policyrcd-script-zg2 Maintainers <policyd-script-zg2@packages.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: https://tracker.debian.org/pkg/policyrcd-script-zg2
Vcs-Git: https://salsa.debian.org/debian/policyrcd-script-zg2.git
Vcs-Browser: https://salsa.debian.org/debian/policyrcd-script-zg2

Package: policyrcd-script-zg2
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: policy-compliant interface from invoke-rc.d to local config files
 This package contains a script which is linked via the alternatives
 subsystem to /usr/sbin/policy-rc.d. This script looks for a local
 policy-rc.d script in /usr/local and /etc, providing a policy- and
 FHS-compliant way to interface invoke-rc.d with a local script.
 .
 Without this package, a local admin wanting to cleanly interface with
 invoke-rc.d is forced to drop a local binary to /usr/sbin and/or
 manually interface with the alternatives system. Both ways of doing
 this are clumsy and error-prone, so this package offers a clean way of
 interfacing with sysvrc and file-rc.
 .
 Since there are at least two packages containing their own version of
 invoke-rc.d, having a search path policy for policy-rc.d can be
 messy and is prone to be unstructured and uncoordinated.
 .
 Hence, having a dedicated package is the clean way of doing things.
 .
 This package has its upstream sources maintained in the Debian
 project, so there is no upstream URL.