richard: server/kolabd/kolabd/namespace/libexec showlog.in, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Sat Dec 10 22:57:13 CET 2005


Author: richard

Update of /kolabrepository/server/kolabd/kolabd/namespace/libexec
In directory doto:/tmp/cvs-serv13859/namespace/libexec

Modified Files:
	showlog.in 
Log Message:
https://intevation.de/roundup/kolab/issue1021

* Makefile.am: fixed a typo: templtes should be templates
  - kolabdocdir was not using the dist_conf file.  It is now, and the
    documentation directory can be defined with: pkgdocdir
  - kolabrcdir was not using the dist_conf file.  It is now, and the
    rc directory can be defined with: kolab_rcdir
  - Added ChangeLog, NEWS, COPYING and AUTHORS to the document files
    to be distributed.
  - INSTALL will be included in the tarbal
  - Changed the document path to $(pkgdocdir)/kolabd (that is
    ../share/kolab/doc, to .../share/doc/kolabd.  To prevent classes
    with files named the same (e.g. ChangeLog) from other modules.
* dist-conf/kolab: added pkgdocdir to reflect the change in Makefile.am
  - Added perllib
* kolab_bootstrap.in: use the '[x]' trick to prevent grep to show
  in the process list...
* kolabquotawarn.in: removed unnecessary prefix assignment
* doc/README.amavisd.in: replace @l_prefix@/var by the autotools prefix
  variable @localstatedir@
* doc/README.webgui.in: replace @l_prefix@/etc by the autotools prefix
  variable @sysconfdir@
* namespace/libexec/showlog.in: removed commented out prefix
  assignment.  It is really not needed anymore
* kolab_bootstrap.in: removed redundant kolab_prefix assigment
  replaced $kolab_prefix/bin by @bindir@
* rc.kolabd.in: @prefix@/lib/openpkg/bash replaced by @BASH@
* NEWS: added
* AUTHORS: added
* bootstrap: removed touching of the files: NEWS, ChangeLog and
  AUTHORS, as they are now in CVS



Index: showlog.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/showlog.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- showlog.in	22 Nov 2005 14:21:58 -0000	1.2
+++ showlog.in	10 Dec 2005 21:57:11 -0000	1.3
@@ -14,9 +14,6 @@
 ##  Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
 ##
 
-# can be removed (i think) won't be needed
-# prefix=@prefix@
-
 if [ ".$1" = ".--showhelp" ]; then
 	echo "Display the Kolab server logs"
 	exit 0





More information about the commits mailing list