thomas: server/perl-kolab ChangeLog,1.52,1.53 Makefile.PL,1.13,1.14

cvs at kolab.org cvs at kolab.org
Tue Feb 10 15:03:36 CET 2009


Author: thomas

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

Modified Files:
	ChangeLog Makefile.PL 
Log Message:
Makefile.PL: Install manpages for scripts in sbin (first part of kolab/issue3363)


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/perl-kolab/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- ChangeLog	10 Feb 2009 13:10:30 -0000	1.52
+++ ChangeLog	10 Feb 2009 14:03:34 -0000	1.53
@@ -1,6 +1,8 @@
 2009-02-10  Thomas Arendsen Hein  <thomas at intevation.de>
 
 	* sbin/kolab_bootstrap.in: Improved the ssh handling for slave setups.
+	* Makefile.PL: Install manpages for scripts in sbin (first part of
+	kolab/issue3363)
 
 2009-02-09  Thomas Arendsen Hein  <thomas at intevation.de>
 

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.PL,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.PL	10 Feb 2009 13:45:49 -0000	1.13
+++ Makefile.PL	10 Feb 2009 14:03:34 -0000	1.14
@@ -183,6 +183,17 @@
                            'bin/kolabdcachetool',
                            'bin/kolabpasswd',
                            'bin/kolabquotawarn'],
+    MAN1PODS          => {
+                           'bin/kolab_smtpdpolicy' => 'blib/man1/kolab_smtpdpolicy.1p',
+                           'bin/kolabquotareport'  => 'blib/man1/kolabquotareport.1p',
+                           'bin/kolabdcachetool'   => 'blib/man1/kolabdcachetool.1p',
+                           'bin/kolabpasswd'       => 'blib/man1/kolabpasswd.1p',
+                           'bin/kolabquotawarn'    => 'blib/man1/kolabquotawarn.1p',
+                           'sbin/kolab_bootstrap'  => 'blib/man1/kolab_bootstrap.1p',
+                           'sbin/kolabcheckperm'   => 'blib/man1/kolabcheckperm.1p',
+                           'sbin/kolabconf'        => 'blib/man1/kolabconf.1p',
+                           'sbin/kolabd'           => 'blib/man1/kolabd.1p',
+                         },
     $installscript    => $INSTALLSCRIPT,
     ABSTRACT          => 
 'perl-kolab provides a basic set of perl modules required for the





More information about the commits mailing list