mathieu: server/perl-kolab/sbin kolab_bootstrap.in, 1.1, 1.2 kolab_upgrade.in, 1.1, 1.2 kolabcheckperm.in, 1.1, 1.2 kolabconf.in, 1.1, 1.2 kolabd.in, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Tue Jan 20 18:22:14 CET 2009


Author: mathieu

Update of /kolabrepository/server/perl-kolab/sbin
In directory doto:/tmp/cvs-serv27845/perl-kolab/sbin

Modified Files:
	kolab_bootstrap.in kolab_upgrade.in kolabcheckperm.in 
	kolabconf.in kolabd.in 
Log Message:
kolab/issue3355 (POD manpages for perl-kolab)


Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolab_bootstrap.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolab_bootstrap.in	8 Nov 2008 07:35:44 -0000	1.1
+++ kolab_bootstrap.in	20 Jan 2009 17:22:12 -0000	1.2
@@ -1,14 +1,49 @@
 #!perl
 
-# (c) 2004-2005 Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
-# (c) 2003,2004 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
-# (c) 2003-2005 Martin Konold <martin.konold at erfrakon.de>
-# (c) 2003 Achim Frank <achim.frank at erfrakon.de>
-#
-# This program is Free Software under the GNU General Public License (>=v2).
-# Read the file COPYING that comes with this packages for details.
+=head1 NAME
 
-# kolab_bootstrap Version 0.93
+kolab_bootstrap - Kolab bootstrap tool
+
+=head1 SYNOPSIS
+
+B<kolab_bootstrap> [B<-b>] [B<-f>]
+
+=head1 OPTIONS AND ARGUMENTS
+
+=over 8
+
+=item B<-b>
+
+=item B<-f>
+
+=back
+
+=head1 COPYRIGHT AND AUTHORS
+
+Copyright (c) 2004-2005 Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+
+Copyright (c) 2003,2004 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
+
+Copyright (c) 2003-2005 Martin Konold <martin.konold at erfrakon.de>
+
+Copyright (c) 2003 Achim Frank <achim.frank at erfrakon.de>
+
+=head1 LICENSE
+
+This  program 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.
+
+This program 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.
+
+You can view the  GNU General Public License, online, at the GNU
+Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+
+=cut
 
 use strict;
 use vars qw($opt_b $opt_f);

Index: kolab_upgrade.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolab_upgrade.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolab_upgrade.in	8 Nov 2008 09:41:05 -0000	1.1
+++ kolab_upgrade.in	20 Jan 2009 17:22:12 -0000	1.2
@@ -1,9 +1,33 @@
 #!perl
 
-# (c) 2005 Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
-#
-# This program is Free Software under the GNU General Public License (>=v2).
-# Read the file COPYING that comes with this packages for details.
+=head1 NAME
+
+kolab_upgrade - Kolab upgrade tool
+
+=head1 SYNOPSIS
+
+B<kolab_upgrade>
+
+=head1 COPYRIGHT AND AUTHORS
+
+Copyright (c) 2005 Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+
+=head1 LICENSE
+
+This  program 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.
+
+This program 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.
+
+You can view the  GNU General Public License, online, at the GNU
+Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+
+=cut
 
 use Term::ReadKey;
 use Kolab;

Index: kolabcheckperm.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolabcheckperm.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabcheckperm.in	8 Nov 2008 07:35:44 -0000	1.1
+++ kolabcheckperm.in	20 Jan 2009 17:22:12 -0000	1.2
@@ -1,11 +1,35 @@
 #!perl
 
-# (c) 2004 Klaralvdalens Datakonsult AB
-#
-# Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
-#
-# This program is Free Software under the GNU General Public License (>=v2).
-# Read the file COPYING that comes with this packages for details.
+=head1 NAME
+
+kolabcheckperm - Kolab permission checking tool
+
+=head1 SYNOPSIS
+
+B<kolabcheckperm>
+
+=head1 COPYRIGHT AND AUTHORS
+
+Copyright (c) 2004 Klaralvdalens Datakonsult AB
+
+Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+
+=head1 LICENSE
+
+This  program 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.
+
+This program 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.
+
+You can view the  GNU General Public License, online, at the GNU
+Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+
+=cut
 
 use strict;
 use Kolab;

Index: kolabconf.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolabconf.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabconf.in	8 Nov 2008 07:35:44 -0000	1.1
+++ kolabconf.in	20 Jan 2009 17:22:12 -0000	1.2
@@ -1,28 +1,52 @@
 #!perl
 
-##  COPYRIGHT
-##  ---------
-##
-##  See AUTHORS file
-##
-##
-##  LICENSE
-##  -------
-##
-##  This program 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 of the License, or
-##  (at your option) any later version.
-##
-##  This program 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.
-##
-##  You should have received a copy of the GNU General Public License
-##  along with this program; if not, write to the Free Software
-##  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-##
+=head1 NAME
+
+kolabconf - Kolab configuration tool
+
+=head1 SYNOPSIS
+
+B<kolab_bootstrap> [B<-d>] [B<-n>] [B<-h>]
+
+=head1 OPTIONS AND ARGUMENTS
+
+=over 8
+
+=item B<-d>
+
+(debug) to print out the current config.
+
+=item B<-n>
+
+(noreload) to skip reloading services after changing configuration.
+
+=item B<-h>
+
+(help) to get this text.
+
+=back
+
+=head1 COPYRIGHT AND AUTHORS
+
+See AUTHORS file
+
+=head1 LICENSE
+
+This  program 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.
+
+This program 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.
+
+You can view the  GNU General Public License, online, at the GNU
+Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+
+=cut
+
 ##  $Revision$
 
 use 5.008;

Index: kolabd.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolabd.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabd.in	8 Nov 2008 07:35:44 -0000	1.1
+++ kolabd.in	20 Jan 2009 17:22:12 -0000	1.2
@@ -1,30 +1,46 @@
 #!perl
 
-##
-##  Copyright (c) 2004  Klaraelvdalens Datakonsult AB
-##  Copyright (c) 2003  Code Fusion cc
-##
-##    Writen by Stuart Bing?<s.binge at codefusion.co.za>
-##    Portions based on work by the following people:
-##
-##      (c) 2003  Tassilo Erlewein  <tassilo.erlewein at erfrakon.de>
-##      (c) 2003  Martin Konold     <martin.konold at erfrakon.de>
-##      (c) 2003  Achim Frank       <achim.frank at erfrakon.de>
-##
-##
-##  This  program 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.
-##
-##  This program 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.
-##
-##  You can view the  GNU General Public License, online, at the GNU
-##  Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
-##
+=head1 NAME
+
+kolabd - Kolab daemon
+
+=head1 SYNOPSIS
+
+B<kolabd>
+
+=head1 COPYRIGHT AND AUTHORS
+
+Copyright (c) 2004  Klaraelvdalens Datakonsult AB
+
+Copyright (c) 2003  Code Fusion cc
+
+Writen by Stuart Bing?<s.binge at codefusion.co.za>
+
+Portions based on work by the following people:
+
+Copyright (c) 2003  Tassilo Erlewein  <tassilo.erlewein at erfrakon.de>
+
+Copyright (c) 2003  Martin Konold     <martin.konold at erfrakon.de>
+
+Copyright (c) 2003  Achim Frank       <achim.frank at erfrakon.de>
+
+
+=head1 LICENSE
+
+This  program 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.
+
+This program 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.
+
+You can view the  GNU General Public License, online, at the GNU
+Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+
+=cut
 
 #
 #  Module prefixes in the logs:





More information about the commits mailing list