Mailinglist Archive: opensuse-bugs (7307 mails)

< Previous Next >
[Bug 480741] boot.crypto doesn't care on tries flag in crypttab
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 2 Mar 2009 02:30:35 -0700 (MST)
  • Message-id: <20090302093035.15556CC7D1@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=480741

User rscholz@xxxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=480741#c1


Raymond Scholz <rscholz@xxxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |rscholz@xxxxxxxxxxx




--- Comment #1 from Raymond Scholz <rscholz@xxxxxxxxxxx> 2009-03-02 02:30:34
MST ---
Typo in /lib/cryptsetup/boot.crypto.functions, seems to be also present in
openSUSE 11.0.

Patch:

--- /lib/cryptsetup/boot.crypto.functions.old 2009-03-02 10:28:38.000000000
+0100
+++ /lib/cryptsetup/boot.crypto.functions 2009-03-02 10:21:34.000000000
+0100
@@ -516,7 +516,7 @@
;;
tries)
if test -n "$value" ; then
- params="$params --tries=$tries"
+ params="$params --tries=$value"
fi
;;
check)

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >