Adding upstream version 2:2.7.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
996aa09cc1
commit
309c0fd158
515 changed files with 208984 additions and 0 deletions
5
scripts/Makemodule.am
Normal file
5
scripts/Makemodule.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
DISTCLEAN_TARGETS += scripts/cryptsetup.conf
|
||||
|
||||
if CRYPTSETUP_TMPFILE
|
||||
tmpfilesd_DATA += scripts/cryptsetup.conf
|
||||
endif
|
1
scripts/cryptsetup.conf.in
Normal file
1
scripts/cryptsetup.conf.in
Normal file
|
@ -0,0 +1 @@
|
|||
d @DEFAULT_LUKS2_LOCK_PATH@ @DEFAULT_LUKS2_LOCK_DIR_PERMS@ root root -
|
7
scripts/meson.build
Normal file
7
scripts/meson.build
Normal file
|
@ -0,0 +1,7 @@
|
|||
if tmpfilesdir != ''
|
||||
cryptsetup_conf = configure_file(
|
||||
input: 'cryptsetup.conf.in',
|
||||
output: 'cryptsetup.conf',
|
||||
configuration: conf,
|
||||
install_dir: tmpfilesdir)
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue