File: control

package info (click to toggle)
slack 1%3A0.15.2-9
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 488 kB
  • ctags: 54
  • sloc: perl: 2,518; makefile: 94; sh: 23
file content (17 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: slack
Section: admin
Priority: optional
Maintainer: Andrew Pollock <apollock@debian.org>
Build-Depends: debhelper (>= 6.0.7~), rsync
Standards-Version: 3.9.8

Package: slack
Architecture: all
Depends: perl, rsync, ${misc:Depends}
Suggests: openssh-server, openssh-client
Description: configuration management program for lazy admins
 slack tries to allow centralized configuration management with a bare
 minimum of effort.  Usually, just putting a file in the right place
 will cause the right thing to be done.  It uses rsync to copy files
 around, so can use any sort of source (NFS directory, remote server
 over SSH, remote server over rsync) that rsync supports.