From: frank Date: Mon, 16 Jan 2012 12:02:02 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=63faa153b8ad356baec33f0a61199ecd07cb72e7;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 528d3e92..5ada1fd4 100755 --- a/.etckeeper +++ b/.etckeeper @@ -691,6 +691,7 @@ maybe chmod 0644 './security/time.conf' maybe chmod 0644 './services' maybe chmod 0755 './sgml' maybe chmod 0644 './sgml/catalog' +maybe chmod 0644 './sgml/sgml-docbook-3.0.cat' maybe chmod 0644 './sgml/sgml-docbook.cat' maybe chmod 0644 './sgml/sgml-ent.cat' maybe chmod 0644 './sgml/sgml.conf' diff --git a/sgml/catalog b/sgml/catalog index 13719971..90da8242 100644 --- a/sgml/catalog +++ b/sgml/catalog @@ -2,3 +2,4 @@ CATALOG "/etc/sgml/sgml-ent.cat" CATALOG "/etc/sgml/sgml-docbook.cat" CATALOG "/etc/sgml/xml-docbook-4.1.2.cat" CATALOG "/etc/sgml/xml-docbook-4.4.cat" +CATALOG "/etc/sgml/sgml-docbook-3.0.cat" diff --git a/sgml/sgml-docbook-3.0.cat b/sgml/sgml-docbook-3.0.cat new file mode 100644 index 00000000..b65ba8c6 --- /dev/null +++ b/sgml/sgml-docbook-3.0.cat @@ -0,0 +1,2 @@ +CATALOG "/usr/share/sgml/docbook/sgml-dtd-3.0/catalog" +CATALOG "/etc/sgml/sgml-docbook.cat"