Blame 0004-crypt-gpg-Include-module-if-CCID-smartcard-support-r.patch

Harald Hoyer 3763a8
From 0e1b686b8367925b21c76b9d9e36bf7d2f6b89ac Mon Sep 17 00:00:00 2001
Harald Hoyer 3763a8
From: Moritz Maxeiner <moritz@ucworks.org>
Harald Hoyer 3763a8
Date: Thu, 30 Mar 2017 14:54:26 +0200
Harald Hoyer 3763a8
Subject: [PATCH] crypt-gpg: Include module if CCID smartcard support requested
Harald Hoyer 3763a8
Harald Hoyer 3763a8
---
Harald Hoyer 3763a8
 modules.d/91crypt-gpg/module-setup.sh | 1 +
Harald Hoyer 3763a8
 1 file changed, 1 insertion(+)
Harald Hoyer 3763a8
Harald Hoyer 3763a8
diff --git a/modules.d/91crypt-gpg/module-setup.sh b/modules.d/91crypt-gpg/module-setup.sh
Harald Hoyer 3763a8
index bb34676f..f1c6a34b 100755
Harald Hoyer 3763a8
--- a/modules.d/91crypt-gpg/module-setup.sh
Harald Hoyer 3763a8
+++ b/modules.d/91crypt-gpg/module-setup.sh
Harald Hoyer 3763a8
@@ -10,6 +10,7 @@ check() {
Harald Hoyer 3763a8
             dwarning "crypt-gpg: GnuPG >= 2.1 with scdaemon and libusb required for ccid smartcard support"
Harald Hoyer 3763a8
             return 1
Harald Hoyer 3763a8
         fi
Harald Hoyer 3763a8
+        return 0
Harald Hoyer 3763a8
     fi
Harald Hoyer 3763a8
 
Harald Hoyer 3763a8
     return 255