diff --git a/branches/ucs-3.2/doc-common/docbook/stylesheets/macros-de.ent b/branches/ucs-3.2/doc-common/docbook/stylesheets/macros-de.ent index 9d2fa66..cf1ccca 100644 --- a/branches/ucs-3.2/doc-common/docbook/stylesheets/macros-de.ent +++ b/branches/ucs-3.2/doc-common/docbook/stylesheets/macros-de.ent @@ -24,6 +24,6 @@ - + diff --git a/branches/ucs-3.2/doc-common/docbook/stylesheets/macros-en.ent b/branches/ucs-3.2/doc-common/docbook/stylesheets/macros-en.ent index 956b928..3bac8ac 100644 --- a/branches/ucs-3.2/doc-common/docbook/stylesheets/macros-en.ent +++ b/branches/ucs-3.2/doc-common/docbook/stylesheets/macros-en.ent @@ -24,6 +24,6 @@ - + diff --git a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/apps/app.xml b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/apps/app.xml index 2127736..4a30568 100644 --- a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/apps/app.xml +++ b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/apps/app.xml @@ -141,7 +141,7 @@ application! To workaround this issue, the vendor has to do the following: In a first step he has to grab the packages from the unmaintained repository (see for example ) and + url="http://apt.software-univention.de/3.2/unmaintained/" />) and bundle it with his own packages so that they are put into the app's own repository. In a second step he should inform Univention about these packages. We will probably move them into maintained so that this diff --git a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/packaging/packaging.xml b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/packaging/packaging.xml index d85ba44..41b8936 100644 --- a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/packaging/packaging.xml +++ b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/packaging/packaging.xml @@ -67,7 +67,7 @@ cd work/ Checkout example package from Univention Subversion @@ -395,7 +395,7 @@ install -m644 -t "$WWW_BASE/$TESTCOMP" *.deb This repository can be included on any UCS system by appending the following line to /etc/apt/sources.list, assuming the FQDN of the host providing the repository is named repository.server: - deb http://repository.server/repository/3.1/maintained/component testcomp/all/ + deb http://repository.server/repository/3.2/maintained/component testcomp/all/ It is important that the directory, from were the apt-ftparchive command is invoked, matches the first string given in the sources.list file after the deb prefix. diff --git a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/udm/udm.xml b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/udm/udm.xml index 77cb5d8..ef2e38f 100644 --- a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/udm/udm.xml +++ b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/udm/udm.xml @@ -157,7 +157,7 @@ udm container/ou delete --dn "cn=xxx,$ldap_base" The module settings/extended_attribute requires many parameters. - They are described in . + They are described in . name (required) @@ -906,7 +906,7 @@ udm settings/extended_attribute modify \ Since UCR variables only affect the local system, the variables must be set on all systems were UDM is used. - This can be either done through a &ucsUCR; policy (see ) or by setting the variable in the .postinst script of some package, which is installed on all hosts. + This can be either done through a &ucsUCR; policy (see ) or by setting the variable in the .postinst script of some package, which is installed on all hosts. diff --git a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/umc.xml b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/umc.xml index 2419256..fa60a96 100644 --- a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/umc.xml +++ b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/umc.xml @@ -100,7 +100,7 @@ Icons: umc/icons - + ... diff --git a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/updater.xml b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/updater.xml index 38f6046..eaa8afb 100644 --- a/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/updater.xml +++ b/branches/ucs-3.2/ucs-3.2-0/doc/developer-reference/updater.xml @@ -34,7 +34,7 @@ Only at the end of a successful update are the &ucsUCRV;s updated. - Additional components can be added as separate repositories using &ucsUCRV;s repository/online/component/…, which are described in manual. + Additional components can be added as separate repositories using &ucsUCRV;s repository/online/component/…, which are described in manual. Setting the variable …/version=current can be used to mark a component as required, which blocks an upgrade until the component is available for the new release.