CVS: moonbase/doc-tools/sgml-common DETAILS, 1.2, 1.3 POST_INSTALL, 1.3, 1.4 PRE_REMOVE, 1.2, 1.3

nhudson at lunar-linux.org nhudson at lunar-linux.org
Mon Aug 18 00:43:01 GMT 2003


Update of /var/cvs/lunar/moonbase/doc-tools/sgml-common
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32750/sgml-common

Modified Files:
	DETAILS POST_INSTALL PRE_REMOVE 
Log Message:

This will fix things for now seems 2 modules sgml-common and slides are installing /etc/sgml/catalog into the main catalog at /etc/sgml/catalog which causes a loop, this shoudl take those out and install it correctly.  Now for the bug with openjade, the test is going to be taken out for right now tiollI can get it fixed.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/sgml-common/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	20 Nov 2002 02:01:10 -0000	1.2
+++ DETAILS	18 Aug 2003 00:42:59 -0000	1.3
@@ -6,7 +6,7 @@
    SOURCE_URL[1]=http://lunar-linux.org/lunar/mirrors/docbook/$SOURCE
         WEB_SITE=http://www.iso.ch/cate/3524030.html
          ENTERED=20020630
-         UPDATED=20021119
+         UPDATED=20030818
       MAINTAINER=csm at moongroup.com
            SHORT="Base ISO character entities and utilities for SGML and XML"
 cat << EOF

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/sgml-common/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	3 Jan 2003 07:08:16 -0000	1.3
+++ POST_INSTALL	18 Aug 2003 00:42:59 -0000	1.4
@@ -6,3 +6,4 @@
 fi
 
 /usr/bin/install-catalog -a $centralized /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
+/usr/bin/install-catalog --remove $centralized /etc/sgml/catalog

Index: PRE_REMOVE
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/sgml-common/PRE_REMOVE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PRE_REMOVE	3 Jan 2003 05:07:50 -0000	1.2
+++ PRE_REMOVE	18 Aug 2003 00:42:59 -0000	1.3
@@ -1,3 +1,4 @@
 centralized="/etc/sgml/catalog"
 
 /usr/bin/install-catalog --remove $centralized /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
+/usr/bin/install-catalog --remove $centralized $centralized




More information about the Lunar-commits mailing list