File: control

package info (click to toggle)
dphys-config 20130301~current-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 468 kB
  • ctags: 13
  • sloc: sh: 927; makefile: 50
file content (34 lines) | stat: -rw-r--r-- 1,263 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: dphys-config
Section: admin
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Uploaders: Elmar S. Heeb <elmar@heebs.ch>
Build-Depends: debhelper (>= 9),
               dh-exec (>= 0.6)
Standards-Version: 3.9.5
Homepage: http://neil.franklin.ch/Projects/dphys-config/
Vcs-Browser: https://github.com/isgphys/dphys-config
Vcs-Git: git://github.com/isgphys/dphys-config.git

Package: dphys-config
Architecture: all
Depends: dash,
         wget,
         ${misc:Depends}
Suggests: pciutils
Enhances: hobbit-client,
          xymon-client
Description: Tool to distribute config files
 This project is aimed at automatically installing (and keeping
 update) site specific config files on many hosts, after preprocessing
 them (conditional content and include files and include sections). It
 also triggers postinstall scripts whenever their associated config
 file has been changed. It can also remove config files, including
 running an preremove script before doing so. All this is driven by an
 simple config file list.
 .
 dphys-config is capable of reporting update failure or success to a
 Xymon (formerly Hobbit) monitoring server.
 .
 dphys-config features an interactive mode and a non-interactive diff
 mode to check what would be updated.