chiark / gitweb /
debian/: Working on new packaging arrangements
[userv-utils.git] / groupmanage / INSTALL
1 groupmanage - installation instructions
2
3 'groupmanage' is /usr/local/bin/groupmanage - NOT setuid root
4 -rwxr-xr-x   1 root     root /usr/local/bin/groupmanage
5 'groupmanage.conf' is /etc/groupmanage.conf - edit to taste
6 -rw-rw-r--   1 root     root /etc/groupmanage.conf
7 'services' is (typically) /etc/userv/services.d/groupmanage
8 -rw-rw-r--   1 root     root /etc/userv/services.d/groupmanage
9
10 Edit /etc/userv/system.default to add a line
11         include-lookup service /etc/userv/services.d
12 if you don't have one already.
13
14 groupmanage depends on /etc/environment setting up a sensible PATH.
15 /etc/grouplist must exist.  We suggest inserting the comment
16 # Syntax:
17 # group:description:manager:maint-users:home
18 There must be no blank lines in /etc/grouplist.
19
20 groupmanage is part of userv-utils, which are
21 Copyright 1996-2013 Ian Jackson <ijackson@chiark.greenend.org.uk>
22 Copyright 1998 David Damerell <damerell@chiark.greenend.org.uk>
23 Copyright 1999,2003
24    Chancellor Masters and Scholars of the University of Cambridge
25 Copyright 2010 Tony Finch <fanf@dotat.at>
26
27 All the utilities here are free software; you can redistribute it and/or
28 modify it under the terms of the GNU General Public License as published by
29 the Free Software Foundation; either version 3 of the License, or (at your
30 option) any later version.
31
32 This program is distributed in the hope that it will be useful, but
33 WITHOUT ANY WARRANTY; without even the implied warranty of
34 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
35 General Public License for more details.
36
37 You should have received a copy of the GNU General Public License
38 along with userv-utils; if not, see http://www.gnu.org/licenses/.