File disable-nonsense-security-check.diff of Package kdeutils3
--- klaptopdaemon/acpi.cpp
+++ klaptopdaemon/acpi.cpp 2005/03/16 08:24:54
@@ -164,6 +164,7 @@
{
unsigned long len, crc;
QString helper = KStandardDirs::findExe("klaptop_acpi_helper");
+#if 0
checkcrc(QFile::encodeName(helper), len, crc);
if (len != file_len || crc != file_crc) {
QString str(i18n("The %1 application does not seem to have "
@@ -173,7 +174,7 @@
if (rc != KMessageBox::No)
return;
}
-
+#endif
QString kdesu = KStandardDirs::findExe("kdesu");
if (!kdesu.isEmpty()) {
int rc = KMessageBox::warningContinueCancel(0,
--- klaptopdaemon/apm.cpp
+++ klaptopdaemon/apm.cpp 2005/03/16 08:25:13
@@ -186,6 +186,7 @@
{
unsigned long len, crc;
QString helper = KStandardDirs::findExe("klaptop_acpi_helper");
+#if 0
checkcrc(helper.latin1(), len, crc);
if (len != file_len || crc != file_crc) {
QString str(i18n("The %1 application does not seem to have "
@@ -195,7 +196,7 @@
if (rc != KMessageBox::No)
return;
}
-
+#endif
QString kdesu = KStandardDirs::findExe("kdesu");
if (!kdesu.isEmpty()) {
int rc = KMessageBox::warningContinueCancel(0,