This lists changes per-trigger, triggers that changed the same thing
are listed under the same group
appstream-cache:
gconf-schemas:
gdk-pixbuf-loaders:
gsettings-schemas:
kernel-hooks:
mkdirs:
pango-modules:
register-shell:
update-dektopdb:
update-desktopdb:
x11-fonts:
- remove useless PATH expansion that is already done in the hook script.
gtk-icon-cache:
gtk-immodules:
gtk3-immodules:
- remove useless PATH expansion that is already done in the hook script.
- use exit 0 instead of break
hwdb.d:
- check if tooling is available
info-files
- Remove support for using host tooling
mimedb:
- remove useless PATH expansion that is already done in the hook script.
- check if tooling is available
xml-catalog:
- remove useless PATH expansion that is already done in the hook script.
- add a xmlcatmgr variable so that the first check not always fails
[ci skip]
Added runit services for rpc.idmapd, rpc.gssd, rpc.svcgssd and blkmapd
Fixed configure options to enable building svcgssd
Restructured statd and nfs-server services
git build system relies on FREAD_READS_DIRECTORIES flag to check
if we're on a system which succeeds when attempting to fopen a directory
or read from an fopen-ed directory.
System with musl libc is one of such systems.
The current template lies git build system on this matter.
Effectively, t1308 is failing on musl system.
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>