X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=groupmanage%2Fgroupmanage;h=19416062e27e5d96011fd228978d8ab0ff060f79;hb=f0aa028edd42fec09cf17b7831bc00adc2ba6d31;hp=fa7c269cf4e18b3be30ea8d4167ea1a3e6f5bf93;hpb=ac36fe36a46fa8a724427fb349c8ca9122d1c611;p=userv-utils.git diff --git a/groupmanage/groupmanage b/groupmanage/groupmanage index fa7c269..1941606 100755 --- a/groupmanage/groupmanage +++ b/groupmanage/groupmanage @@ -1,22 +1,18 @@ #!/usr/bin/perl # -# Reads /etc/grouplist, in form -# group:description:owner:manager1,manager2,manager3:home-directory -# (as many or few managers as you like) -# Modifies /etc/grouplist by adding or removing managers &c, -# and /etc/group by adding or removing members. - -# Copyright (C)1995-8 Ian Jackson - +# Copyright (C)1995-9 Ian Jackson +# # This is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. - +# # It is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +# +# $Id$ sub usage { &unlock; @@ -36,6 +32,8 @@ groupmanage: $_[0] --manager-remove ... --title --owner [root only] +groupmanage is Copyright. It is free software, released under the GNU +GPL v2 or later. There is NO WARRANTY. See the GPL for details. END exit(1); }