summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 13 insertions, 13 deletions
diff --git a/debian/control b/debian/control
index 1cfde2f..d25819d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,19 @@ Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
Standards-Version: 3.7.0.0
Build-Depends: debhelper (>= 8)
+Package: userv-utils
+Architecture: all
+Depends: userv
+Recommends: ${perl:Depends}, ${misc:Depends}
+Description: privsep utilities collection
+ Several small userv services, which allow certain system configuration
+ actions to be delegated. In each case the service is disabled unless
+ enabled by symlink /etc/userv/services.d/* -> ../services-available/*.
+ .
+ mailq - allow users to view the mail queue
+ ndc-reload - allow certain users to reload the nameserver
+ checkpasswd-* - allow users to run a UNIX password check
+
Package: userv-ipif
Architecture: any
Depends: userv, ${shlibs:Depends}, ${misc:Depends}
@@ -73,16 +86,3 @@ Description: per-user git daemon service
the line from /usr/share/doc/examples/userv-git-daemon.inetd into
/etc/inetd.conf and (b) specifically list hostnames and target
directories in /etc/userv/git-urlmap.
-
-Package: userv-misc
-Architecture: all
-Depends: userv
-Recommends: ${perl:Depends}, ${misc:Depends}
-Description: miscellaneous small userv scripts
- This package a few small userv services. Since you must choose
- whether to install this package or not as one lump, the default
- configuration for each script does not give users any new abilities.
- .
- mailq - allow users to view the mail queue
- ndc-reload - allow certain users to reload the nameserver
- checkpasswd-* - allow users to run a UNIX password check