From d052e3d55b89583d1f6af8a7c79f25b58c2e3705 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Wed, 8 Jul 2020 15:36:18 +0200 Subject: [PATCH] committing changes in /etc made by "apt-get install icingaweb2" Package changes: +fonts-dejavu-extra 2.37-1 all +fonts-droid-fallback 1:6.0.1r16-1.1 all +fonts-noto-mono 20200323-1 all +fonts-urw-base35 20170801.1-3 all +ghostscript 9.50~dfsg-5ubuntu4 amd64 +gsfonts 1:8.11+urwcyr1.0.7~pre44-4.4 all +icingacli 2.7.3-1 all +icingaweb2 2.7.3-1 all +icingaweb2-common 2.7.3-1 all +icingaweb2-module-doc 2.7.3-1 all +icingaweb2-module-monitoring 2.7.3-1 all +imagemagick-6-common 8:6.9.10.23+dfsg-2.1ubuntu11 all +libavahi-client3 0.7-4ubuntu7 amd64 +libavahi-common-data 0.7-4ubuntu7 amd64 +libavahi-common3 0.7-4ubuntu7 amd64 +libcups2 2.3.1-9ubuntu1.1 amd64 +libfftw3-double3 3.3.8-2ubuntu1 amd64 +libgs9 9.50~dfsg-5ubuntu4 amd64 +libgs9-common 9.50~dfsg-5ubuntu4 all +libijs-0.35 0.35-15 amd64 +libjbig2dec0 0.18-1ubuntu1 amd64 +liblcms2-2 2.9-4 amd64 +liblqr-1-0 0.4.2-2.1 amd64 +libmagickcore-6.q16-6 8:6.9.10.23+dfsg-2.1ubuntu11 amd64 +libmagickwand-6.q16-6 8:6.9.10.23+dfsg-2.1ubuntu11 amd64 +libopenjp2-7 2.3.1-1ubuntu4 amd64 +libpaper-utils 1.1.28 amd64 +libpaper1 1.1.28 amd64 +libwebpmux3 0.6.1-2 amd64 +php-icinga 2.7.3-1 all +php-imagick 3.4.4-4 amd64 +php-intl 2:7.4+75 all +php-ldap 2:7.4+75 all +php7.4-intl 7.4.3-4ubuntu2.2 amd64 +php7.4-ldap 7.4.3-4ubuntu2.2 amd64 +poppler-data 0.4.9-2 all +ttf-dejavu-core 2.37-1 all --- .etckeeper | 40 + ImageMagick-6/coder.xml | 23 + ImageMagick-6/colors.xml | 28 + ImageMagick-6/delegates.xml | 122 ++ ImageMagick-6/log.xml | 80 + ImageMagick-6/magic.xml | 23 + ImageMagick-6/mime.xml | 1145 ++++++++++++++ ImageMagick-6/policy.xml | 96 ++ ImageMagick-6/quantization-table.xml | 68 + ImageMagick-6/thresholds.xml | 336 ++++ ImageMagick-6/type-apple.xml | 1367 +++++++++++++++++ ImageMagick-6/type-dejavu.xml | 58 + ImageMagick-6/type-ghostscript.xml | 50 + ImageMagick-6/type-urw-base35.xml | 50 + ImageMagick-6/type-windows.xml | 105 ++ ImageMagick-6/type.xml | 17 + apache2/conf-available/icingaweb2.conf | 25 + apache2/conf-enabled/icingaweb2.conf | 1 + fonts/conf.avail/30-droid-noto-mono.conf | 10 + fonts/conf.avail/65-droid-sans-fallback.conf | 10 + fonts/conf.d/61-urw-bookman.conf | 1 + fonts/conf.d/61-urw-c059.conf | 1 + fonts/conf.d/61-urw-d050000l.conf | 1 + fonts/conf.d/61-urw-fallback-backwards.conf | 1 + fonts/conf.d/61-urw-fallback-generics.conf | 1 + fonts/conf.d/61-urw-gothic.conf | 1 + fonts/conf.d/61-urw-nimbus-mono-ps.conf | 1 + fonts/conf.d/61-urw-nimbus-roman.conf | 1 + fonts/conf.d/61-urw-nimbus-sans.conf | 1 + fonts/conf.d/61-urw-p052.conf | 1 + fonts/conf.d/61-urw-standard-symbols-ps.conf | 1 + fonts/conf.d/61-urw-z003.conf | 1 + fonts/conf.d/65-droid-sans-fallback.conf | 1 + .../cidfmap.d/90gs-cjk-resource-cns1.conf | 9 + .../cidfmap.d/90gs-cjk-resource-gb1.conf | 9 + .../cidfmap.d/90gs-cjk-resource-japan1.conf | 8 + .../cidfmap.d/90gs-cjk-resource-japan2.conf | 4 + .../cidfmap.d/90gs-cjk-resource-korea1.conf | 9 + ghostscript/fontmap.d/10gsfonts.conf | 74 + group | 1 + group- | 2 + gshadow | 1 + gshadow- | 2 + icingaweb2/modules/translation/config.ini | 4 + papersize | 1 + php/7.4/apache2/conf.d/20-imagick.ini | 1 + php/7.4/apache2/conf.d/20-intl.ini | 1 + php/7.4/apache2/conf.d/20-ldap.ini | 1 + php/7.4/cli/conf.d/20-imagick.ini | 1 + php/7.4/cli/conf.d/20-intl.ini | 1 + php/7.4/cli/conf.d/20-ldap.ini | 1 + php/7.4/mods-available/imagick.ini | 2 + php/7.4/mods-available/intl.ini | 3 + php/7.4/mods-available/ldap.ini | 3 + php/7.4/phpdbg/conf.d/20-imagick.ini | 1 + php/7.4/phpdbg/conf.d/20-intl.ini | 1 + php/7.4/phpdbg/conf.d/20-ldap.ini | 1 + 57 files changed, 3808 insertions(+) create mode 100644 ImageMagick-6/coder.xml create mode 100644 ImageMagick-6/colors.xml create mode 100644 ImageMagick-6/delegates.xml create mode 100644 ImageMagick-6/log.xml create mode 100644 ImageMagick-6/magic.xml create mode 100644 ImageMagick-6/mime.xml create mode 100644 ImageMagick-6/policy.xml create mode 100644 ImageMagick-6/quantization-table.xml create mode 100644 ImageMagick-6/thresholds.xml create mode 100644 ImageMagick-6/type-apple.xml create mode 100644 ImageMagick-6/type-dejavu.xml create mode 100644 ImageMagick-6/type-ghostscript.xml create mode 100644 ImageMagick-6/type-urw-base35.xml create mode 100644 ImageMagick-6/type-windows.xml create mode 100644 ImageMagick-6/type.xml create mode 100644 apache2/conf-available/icingaweb2.conf create mode 120000 apache2/conf-enabled/icingaweb2.conf create mode 100644 fonts/conf.avail/30-droid-noto-mono.conf create mode 100644 fonts/conf.avail/65-droid-sans-fallback.conf create mode 120000 fonts/conf.d/61-urw-bookman.conf create mode 120000 fonts/conf.d/61-urw-c059.conf create mode 120000 fonts/conf.d/61-urw-d050000l.conf create mode 120000 fonts/conf.d/61-urw-fallback-backwards.conf create mode 120000 fonts/conf.d/61-urw-fallback-generics.conf create mode 120000 fonts/conf.d/61-urw-gothic.conf create mode 120000 fonts/conf.d/61-urw-nimbus-mono-ps.conf create mode 120000 fonts/conf.d/61-urw-nimbus-roman.conf create mode 120000 fonts/conf.d/61-urw-nimbus-sans.conf create mode 120000 fonts/conf.d/61-urw-p052.conf create mode 120000 fonts/conf.d/61-urw-standard-symbols-ps.conf create mode 120000 fonts/conf.d/61-urw-z003.conf create mode 120000 fonts/conf.d/65-droid-sans-fallback.conf create mode 100644 ghostscript/cidfmap.d/90gs-cjk-resource-cns1.conf create mode 100644 ghostscript/cidfmap.d/90gs-cjk-resource-gb1.conf create mode 100644 ghostscript/cidfmap.d/90gs-cjk-resource-japan1.conf create mode 100644 ghostscript/cidfmap.d/90gs-cjk-resource-japan2.conf create mode 100644 ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf create mode 100644 ghostscript/fontmap.d/10gsfonts.conf create mode 100644 icingaweb2/modules/translation/config.ini create mode 100644 papersize create mode 120000 php/7.4/apache2/conf.d/20-imagick.ini create mode 120000 php/7.4/apache2/conf.d/20-intl.ini create mode 120000 php/7.4/apache2/conf.d/20-ldap.ini create mode 120000 php/7.4/cli/conf.d/20-imagick.ini create mode 120000 php/7.4/cli/conf.d/20-intl.ini create mode 120000 php/7.4/cli/conf.d/20-ldap.ini create mode 100644 php/7.4/mods-available/imagick.ini create mode 100644 php/7.4/mods-available/intl.ini create mode 100644 php/7.4/mods-available/ldap.ini create mode 120000 php/7.4/phpdbg/conf.d/20-imagick.ini create mode 120000 php/7.4/phpdbg/conf.d/20-intl.ini create mode 120000 php/7.4/phpdbg/conf.d/20-ldap.ini diff --git a/.etckeeper b/.etckeeper index 3387f95c8..e077ce84a 100755 --- a/.etckeeper +++ b/.etckeeper @@ -39,6 +39,7 @@ mkdir -p './kernel/install.d' mkdir -p './letsencrypt/renewal-hooks/deploy' mkdir -p './letsencrypt/renewal-hooks/post' mkdir -p './letsencrypt/renewal-hooks/pre' +mkdir -p './libpaper.d' mkdir -p './logcheck/violations.ignore.d' mkdir -p './monit/conf-available' mkdir -p './networkd-dispatcher/carrier.d' @@ -66,6 +67,22 @@ mkdir -p './vulkan/implicit_layer.d' maybe chmod 0755 '.' maybe chmod 0700 '.etckeeper' maybe chmod 0600 '.gitignore' +maybe chmod 0755 'ImageMagick-6' +maybe chmod 0644 'ImageMagick-6/coder.xml' +maybe chmod 0644 'ImageMagick-6/colors.xml' +maybe chmod 0644 'ImageMagick-6/delegates.xml' +maybe chmod 0644 'ImageMagick-6/log.xml' +maybe chmod 0644 'ImageMagick-6/magic.xml' +maybe chmod 0644 'ImageMagick-6/mime.xml' +maybe chmod 0644 'ImageMagick-6/policy.xml' +maybe chmod 0644 'ImageMagick-6/quantization-table.xml' +maybe chmod 0644 'ImageMagick-6/thresholds.xml' +maybe chmod 0644 'ImageMagick-6/type-apple.xml' +maybe chmod 0644 'ImageMagick-6/type-dejavu.xml' +maybe chmod 0644 'ImageMagick-6/type-ghostscript.xml' +maybe chmod 0644 'ImageMagick-6/type-urw-base35.xml' +maybe chmod 0644 'ImageMagick-6/type-windows.xml' +maybe chmod 0644 'ImageMagick-6/type.xml' maybe chmod 0644 'Muttrc' maybe chmod 0755 'Muttrc.d' maybe chmod 0644 'Muttrc.d/charset.rc' @@ -298,6 +315,7 @@ maybe chmod 0755 'apache2' maybe chmod 0644 'apache2/apache2.conf' maybe chmod 0755 'apache2/conf-available' maybe chmod 0644 'apache2/conf-available/charset.conf' +maybe chmod 0644 'apache2/conf-available/icingaweb2.conf' maybe chmod 0644 'apache2/conf-available/javascript-common.conf' maybe chmod 0644 'apache2/conf-available/localized-error-pages.conf' maybe chmod 0644 'apache2/conf-available/loolwsd.conf' @@ -1143,6 +1161,7 @@ maybe chmod 0644 'fonts/conf.avail/20-unhint-small-dejavu-serif.conf' maybe chmod 0644 'fonts/conf.avail/20-unhint-small-vera.conf' maybe chmod 0644 'fonts/conf.avail/25-unhint-nonlatin.conf' maybe chmod 0644 'fonts/conf.avail/30-cjk-aliases.conf' +maybe chmod 0644 'fonts/conf.avail/30-droid-noto-mono.conf' maybe chmod 0644 'fonts/conf.avail/30-metric-aliases.conf' maybe chmod 0644 'fonts/conf.avail/40-nonlatin.conf' maybe chmod 0644 'fonts/conf.avail/45-generic.conf' @@ -1160,6 +1179,7 @@ maybe chmod 0644 'fonts/conf.avail/58-dejavu-lgc-serif.conf' maybe chmod 0644 'fonts/conf.avail/60-generic.conf' maybe chmod 0644 'fonts/conf.avail/60-latin.conf' maybe chmod 0644 'fonts/conf.avail/64-language-selector-prefer.conf' +maybe chmod 0644 'fonts/conf.avail/65-droid-sans-fallback.conf' maybe chmod 0644 'fonts/conf.avail/65-fonts-persian.conf' maybe chmod 0644 'fonts/conf.avail/65-khmer.conf' maybe chmod 0644 'fonts/conf.avail/65-nonlatin.conf' @@ -1182,6 +1202,15 @@ maybe chmod 0644 'fonts/fonts.conf' maybe chmod 0644 'fstab' maybe chmod 0644 'fuse.conf' maybe chmod 0644 'gai.conf' +maybe chmod 0755 'ghostscript' +maybe chmod 0755 'ghostscript/cidfmap.d' +maybe chmod 0644 'ghostscript/cidfmap.d/90gs-cjk-resource-cns1.conf' +maybe chmod 0644 'ghostscript/cidfmap.d/90gs-cjk-resource-gb1.conf' +maybe chmod 0644 'ghostscript/cidfmap.d/90gs-cjk-resource-japan1.conf' +maybe chmod 0644 'ghostscript/cidfmap.d/90gs-cjk-resource-japan2.conf' +maybe chmod 0644 'ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf' +maybe chmod 0755 'ghostscript/fontmap.d' +maybe chmod 0644 'ghostscript/fontmap.d/10gsfonts.conf' maybe chmod 0755 'groff' maybe chmod 0644 'groff/man.local' maybe chmod 0644 'groff/mdoc.local' @@ -1256,6 +1285,12 @@ maybe chmod 0755 'icinga2/scripts/mail-service-notification.sh' maybe chmod 0644 'icinga2/zones.conf' maybe chmod 0755 'icinga2/zones.d' maybe chmod 0644 'icinga2/zones.d/README' +maybe chgrp 'icingaweb2' 'icingaweb2' +maybe chmod 2770 'icingaweb2' +maybe chgrp 'icingaweb2' 'icingaweb2/modules' +maybe chmod 2770 'icingaweb2/modules' +maybe chmod 0755 'icingaweb2/modules/translation' +maybe chmod 0644 'icingaweb2/modules/translation/config.ini' maybe chmod 0755 'init' maybe chmod 0755 'init.d' maybe chmod 0755 'init.d/acpid' @@ -5711,6 +5746,7 @@ maybe chmod 0644 'libaudit.conf' maybe chmod 0755 'libnl-3' maybe chmod 0644 'libnl-3/classid' maybe chmod 0644 'libnl-3/pktloc' +maybe chmod 0755 'libpaper.d' maybe chmod 0755 'lighttpd' maybe chmod 0755 'lighttpd/conf-available' maybe chmod 0644 'lighttpd/conf-available/90-javascript-alias.conf' @@ -5910,6 +5946,7 @@ maybe chmod 0644 'pam.d/su-l' maybe chmod 0644 'pam.d/sudo' maybe chmod 0644 'pam.d/systemd-user' maybe chmod 0664 'pam.d/webmin' +maybe chmod 0644 'papersize' maybe chmod 0644 'passwd' maybe chmod 0644 'passwd-' maybe chmod 0755 'perl' @@ -5976,7 +6013,10 @@ maybe chmod 0644 'php/7.4/mods-available/gd.ini' maybe chmod 0644 'php/7.4/mods-available/gettext.ini' maybe chmod 0644 'php/7.4/mods-available/iconv.ini' maybe chmod 0644 'php/7.4/mods-available/igbinary.ini' +maybe chmod 0644 'php/7.4/mods-available/imagick.ini' +maybe chmod 0644 'php/7.4/mods-available/intl.ini' maybe chmod 0644 'php/7.4/mods-available/json.ini' +maybe chmod 0644 'php/7.4/mods-available/ldap.ini' maybe chmod 0644 'php/7.4/mods-available/mbstring.ini' maybe chmod 0644 'php/7.4/mods-available/memcache.ini' maybe chmod 0644 'php/7.4/mods-available/mysqli.ini' diff --git a/ImageMagick-6/coder.xml b/ImageMagick-6/coder.xml new file mode 100644 index 000000000..4d2394feb --- /dev/null +++ b/ImageMagick-6/coder.xml @@ -0,0 +1,23 @@ + + + + + +]> + + + + + + diff --git a/ImageMagick-6/colors.xml b/ImageMagick-6/colors.xml new file mode 100644 index 000000000..55bfb5d8c --- /dev/null +++ b/ImageMagick-6/colors.xml @@ -0,0 +1,28 @@ + + + + + + +]> + + + + + + + + + + + + diff --git a/ImageMagick-6/delegates.xml b/ImageMagick-6/delegates.xml new file mode 100644 index 000000000..ea0efd850 --- /dev/null +++ b/ImageMagick-6/delegates.xml @@ -0,0 +1,122 @@ + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ImageMagick-6/log.xml b/ImageMagick-6/log.xml new file mode 100644 index 000000000..8a290992a --- /dev/null +++ b/ImageMagick-6/log.xml @@ -0,0 +1,80 @@ + + + + + + + + + +]> + + + + + + + + + diff --git a/ImageMagick-6/magic.xml b/ImageMagick-6/magic.xml new file mode 100644 index 000000000..7f17731b0 --- /dev/null +++ b/ImageMagick-6/magic.xml @@ -0,0 +1,23 @@ + + + + + + +]> + + + + + + + diff --git a/ImageMagick-6/mime.xml b/ImageMagick-6/mime.xml new file mode 100644 index 000000000..9530fc8d0 --- /dev/null +++ b/ImageMagick-6/mime.xml @@ -0,0 +1,1145 @@ + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ImageMagick-6/policy.xml b/ImageMagick-6/policy.xml new file mode 100644 index 000000000..82a3d0b60 --- /dev/null +++ b/ImageMagick-6/policy.xml @@ -0,0 +1,96 @@ + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ImageMagick-6/quantization-table.xml b/ImageMagick-6/quantization-table.xml new file mode 100644 index 000000000..fb718749a --- /dev/null +++ b/ImageMagick-6/quantization-table.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + +]> + + + + Luma Quantization Table + + 16, 16, 16, 18, 25, 37, 56, 85, + 16, 17, 20, 27, 34, 40, 53, 75, + 16, 20, 24, 31, 43, 62, 91, 135, + 18, 27, 31, 40, 53, 74, 106, 156, + 25, 34, 43, 53, 69, 94, 131, 189, + 37, 40, 62, 74, 94, 124, 169, 238, + 56, 53, 91, 106, 131, 169, 226, 311, + 85, 75, 135, 156, 189, 238, 311, 418 + +
+ +
+ diff --git a/ImageMagick-6/thresholds.xml b/ImageMagick-6/thresholds.xml new file mode 100644 index 000000000..02b96a85a --- /dev/null +++ b/ImageMagick-6/thresholds.xml @@ -0,0 +1,336 @@ + + + + + + + + + +]> + + + + + + Threshold 1x1 (non-dither) + + 1 + + + + + Checkerboard 2x1 (dither) + + 1 2 + 2 1 + + + + + + Ordered 2x2 (dispersed) + + 1 3 + 4 2 + + + + + Ordered 3x3 (dispersed) + + 3 7 4 + 6 1 9 + 2 8 5 + + + + + + Ordered 4x4 (dispersed) + + 1 9 3 11 + 13 5 15 7 + 4 12 2 10 + 16 8 14 6 + + + + + + Ordered 8x8 (dispersed) + + 1 49 13 61 4 52 16 64 + 33 17 45 29 36 20 48 32 + 9 57 5 53 12 60 8 56 + 41 25 37 21 44 28 40 24 + 3 51 15 63 2 50 14 62 + 35 19 47 31 34 18 46 30 + 11 59 7 55 10 58 6 54 + 43 27 39 23 42 26 38 22 + + + + + + Halftone 4x4 (angled) + + 4 2 7 5 + 3 1 8 6 + 7 5 4 2 + 8 6 3 1 + + + + + Halftone 6x6 (angled) + + 14 13 10 8 2 3 + 16 18 12 7 1 4 + 15 17 11 9 6 5 + 8 2 3 14 13 10 + 7 1 4 16 18 12 + 9 6 5 15 17 11 + + + + + Halftone 8x8 (angled) + + 13 7 8 14 17 21 22 18 + 6 1 3 9 28 31 29 23 + 5 2 4 10 27 32 30 24 + 16 12 11 15 20 26 25 19 + 17 21 22 18 13 7 8 14 + 28 31 29 23 6 1 3 9 + 27 32 30 24 5 2 4 10 + 20 26 25 19 16 12 11 15 + + + + + + Halftone 4x4 (orthogonal) + + 7 13 11 4 + 12 16 14 8 + 10 15 6 2 + 5 9 3 1 + + + + + Halftone 6x6 (orthogonal) + + 7 17 27 14 9 4 + 21 29 33 31 18 11 + 24 32 36 34 25 22 + 19 30 35 28 20 10 + 8 15 26 16 6 2 + 5 13 23 12 3 1 + + + + + Halftone 8x8 (orthogonal) + + 7 21 33 43 36 19 9 4 + 16 27 51 55 49 29 14 11 + 31 47 57 61 59 45 35 23 + 41 53 60 64 62 52 40 38 + 37 44 58 63 56 46 30 22 + 15 28 48 54 50 26 17 10 + 8 18 34 42 32 20 6 2 + 5 13 25 39 24 12 3 1 + + + + + + Halftone 16x16 (orthogonal) + + 4 12 24 44 72 100 136 152 150 134 98 70 42 23 11 3 + 7 16 32 52 76 104 144 160 158 142 102 74 50 31 15 6 + 19 27 40 60 92 132 168 180 178 166 130 90 58 39 26 18 + 36 48 56 80 124 176 188 204 203 187 175 122 79 55 47 35 + 64 68 84 116 164 200 212 224 223 211 199 162 114 83 67 63 + 88 96 112 156 192 216 232 240 239 231 214 190 154 111 95 87 + 108 120 148 184 208 228 244 252 251 243 226 206 182 147 119 107 + 128 140 172 196 219 235 247 256 255 246 234 218 194 171 139 127 + 126 138 170 195 220 236 248 253 254 245 233 217 193 169 137 125 + 106 118 146 183 207 227 242 249 250 241 225 205 181 145 117 105 + 86 94 110 155 191 215 229 238 237 230 213 189 153 109 93 85 + 62 66 82 115 163 198 210 221 222 209 197 161 113 81 65 61 + 34 46 54 78 123 174 186 202 201 185 173 121 77 53 45 33 + 20 28 37 59 91 131 167 179 177 165 129 89 57 38 25 17 + 8 13 29 51 75 103 143 159 157 141 101 73 49 30 14 5 + 1 9 21 43 71 99 135 151 149 133 97 69 41 22 10 2 + + + + + + + Circles 5x5 (black) + + 1 21 16 15 4 + 5 17 20 19 14 + 6 21 25 24 12 + 7 18 22 23 11 + 2 8 9 10 3 + + + + + + Circles 5x5 (white) + + 25 21 10 11 22 + 20 9 6 7 12 + 19 5 1 2 13 + 18 8 4 3 14 + 24 17 16 15 23 + + + + + Circles 6x6 (black) + + 1 5 14 13 12 4 + 6 22 28 27 21 11 + 15 29 35 34 26 20 + 16 30 36 33 25 19 + 7 23 31 32 24 10 + 2 8 17 18 9 3 + + + + + Circles 6x6 (white) + + 36 32 23 24 25 33 + 31 15 9 10 16 26 + 22 8 2 3 11 17 + 21 7 1 4 12 18 + 30 14 6 5 13 27 + 35 29 20 19 28 34 + + + + + Circles 7x7 (black) + + 3 9 18 28 17 8 2 + 10 24 33 39 32 23 7 + 19 34 44 48 43 31 16 + 25 40 45 49 47 38 27 + 20 35 41 46 42 29 15 + 11 21 36 37 28 22 6 + 4 12 13 26 14 5 1 + + + + + + Circles 7x7 (white) + + 47 41 32 22 33 42 48 + 40 26 17 11 18 27 43 + 31 16 6 2 7 19 34 + 25 10 5 1 3 12 23 + 30 15 9 4 8 20 35 + 39 29 14 13 21 28 44 + 46 38 37 24 36 45 49 + + + + + + + diff --git a/ImageMagick-6/type-apple.xml b/ImageMagick-6/type-apple.xml new file mode 100644 index 000000000..57fe9d142 --- /dev/null +++ b/ImageMagick-6/type-apple.xml @@ -0,0 +1,1367 @@ + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ImageMagick-6/type-dejavu.xml b/ImageMagick-6/type-dejavu.xml new file mode 100644 index 000000000..29b3c2047 --- /dev/null +++ b/ImageMagick-6/type-dejavu.xml @@ -0,0 +1,58 @@ + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ImageMagick-6/type-ghostscript.xml b/ImageMagick-6/type-ghostscript.xml new file mode 100644 index 000000000..b5162310a --- /dev/null +++ b/ImageMagick-6/type-ghostscript.xml @@ -0,0 +1,50 @@ + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ImageMagick-6/type-urw-base35.xml b/ImageMagick-6/type-urw-base35.xml new file mode 100644 index 000000000..2f70e7239 --- /dev/null +++ b/ImageMagick-6/type-urw-base35.xml @@ -0,0 +1,50 @@ + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ImageMagick-6/type-windows.xml b/ImageMagick-6/type-windows.xml new file mode 100644 index 000000000..621eec42f --- /dev/null +++ b/ImageMagick-6/type-windows.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ImageMagick-6/type.xml b/ImageMagick-6/type.xml new file mode 100644 index 000000000..a9c39bf9c --- /dev/null +++ b/ImageMagick-6/type.xml @@ -0,0 +1,17 @@ + + + + + +]> + + + + diff --git a/apache2/conf-available/icingaweb2.conf b/apache2/conf-available/icingaweb2.conf new file mode 100644 index 000000000..318818040 --- /dev/null +++ b/apache2/conf-available/icingaweb2.conf @@ -0,0 +1,25 @@ +Alias /icingaweb2 "/usr/share/icingaweb2/public" + + + Options SymLinksIfOwnerMatch + AllowOverride None + + SetEnv ICINGAWEB_CONFIGDIR "/etc/icingaweb2" + + EnableSendfile Off + + + RewriteEngine on + RewriteBase /icingaweb2/ + RewriteCond %{REQUEST_FILENAME} -s [OR] + RewriteCond %{REQUEST_FILENAME} -l [OR] + RewriteCond %{REQUEST_FILENAME} -d + RewriteRule ^.*$ - [NC,L] + RewriteRule ^.*$ index.php [NC,L] + + + + DirectoryIndex error_norewrite.html + ErrorDocument 404 /error_norewrite.html + + diff --git a/apache2/conf-enabled/icingaweb2.conf b/apache2/conf-enabled/icingaweb2.conf new file mode 120000 index 000000000..a25f2382f --- /dev/null +++ b/apache2/conf-enabled/icingaweb2.conf @@ -0,0 +1 @@ +../conf-available/icingaweb2.conf \ No newline at end of file diff --git a/fonts/conf.avail/30-droid-noto-mono.conf b/fonts/conf.avail/30-droid-noto-mono.conf new file mode 100644 index 000000000..690a67ec2 --- /dev/null +++ b/fonts/conf.avail/30-droid-noto-mono.conf @@ -0,0 +1,10 @@ + + + + + Droid Mono + + Noto Mono + + + diff --git a/fonts/conf.avail/65-droid-sans-fallback.conf b/fonts/conf.avail/65-droid-sans-fallback.conf new file mode 100644 index 000000000..045808b44 --- /dev/null +++ b/fonts/conf.avail/65-droid-sans-fallback.conf @@ -0,0 +1,10 @@ + + + + + sans-serif + + Droid Sans Fallback + + + diff --git a/fonts/conf.d/61-urw-bookman.conf b/fonts/conf.d/61-urw-bookman.conf new file mode 120000 index 000000000..b69766f31 --- /dev/null +++ b/fonts/conf.d/61-urw-bookman.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-bookman.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-c059.conf b/fonts/conf.d/61-urw-c059.conf new file mode 120000 index 000000000..b04adf458 --- /dev/null +++ b/fonts/conf.d/61-urw-c059.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-c059.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-d050000l.conf b/fonts/conf.d/61-urw-d050000l.conf new file mode 120000 index 000000000..9354e6e15 --- /dev/null +++ b/fonts/conf.d/61-urw-d050000l.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-d050000l.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-fallback-backwards.conf b/fonts/conf.d/61-urw-fallback-backwards.conf new file mode 120000 index 000000000..0620e3c8b --- /dev/null +++ b/fonts/conf.d/61-urw-fallback-backwards.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-fallback-backwards.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-fallback-generics.conf b/fonts/conf.d/61-urw-fallback-generics.conf new file mode 120000 index 000000000..f5eb21259 --- /dev/null +++ b/fonts/conf.d/61-urw-fallback-generics.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-fallback-generics.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-gothic.conf b/fonts/conf.d/61-urw-gothic.conf new file mode 120000 index 000000000..5ca7b683f --- /dev/null +++ b/fonts/conf.d/61-urw-gothic.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-gothic.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-nimbus-mono-ps.conf b/fonts/conf.d/61-urw-nimbus-mono-ps.conf new file mode 120000 index 000000000..507c5da86 --- /dev/null +++ b/fonts/conf.d/61-urw-nimbus-mono-ps.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-nimbus-mono-ps.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-nimbus-roman.conf b/fonts/conf.d/61-urw-nimbus-roman.conf new file mode 120000 index 000000000..d41b7a1a9 --- /dev/null +++ b/fonts/conf.d/61-urw-nimbus-roman.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-nimbus-roman.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-nimbus-sans.conf b/fonts/conf.d/61-urw-nimbus-sans.conf new file mode 120000 index 000000000..b091be274 --- /dev/null +++ b/fonts/conf.d/61-urw-nimbus-sans.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-nimbus-sans.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-p052.conf b/fonts/conf.d/61-urw-p052.conf new file mode 120000 index 000000000..ae0c85280 --- /dev/null +++ b/fonts/conf.d/61-urw-p052.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-p052.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-standard-symbols-ps.conf b/fonts/conf.d/61-urw-standard-symbols-ps.conf new file mode 120000 index 000000000..923d4497c --- /dev/null +++ b/fonts/conf.d/61-urw-standard-symbols-ps.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-standard-symbols-ps.conf \ No newline at end of file diff --git a/fonts/conf.d/61-urw-z003.conf b/fonts/conf.d/61-urw-z003.conf new file mode 120000 index 000000000..2f24680c2 --- /dev/null +++ b/fonts/conf.d/61-urw-z003.conf @@ -0,0 +1 @@ +/usr/share/fontconfig/conf.avail/urw-z003.conf \ No newline at end of file diff --git a/fonts/conf.d/65-droid-sans-fallback.conf b/fonts/conf.d/65-droid-sans-fallback.conf new file mode 120000 index 000000000..46734e591 --- /dev/null +++ b/fonts/conf.d/65-droid-sans-fallback.conf @@ -0,0 +1 @@ +../conf.avail/65-droid-sans-fallback.conf \ No newline at end of file diff --git a/ghostscript/cidfmap.d/90gs-cjk-resource-cns1.conf b/ghostscript/cidfmap.d/90gs-cjk-resource-cns1.conf new file mode 100644 index 000000000..6fd3b9867 --- /dev/null +++ b/ghostscript/cidfmap.d/90gs-cjk-resource-cns1.conf @@ -0,0 +1,9 @@ +/ZenKai-Medium << /FileType /TrueType /Path (/usr/share/fonts/truetype/arphic/ukai.ttc) /SubfontID 0 /CSI [(CNS1) 4] >> ; +/ShanHeiSun-Light << /FileType /TrueType /Path (/usr/share/fonts/truetype/arphic/uming.ttc) /SubfontID 0 /CSI [(CNS1) 4] >> ; +/MOESung-Regular /ShanHeiSun-Light ; +/MSung-Light /ShanHeiSun-Light ; +/MSung-Medium /ZenKai-Medium ; +/MHei-Medium /ZenKai-Medium ; +/MKai-Medium /ZenKai-Medium ; +/Adobe-CNS1 /ShanHeiSun-Light ; +/Adobe-CNS1-Bold /ZenKai-Medium ; diff --git a/ghostscript/cidfmap.d/90gs-cjk-resource-gb1.conf b/ghostscript/cidfmap.d/90gs-cjk-resource-gb1.conf new file mode 100644 index 000000000..6801f62dd --- /dev/null +++ b/ghostscript/cidfmap.d/90gs-cjk-resource-gb1.conf @@ -0,0 +1,9 @@ +/BousungEG-Light-GB << /FileType /TrueType /Path (/usr/share/fonts/truetype/arphic/uming.ttc) /SubfontID 0 /CSI [(GB1) 4] >> ; +/GBZenKai-Medium << /FileType /TrueType /Path (/usr/share/fonts/truetype/arphic/ukai.ttc) /SubfontID 0 /CSI [(GB1) 4] >> ; +/Song-Medium /GBZenKai-Medium ; +/STSong-Light /BousungEG-Light-GB ; +/STFangsong-Light /BousungEG-Light-GB ; +/STHeiti-Regular /BousungEG-Light-GB ; +/STKaiti-Regular /BousungEG-Light-GB ; +/Adobe-GB1 /BousungEG-Light-GB ; +/Adobe-GB1-Bold /GBZenKai-Medium ; diff --git a/ghostscript/cidfmap.d/90gs-cjk-resource-japan1.conf b/ghostscript/cidfmap.d/90gs-cjk-resource-japan1.conf new file mode 100644 index 000000000..841f438ed --- /dev/null +++ b/ghostscript/cidfmap.d/90gs-cjk-resource-japan1.conf @@ -0,0 +1,8 @@ +/Japanese-Mincho-Regular << /FileType /TrueType /Path (/usr/share/fonts/truetype/fonts-japanese-mincho.ttf) /SubfontID 0 /CSI [(Japan1) 4] >> ; +/Japanese-Gothic-Regular << /FileType /TrueType /Path (/usr/share/fonts/truetype/fonts-japanese-gothic.ttf) /SubfontID 0 /CSI [(Japan1) 4] >> ; +/Ryumin-Light /Japanese-Mincho-Regular ; +/Adobe-Japan1 /Japanese-Mincho-Regular ; +/HeiseiMin-W3 /Japanese-Mincho-Regular ; +/GothicBBB-Medium /Japanese-Gothic-Regular ; +/Adobe-Japan1-Bold /Japanese-Gothic-Regular ; +/HeiseiKakuGo-W5 /Japanese-Gothic-Regular ; diff --git a/ghostscript/cidfmap.d/90gs-cjk-resource-japan2.conf b/ghostscript/cidfmap.d/90gs-cjk-resource-japan2.conf new file mode 100644 index 000000000..c2258267c --- /dev/null +++ b/ghostscript/cidfmap.d/90gs-cjk-resource-japan2.conf @@ -0,0 +1,4 @@ +/Japanese-Mincho-Regular-JaH << /FileType /TrueType /Path (/usr/share/fonts/truetype/ttf-japanese-mincho.ttf) /SubfontID 0 /CSI [(Japan2) 4] >> ; +/Japanese-Gothic-Regular-JaH << /FileType /TrueType /Path (/usr/share/fonts/truetype/ttf-japanese-gothic.ttf) /SubfontID 0 /CSI [(Japan2) 4] >> ; +/Adobe-Japan2 /Japanese-Mincho-Regular-JaH ; +/Adobe-Japan2-Bold /Japanese-Gothic-Regular-JaH ; diff --git a/ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf b/ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf new file mode 100644 index 000000000..2d71ae6d8 --- /dev/null +++ b/ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf @@ -0,0 +1,9 @@ +/NanumMyeongjo-Regular << /FileType /TrueType /Path (/usr/share/fonts/truetype/nanum/NanumMyeongjo.ttf) /SubfontID 0 /CSI [(Korea1) 2] >> ; +/NanumBarunGothic-Regular << /FileType /TrueType /Path (/usr/share/fonts/truetype/nanum/NanumBarunGothic.ttf) /SubfontID 0 /CSI [(Korea1) 2] >> ; +/NanumBarunGothic-Bold << /FileType /TrueType /Path (/usr/share/fonts/truetype/nanum/NanumBarunGothicBold.ttf) /SubfontID 0 /CSI [(Korea1) 2] >> ; +/NanumGothic-Regular << /FileType /TrueType /Path (/usr/share/fonts/truetype/nanum/NanumGothic.ttf) /SubfontID 0 /CSI [(Korea1) 2] >> ; +/HYSMyeongJo-Medium /NanumMyeongjo-Regular ; +/HYGoThic-Medium /NanumBarunGothic-Regular ; +/HYRGoThic-Medium /NanumGothic-Regular ; +/Adobe-Korea1 /NanumBarunGothic-Regular ; +/Adobe-Korea1-Bold /NanumBarunGothic-Bold ; diff --git a/ghostscript/fontmap.d/10gsfonts.conf b/ghostscript/fontmap.d/10gsfonts.conf new file mode 100644 index 000000000..9128470d2 --- /dev/null +++ b/ghostscript/fontmap.d/10gsfonts.conf @@ -0,0 +1,74 @@ +/URWGothicL-Book (/usr/share/fonts/type1/gsfonts/a010013l.pfb) ; +/AvantGarde-Book /URWGothicL-Book ; +/URWGothicL-Demi (/usr/share/fonts/type1/gsfonts/a010015l.pfb) ; +/AvantGarde-Demi /URWGothicL-Demi ; +/URWGothicL-BookObli (/usr/share/fonts/type1/gsfonts/a010033l.pfb) ; +/AvantGarde-BookOblique /URWGothicL-BookObli ; +/URWGothicL-DemiObli (/usr/share/fonts/type1/gsfonts/a010035l.pfb) ; +/AvantGarde-DemiOblique /URWGothicL-DemiObli ; +/URWBookmanL-Ligh (/usr/share/fonts/type1/gsfonts/b018012l.pfb) ; +/Bookman-Light /URWBookmanL-Ligh ; +/URWBookmanL-DemiBold (/usr/share/fonts/type1/gsfonts/b018015l.pfb) ; +/Bookman-Demi /URWBookmanL-DemiBold ; +/URWBookmanL-LighItal (/usr/share/fonts/type1/gsfonts/b018032l.pfb) ; +/Bookman-LightItalic /URWBookmanL-LighItal ; +/URWBookmanL-DemiBoldItal (/usr/share/fonts/type1/gsfonts/b018035l.pfb) ; +/Bookman-DemiItalic /URWBookmanL-DemiBoldItal ; +/CenturySchL-Roma (/usr/share/fonts/type1/gsfonts/c059013l.pfb) ; +/NewCenturySchlbk-Roman /CenturySchL-Roma ; +/CenturySchL-Bold (/usr/share/fonts/type1/gsfonts/c059016l.pfb) ; +/NewCenturySchlbk-Bold /CenturySchL-Bold ; +/CenturySchL-Ital (/usr/share/fonts/type1/gsfonts/c059033l.pfb) ; +/NewCenturySchlbk-Italic /CenturySchL-Ital ; +/CenturySchL-BoldItal (/usr/share/fonts/type1/gsfonts/c059036l.pfb) ; +/NewCenturySchlbk-BoldItalic /CenturySchL-BoldItal ; +/Dingbats (/usr/share/fonts/type1/gsfonts/d050000l.pfb) ; +/ZapfDingbats /Dingbats ; +/NimbusSanL-Regu (/usr/share/fonts/type1/gsfonts/n019003l.pfb) ; +/Helvetica /NimbusSanL-Regu ; +/NimbusSanL-Bold (/usr/share/fonts/type1/gsfonts/n019004l.pfb) ; +/Helvetica-Bold /NimbusSanL-Bold ; +/NimbusSanL-ReguItal (/usr/share/fonts/type1/gsfonts/n019023l.pfb) ; +/Helvetica-Oblique /NimbusSanL-ReguItal ; +/NimbusSanL-BoldItal (/usr/share/fonts/type1/gsfonts/n019024l.pfb) ; +/Helvetica-BoldOblique /NimbusSanL-BoldItal ; +/NimbusSanL-ReguCond (/usr/share/fonts/type1/gsfonts/n019043l.pfb) ; +/Helvetica-Narrow /NimbusSanL-ReguCond ; +/HelveticaNarrow /NimbusSanL-ReguCond ; +/NimbusSanL-BoldCond (/usr/share/fonts/type1/gsfonts/n019044l.pfb) ; +/Helvetica-Narrow-Bold /NimbusSanL-BoldCond ; +/HelveticaNarrow-Bold /NimbusSanL-BoldCond ; +/NimbusSanL-ReguCondItal (/usr/share/fonts/type1/gsfonts/n019063l.pfb) ; +/Helvetica-Narrow-Oblique /NimbusSanL-ReguCondItal ; +/HelveticaNarrow-Oblique /NimbusSanL-ReguCondItal ; +/NimbusSanL-BoldCondItal (/usr/share/fonts/type1/gsfonts/n019064l.pfb) ; +/Helvetica-Narrow-BoldOblique /NimbusSanL-BoldCondItal ; +/HelveticaNarrow-BoldOblique /NimbusSanL-BoldCondItal ; +/NimbusRomNo9L-Regu (/usr/share/fonts/type1/gsfonts/n021003l.pfb) ; +/Times-Roman /NimbusRomNo9L-Regu ; +/NimbusRomNo9L-Medi (/usr/share/fonts/type1/gsfonts/n021004l.pfb) ; +/Times-Bold /NimbusRomNo9L-Medi ; +/NimbusRomNo9L-ReguItal (/usr/share/fonts/type1/gsfonts/n021023l.pfb) ; +/Times-Italic /NimbusRomNo9L-ReguItal ; +/NimbusRomNo9L-MediItal (/usr/share/fonts/type1/gsfonts/n021024l.pfb) ; +/Times-BoldItalic /NimbusRomNo9L-MediItal ; +/NimbusMonL-Regu (/usr/share/fonts/type1/gsfonts/n022003l.pfb) ; +/Courier /NimbusMonL-Regu ; +/NimbusMonL-Bold (/usr/share/fonts/type1/gsfonts/n022004l.pfb) ; +/Courier-Bold /NimbusMonL-Bold ; +/NimbusMonL-ReguObli (/usr/share/fonts/type1/gsfonts/n022023l.pfb) ; +/Courier-Oblique /NimbusMonL-ReguObli ; +/NimbusMonL-BoldObli (/usr/share/fonts/type1/gsfonts/n022024l.pfb) ; +/Courier-BoldOblique /NimbusMonL-BoldObli ; +/URWPalladioL-Roma (/usr/share/fonts/type1/gsfonts/p052003l.pfb) ; +/Palatino-Roman /URWPalladioL-Roma ; +/URWPalladioL-Bold (/usr/share/fonts/type1/gsfonts/p052004l.pfb) ; +/Palatino-Bold /URWPalladioL-Bold ; +/URWPalladioL-Ital (/usr/share/fonts/type1/gsfonts/p052023l.pfb) ; +/Palatino-Italic /URWPalladioL-Ital ; +/URWPalladioL-BoldItal (/usr/share/fonts/type1/gsfonts/p052024l.pfb) ; +/Palatino-BoldItalic /URWPalladioL-BoldItal ; +/StandardSymL (/usr/share/fonts/type1/gsfonts/s050000l.pfb) ; +/Symbol /StandardSymL ; +/URWChanceryL-MediItal (/usr/share/fonts/type1/gsfonts/z003034l.pfb) ; +/ZapfChancery-MediumItalic /URWChanceryL-MediItal ; diff --git a/group b/group index 567861a31..4b42c368e 100644 --- a/group +++ b/group @@ -69,3 +69,4 @@ render:x:127: tcpdump:x:128: systemd-coredump:x:999: nagios:x:129: +icingaweb2:x:130:www-data diff --git a/group- b/group- index 9feb3eee5..5209d4d57 100644 --- a/group- +++ b/group- @@ -68,3 +68,5 @@ kvm:x:126: render:x:127: tcpdump:x:128: systemd-coredump:x:999: +nagios:x:129: +icingaweb2:x:130: diff --git a/gshadow b/gshadow index df947a68c..b3f7ae3af 100644 --- a/gshadow +++ b/gshadow @@ -69,3 +69,4 @@ render:!:: tcpdump:!:: systemd-coredump:!!:: nagios:!:: +icingaweb2:!::www-data diff --git a/gshadow- b/gshadow- index fe905afef..fe78f0510 100644 --- a/gshadow- +++ b/gshadow- @@ -68,3 +68,5 @@ kvm:!:: render:!:: tcpdump:!:: systemd-coredump:!!:: +nagios:!:: +icingaweb2:!:: diff --git a/icingaweb2/modules/translation/config.ini b/icingaweb2/modules/translation/config.ini new file mode 100644 index 000000000..5bdf37b0c --- /dev/null +++ b/icingaweb2/modules/translation/config.ini @@ -0,0 +1,4 @@ +[translation] +msgmerge = /usr/bin/msgmerge +xgettext = /usr/bin/xgettext +msgfmt = /usr/bin/msgfmt diff --git a/papersize b/papersize new file mode 100644 index 000000000..40e0a6f54 --- /dev/null +++ b/papersize @@ -0,0 +1 @@ +letter diff --git a/php/7.4/apache2/conf.d/20-imagick.ini b/php/7.4/apache2/conf.d/20-imagick.ini new file mode 120000 index 000000000..19f5ce612 --- /dev/null +++ b/php/7.4/apache2/conf.d/20-imagick.ini @@ -0,0 +1 @@ +/etc/php/7.4/mods-available/imagick.ini \ No newline at end of file diff --git a/php/7.4/apache2/conf.d/20-intl.ini b/php/7.4/apache2/conf.d/20-intl.ini new file mode 120000 index 000000000..57f6a0cd8 --- /dev/null +++ b/php/7.4/apache2/conf.d/20-intl.ini @@ -0,0 +1 @@ +/etc/php/7.4/mods-available/intl.ini \ No newline at end of file diff --git a/php/7.4/apache2/conf.d/20-ldap.ini b/php/7.4/apache2/conf.d/20-ldap.ini new file mode 120000 index 000000000..e7e604065 --- /dev/null +++ b/php/7.4/apache2/conf.d/20-ldap.ini @@ -0,0 +1 @@ +/etc/php/7.4/mods-available/ldap.ini \ No newline at end of file diff --git a/php/7.4/cli/conf.d/20-imagick.ini b/php/7.4/cli/conf.d/20-imagick.ini new file mode 120000 index 000000000..19f5ce612 --- /dev/null +++ b/php/7.4/cli/conf.d/20-imagick.ini @@ -0,0 +1 @@ +/etc/php/7.4/mods-available/imagick.ini \ No newline at end of file diff --git a/php/7.4/cli/conf.d/20-intl.ini b/php/7.4/cli/conf.d/20-intl.ini new file mode 120000 index 000000000..57f6a0cd8 --- /dev/null +++ b/php/7.4/cli/conf.d/20-intl.ini @@ -0,0 +1 @@ +/etc/php/7.4/mods-available/intl.ini \ No newline at end of file diff --git a/php/7.4/cli/conf.d/20-ldap.ini b/php/7.4/cli/conf.d/20-ldap.ini new file mode 120000 index 000000000..e7e604065 --- /dev/null +++ b/php/7.4/cli/conf.d/20-ldap.ini @@ -0,0 +1 @@ +/etc/php/7.4/mods-available/ldap.ini \ No newline at end of file diff --git a/php/7.4/mods-available/imagick.ini b/php/7.4/mods-available/imagick.ini new file mode 100644 index 000000000..c45dbe0f5 --- /dev/null +++ b/php/7.4/mods-available/imagick.ini @@ -0,0 +1,2 @@ +; configuration for php imagick module +extension=imagick.so diff --git a/php/7.4/mods-available/intl.ini b/php/7.4/mods-available/intl.ini new file mode 100644 index 000000000..9b79f78a1 --- /dev/null +++ b/php/7.4/mods-available/intl.ini @@ -0,0 +1,3 @@ +; configuration for php intl module +; priority=20 +extension=intl.so diff --git a/php/7.4/mods-available/ldap.ini b/php/7.4/mods-available/ldap.ini new file mode 100644 index 000000000..1e45dfb25 --- /dev/null +++ b/php/7.4/mods-available/ldap.ini @@ -0,0 +1,3 @@ +; configuration for php ldap module +; priority=20 +extension=ldap.so diff --git a/php/7.4/phpdbg/conf.d/20-imagick.ini b/php/7.4/phpdbg/conf.d/20-imagick.ini new file mode 120000 index 000000000..19f5ce612 --- /dev/null +++ b/php/7.4/phpdbg/conf.d/20-imagick.ini @@ -0,0 +1 @@ +/etc/php/7.4/mods-available/imagick.ini \ No newline at end of file diff --git a/php/7.4/phpdbg/conf.d/20-intl.ini b/php/7.4/phpdbg/conf.d/20-intl.ini new file mode 120000 index 000000000..57f6a0cd8 --- /dev/null +++ b/php/7.4/phpdbg/conf.d/20-intl.ini @@ -0,0 +1 @@ +/etc/php/7.4/mods-available/intl.ini \ No newline at end of file diff --git a/php/7.4/phpdbg/conf.d/20-ldap.ini b/php/7.4/phpdbg/conf.d/20-ldap.ini new file mode 120000 index 000000000..e7e604065 --- /dev/null +++ b/php/7.4/phpdbg/conf.d/20-ldap.ini @@ -0,0 +1 @@ +/etc/php/7.4/mods-available/ldap.ini \ No newline at end of file -- 2.43.0