Package: cryptsetup
Version: 2:1.1.0~rc2-1
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following:
[ David Stansby ]
* Fix grammar error in debian/initramfs/cryptroot-script
("setup" -> "set up") (LP: #578896)
We thought you might be interested in doing the same.
Thanks,
James
=== modified file 'debian/initramfs/cryptroot-script'
--- debian/initramfs/cryptroot-script 2010-03-29 21:13:29 +0000
+++ debian/initramfs/cryptroot-script 2010-05-17 12:33:00 +0000
@@ -337,7 +337,7 @@
continue
fi
- message "cryptsetup: $crypttarget setup successfully"
+ message "cryptsetup: $crypttarget set up successfully"
break
done