gunnar: server/kolabd/kolabd ChangeLog, 1.194, 1.195 Makefile.am, 1.45, 1.46 kolab.globals.in, 1.12, 1.13 kolab_bootstrap.in, 1.41, NONE kolab_smtpdpolicy.in, 1.11, NONE kolab_upgrade.in, 1.5, NONE kolabcheckperm.in, 1.4, NONE kolabd.in, 1.8, NONE kolabdcachetool.in, 1.2, NONE kolabpasswd.in, 1.5, NONE kolabquotareport.in, 1.5, NONE kolabquotawarn.in, 1.15, NONE quotawarning.txt, 1.2, NONE

cvs at kolab.org cvs at kolab.org
Fri Oct 10 16:30:46 CEST 2008


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv21023

Modified Files:
	ChangeLog Makefile.am kolab.globals.in 
Removed Files:
	kolab_bootstrap.in kolab_smtpdpolicy.in kolab_upgrade.in 
	kolabcheckperm.in kolabd.in kolabdcachetool.in kolabpasswd.in 
	kolabquotareport.in kolabquotawarn.in quotawarning.txt 
Log Message:
Move perl tools over to perl-kolab.

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- ChangeLog	23 Sep 2008 13:47:51 -0000	1.194
+++ ChangeLog	10 Oct 2008 14:30:44 -0000	1.195
@@ -1,3 +1,32 @@
+2008-10-03  Gunnar Wrobel  <p at rdus.de>
+
+	* kolab_upgrade.in: Moved script from kolabd package into
+	perl-kolab.
+
+	* kolabquotawarn.in: Moved script from kolabd package into
+	perl-kolab.
+
+	* kolabpasswd.in: Moved script from kolabd package into
+	perl-kolab.
+
+	* kolab_bootstrap.in: Moved script from kolabd package into
+	perl-kolab.
+
+	* kolabd.in: Moved script from kolabd package into
+	perl-kolab.
+
+	* kolabdcachetool.in: Moved script from kolabd package into
+	perl-kolab.
+
+	* kolabcheckperm.in: Moved script from kolabd package into
+	perl-kolab.
+
+	* kolabquotareport.in: Moved script from kolabd package into
+	perl-kolab.
+
+	* kolab_smtpdpolicy.in: Moved script from kolabd package into
+	perl-kolab.
+
 2008-09-23  Gunnar Wrobel  <p at rdus.de>
 
 	* templates/master.cf.template.in: Updated the configuration

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Makefile.am,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Makefile.am	6 Sep 2008 15:15:28 -0000	1.45
+++ Makefile.am	10 Oct 2008 14:30:44 -0000	1.46
@@ -19,14 +19,7 @@
 kolab_SCRIPTS = $(KOLAB_SCRIPTS_FILES) \
 	kolab_sslcert.sh \
 	kolab_ca.sh \
-	kolab_bootstrap \
-	workaround.sh \
-	kolabquotawarn \
-	kolabquotareport \
-	kolab_upgrade \
-	kolab_smtpdpolicy \
-	kolabdcachetool
-
+	workaround.sh
 
 kolabspecialdir = $(kolabconfdir)
 kolabspecial_DATA = kolab.globals
@@ -139,13 +132,8 @@
 kolabdocdir = $(pkgdocdir)/@PACKAGE@
 kolabdoc_DATA = $(kolabdoc_FILES) $(kolabdoc_GENERATED)
 
-if OPENPKG
-kolabsbin_FILES = kolabd \
-	kolabcheckperm
-else
-kolabsbin_FILES = kolabd \
-	kolabcheckperm \
-	dist_conf/kolabsrv
+if ! OPENPKG
+kolabsbin_FILES = dist_conf/kolabsrv
 endif	
 
 kolabsbindir = $(sbindir)/
@@ -158,7 +146,7 @@
   KOLABBIN_FILES = namespace/kolab
 endif
 
-kolabbin_DATA = kolabpasswd $(KOLABBIN_FILES)
+kolabbin_DATA = $(KOLABBIN_FILES)
 
 
 if OPENPKG
@@ -217,9 +205,6 @@
 	chmod 444 $(DESTDIR)$(kolabconfdir)/kolab.globals
 	chmod 775 $(DESTDIR)$(kolabdir)$(kolab_FILES)
 	chmod 744 $(DESTDIR)$(kolabnamespacedir)/*
-	chmod 744 $(DESTDIR)$(sbindir)/kolabd
-	chmod 744 $(DESTDIR)$(sbindir)/kolabcheckperm
-	chmod 755 $(DESTDIR)$(bindir)/kolabpasswd
 if ! OPENPKG
 	chmod 755 $(DESTDIR)$(sbindir)/kolabsrv
 endif

Index: kolab.globals.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab.globals.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- kolab.globals.in	5 Mar 2008 18:10:09 -0000	1.12
+++ kolab.globals.in	10 Oct 2008 14:30:44 -0000	1.13
@@ -41,11 +41,31 @@
 kolabdir: @sysconfdir@/kolab/
 postmapping: @sbindir@/postmap -o @emailserver_confdir@
 KOLABRC: @KOLABRC@
+bindir: @bindir@
 sbindir: @sbindir@
 webserver_logdir: @webserver_logdir@
 webserver_document_root: @webserver_document_root@
+kolab_statedir: @kolab_statedir@
+kolab_pidfile: @kolab_pidfile@
+kolab_mailboxuiddb: @kolab_mailboxuiddb@
+graveyard_uidcache: @graveyard_uidcache@
+graveyard_tscache: @graveyard_tscache@
 local_addr : 127.0.0.1
 bind_any : TRUE
 bind_addr : 0.0.0.0
 calendar_id : calendar
 syslog_facility : user
+backupfiles : @backupfiles@
+backupdir : @backupdir@
+ldapserver_dir : @ldapserver_dir@
+sysconfdir : @sysconfdir@
+sasl_smtpconffile : @sasl_smtpconffile@
+ldapserver_rusr : @ldapserver_rusr@
+ldapserver_grp : @ldapserver_grp@
+libexecdir : @libexecdir@
+WITHOPENPKG : @WITHOPENPKG@
+LDAPD : @LDAPD@
+kolab_scriptsdir : @kolab_scriptsdir@
+pki_grp : @pki_grp@
+TAR : @TAR@
+kolab_wui : @kolab_wui@

--- kolab_bootstrap.in DELETED ---

--- kolab_smtpdpolicy.in DELETED ---

--- kolab_upgrade.in DELETED ---

--- kolabcheckperm.in DELETED ---

--- kolabd.in DELETED ---

--- kolabdcachetool.in DELETED ---

--- kolabpasswd.in DELETED ---

--- kolabquotareport.in DELETED ---

--- kolabquotawarn.in DELETED ---

--- quotawarning.txt DELETED ---





More information about the commits mailing list