From d4dd18af2c5672c71e5a01e7ef38d5b15fc3dc92 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 1 Oct 2013 22:18:24 +0200 Subject: use inotifywait to work around race condition It was passible that the keyfile was created too late, but the password agent was not ready yet. Work around this by waiting for a new request. --- install/ykfde | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install/ykfde b/install/ykfde index f24580f..7489e26 100644 --- a/install/ykfde +++ b/install/ykfde @@ -1,8 +1,9 @@ #!/bin/sh build() { - add_binary ykchalresp + add_binary inotifywait add_binary tr + add_binary ykchalresp add_binary /usr/lib/udev/ykfde add_binary /usr/lib/systemd/systemd-reply-password add_file /usr/lib/initcpio/udev/20-ykfde.rules /usr/lib/udev/rules.d/20-ykfde.rules -- cgit v1.2.3-54-g00ecf