Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
DISCONTINUED:openSUSE:11.1:Update
kdeutils3
disable-nonsense-security-check.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor