9bf485c3a8
The package was created by Sergey Svishchev, some changes done by me. CD and DVD media keep their data only for a finite time (typically for many years). After that time, data loss develops slowly with read errors growing from the outer media region towards the inside. Dvdisaster stores data on CD/DVD in a way that it is fully recoverable even after some read errors have developed. This enables you to rescue the complete data to a new medium. Data loss is prevented by using error correcting codes. Error correction data is either added to the medium or kept in separate error correction files. dvdisaster works at the image level so that the recovery does not depend on the file system of the medium. The maximum error correction capacity is user-selectable.
15 lines
747 B
Text
15 lines
747 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/06/08 20:19:13 heinz Exp $
|
|
|
|
--- help-dialogs.c.orig 2007-01-20 16:47:21.000000000 +0100
|
|
+++ help-dialogs.c
|
|
@@ -494,7 +494,9 @@ void AboutDialog()
|
|
AboutTextWithLink(vbox, _("\nThis program is <b>not the original</b>. It is based on the\n"
|
|
"source code of dvdisaster, but contains third-party changes.\n\n"
|
|
"Please do not bother the original authors of dvdisaster\n"
|
|
- "([www.dvdisaster.org]) about issues with this version.\n"),
|
|
+ "([www.dvdisaster.org]) about issues with this version.\n\n"
|
|
+ "The pkgsrc patches applied to this version will hopefully\n"
|
|
+ "be integrated into the next official version.\n"),
|
|
"http://www.dvdisaster.org");
|
|
|
|
#else
|