Systemd/src/boot
Zbigniew Jędrzejewski-Szmek 053254e3cb generators: drop umask calls
systemd already sets the umask (see e3b8d0637d). When
running under systemd, we don't need to set it. And when *not* running under
systemd, for example during development, there is no reason to override the user
config. Let's just drop those calls.

$ git grep -e 'umask\(' -l 'src/*generator*' |xargs perl -i -0pe 's|^[^\n]*umask\([^\n]+\n\n||gms'
2018-11-21 13:40:24 +01:00
..
efi tree-wide: use __ prefixed gcc attributes (#10843) 2018-11-20 12:34:08 +09:00
bless-boot-generator.c generators: drop umask calls 2018-11-21 13:40:24 +01:00
bless-boot.c bless-boot: use static destructor and DEFINE_MAIN_FUNCTION() macro 2018-11-20 18:40:02 +01:00
boot-check-no-failures.c util-lib: move main() definition macros to its own header file 2018-11-19 21:14:34 +01:00
bootctl.c Split out pretty-print.c and move pager.c and main-func.h to shared/ 2018-11-20 18:40:02 +01:00