chiark / gitweb /
5d9214e67654eb7c17ce11c4da223b782eba66b5
[chiark-utils.git] / debian / control
1 Source: chiark-utils
2 Section: admin
3 Priority: extra
4 Maintainer: Matthew Vernon <matthew-chiark-utils@debian.org>
5 Uploaders: matthew@debian.org
6 Standards-Version: 3.2.1.0
7
8 Package: chiark-backup
9 Section: utils
10 Priority: extra
11 Architecture: all
12 Depends: chiark-rwbuffer
13 Description: backup system for small systems and networks
14  These are the backup scripts used by chiark.greenend.org.uk and other
15  systems belonging to the Sinister Greenend Organisation.  Features:
16   * Suitable for single systems and small networks.
17   * Reasonably simple; they do what you tell it to.
18   * Hard failures when individual systems fail, to encourage fixing !
19  If you have a larger site you may wish to look at Amanda.
20
21 Package: chiark-scripts
22 Section: admin
23 Priority: extra
24 Conflicts: chiark-named-conf, sync-accounts
25 Replaces: chiark-named-conf, sync-accounts
26 Architecture: all
27 Description: chiark system administration scripts
28  This package contains a number of small administration scripts used
29  by chiark.greenend.org.uk and other systems belonging to the Sinister
30  Greenend Organisation.  Featuring:
31  .
32  chiark-named-conf: a tool for managing nameserver configurations
33  and checking for suspected DNS problems.  Its main functions are to
34  check that delegations are appropriate and working, that secondary
35  zones are slaved from the right places, and to generate a
36  configuration for BIND, from its own input file.
37  .
38  sync-accounts: a simple but flexible account info synchroniser.
39  sync-accounts is a tool for copying un*x account data from remote
40  systems and installing it locally.  It is flexible and reasonably
41  straightforward, but lacks integration with other distributed
42  databases such as NIS.
43  .
44  cvs-repomove and cvs-adjustroot: tools for moving CVS repositories
45  and adjusting working trees.
46  .
47  palm-datebook-reminders: a program which emails mails you reminders
48  about the appointments in your Palm's Datebook.
49
50 Package: chiark-rwbuffer
51 Section: utils
52 Priority: extra
53 Architecture: any
54 Depends: ${shlibs:Depends}
55 Description: readbuffer/writebuffer: prevents tape drive seesawing, etc.
56  readbuffer and writebuffer: programs for reading input from devices,
57  and writing output to, which don't like constant stopping and
58  starting, such as tape drives and audio playback devices.
59
60 Package: chiark-utils-bin
61 Architecture: any
62 Depends: ${shlibs:Depends}
63 Suggests: ${shlibs:Suggests}
64 Section: utils
65 Priority: extra
66 Description: chiark system administration utilities
67  This package contains a number of small administration scripts used
68  by chiark.greenend.org.uk and other systems belonging to the Sinister
69  Greenend Organisation.  Currently featuring only:
70  .
71  with-lock-ex: a simple tool for acquiring a lockfile before running
72  another program or script.
73
74 Package: chiark-really
75 Section: admin
76 Priority: extra
77 Architecture: any
78 Depends: ${shlibs:Depends}
79 Description: really - a tool for gaining privilege (simple, realistic sudo)
80  really is a program that allows certain users to become whatever user
81  they like on request.  It is a bit like sudo in that respect.
82  However, really is simpler than sudo, and doesn't give the system
83  administrator any false security promises.  So really is less of a
84  general security risk to the system.
85  .
86  Unlike sudo it does not pretend that the called account can be any
87  more secure than the calling account. so there is never a need for a
88  password.  If you wanted to restrict which commands and functions the
89  called user can perform, use userv, not really or sudo.
90  .
91  Also unlike sudo, really only works if the calling user is supposed
92  to be equivalent to root.  But, really can also be used by
93  root-equivalent users to become any user, not just root; in this way
94  it can be a replacement for certain uses of su.