]> git.ipfire.org Git - thirdparty/systemd.git/commit
catalog: make support URL to show in shipped catalog entries configurable (#3597)
authorLennart Poettering <lennart@poettering.net>
Sun, 26 Jun 2016 15:43:37 +0000 (17:43 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Sun, 26 Jun 2016 15:43:37 +0000 (17:43 +0200)
commit4b930ded8391c7552820f8f162b4e6ceebf50ca4
tree9d3a81fb3a9c6ee3ca4780df6f0514dd2ea17bbe
parent68ce459f2fadd3f8aa6e083b4823b37116394956
catalog: make support URL to show in shipped catalog entries configurable (#3597)

Let's allow distros to change the support URL to expose in catalog entries by
default. It doesn't make sense to direct end-users to the upstream project for
common errors.

This adds a --with-support-url= switch to configure, which allows overriding
the default at build-time.

Fixes: #2516
19 files changed:
Makefile.am
catalog/.gitignore [new file with mode: 0644]
catalog/systemd.be.catalog.in [moved from catalog/systemd.be.catalog with 85% similarity]
catalog/systemd.be@latin.catalog.in [moved from catalog/systemd.be@latin.catalog with 81% similarity]
catalog/systemd.bg.catalog.in [moved from catalog/systemd.bg.catalog with 86% similarity]
catalog/systemd.catalog.in [moved from catalog/systemd.catalog with 81% similarity]
catalog/systemd.da.catalog.in [moved from catalog/systemd.da.catalog with 80% similarity]
catalog/systemd.fr.catalog.in [moved from catalog/systemd.fr.catalog with 83% similarity]
catalog/systemd.hr.catalog.in [moved from catalog/systemd.hr.catalog with 81% similarity]
catalog/systemd.hu.catalog.in [moved from catalog/systemd.hu.catalog with 79% similarity]
catalog/systemd.it.catalog.in [moved from catalog/systemd.it.catalog with 80% similarity]
catalog/systemd.ko.catalog.in [moved from catalog/systemd.ko.catalog with 80% similarity]
catalog/systemd.pl.catalog.in [moved from catalog/systemd.pl.catalog with 82% similarity]
catalog/systemd.pt_BR.catalog.in [moved from catalog/systemd.pt_BR.catalog with 80% similarity]
catalog/systemd.ru.catalog.in [moved from catalog/systemd.ru.catalog with 86% similarity]
catalog/systemd.sr.catalog.in [moved from catalog/systemd.sr.catalog with 84% similarity]
catalog/systemd.zh_CN.catalog.in [moved from catalog/systemd.zh_CN.catalog with 79% similarity]
catalog/systemd.zh_TW.catalog.in [moved from catalog/systemd.zh_TW.catalog with 78% similarity]
configure.ac