Browse Source

Refresh patch queue. Closes: #954208

Christoph Biedl 3 years ago
parent
commit
98962290b4
2 changed files with 0 additions and 16 deletions
  1. 0 15
      debian/patches/fix-crypttab-identification.patch
  2. 0 1
      debian/patches/series

+ 0 - 15
debian/patches/fix-crypttab-identification.patch

@@ -1,15 +0,0 @@
-Subject: Use the --null-data option of grep to scan the environment
-Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
-Date: 2002-02-24
-
---- a/src/initramfs-tools/scripts/local-top/clevis.in
-+++ b/src/initramfs-tools/scripts/local-top/clevis.in
-@@ -106,7 +106,7 @@
-         done
- 
-         # Import CRYPTTAB_SOURCE from the askpass process.
--        local "$(grep '^CRYPTTAB_SOURCE=' /proc/"$pid"/environ)"
-+        local "$(grep -z '^CRYPTTAB_SOURCE=' /proc/"$pid"/environ)"
- 
-         # Make sure that CRYPTTAB_SOURCE is actually a block device
-         [ ! -b "$CRYPTTAB_SOURCE" ] && continue

+ 0 - 1
debian/patches/series

@@ -1,2 +1 @@
 debian.use-asciidoctor-to-build-manpages.patch
-fix-crypttab-identification.patch