diff -u cryptsetup-1.0.6/debian/cryptdisks.functions cryptsetup-1.0.6/debian/cryptdisks.functions --- cryptsetup-1.0.6/debian/cryptdisks.functions +++ cryptsetup-1.0.6/debian/cryptdisks.functions @@ -38,7 +38,7 @@ parse_opts () { local opts opt IFS PARAM VALUE - opts="echo -n $1 | sed 's/ *#.*//'" + opts=$(echo -n $1 | sed 's/ *#.*//') LOUD="" PARAMS="" CHECK="" diff -u cryptsetup-1.0.6/debian/changelog cryptsetup-1.0.6/debian/changelog --- cryptsetup-1.0.6/debian/changelog +++ cryptsetup-1.0.6/debian/changelog @@ -1,3 +1,9 @@ +cryptsetup (2:1.0.6-1ubuntu4) intrepid; urgency=low + + * Fix configuration parsing (LP: #239808) + + -- Kjell Braden Fri, 13 Jun 2008 19:10:54 +0200 + cryptsetup (2:1.0.6-1ubuntu3) intrepid; urgency=low * Parse comments in lines not starting with '#', LP: #185380