[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-debian-files/bin spadmin,1.2,1.3



Update of /home/halls/cvs/debian-openoffice/oo-debian-files/bin
In directory gluck:/tmp/cvs-serv13888/bin

Modified Files:
	spadmin 
Log Message:
* README.Debian:
  - Document native CUPS support and explain how to turn it off
    using (closes: #253071, #265741)
  - Drop statement about removed LZW support for .GIFs - the patent has
    expired
  - Add a note that the fontconfig integration is not included in Woody
    backports
* Document SAL_DISABLE_CUPS in openoffice(1) man page
* etc/openoffice/openoffice.conf:Add SAL_DISABLE_CUPS variable, commented
  out.
* Source /etc/openoffice/openoffice.conf in spadmin wrapper script, to
  allow CUPS support to be disabled too.


Index: spadmin
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/oo-debian-files/bin/spadmin,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- spadmin	16 Aug 2003 20:28:17 -0000	1.2
+++ spadmin	9 Sep 2004 12:40:24 -0000	1.3
@@ -1,4 +1,12 @@
 #!/bin/sh
+## Wrapper for OpenOffice.org's spadmin tool
+
 VER=
+
+##
+## Source system configuration file
+##
+[ -r /etc/openoffice${VER}/openoffice.conf ] && . /etc/openoffice${VER}/openoffice.conf
+
 cd /usr/lib/openoffice${VER}/program
 ./spadmin



Reply to: