summaryrefslogtreecommitdiff
path: root/security/klamav/files/patch-klamd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'security/klamav/files/patch-klamd.cpp')
-rw-r--r--security/klamav/files/patch-klamd.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/klamav/files/patch-klamd.cpp b/security/klamav/files/patch-klamd.cpp
deleted file mode 100644
index e3a171a64530..000000000000
--- a/security/klamav/files/patch-klamd.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/klamd.cpp.orig Tue Mar 6 13:12:00 2007
-+++ src/klamd.cpp Tue Mar 6 13:13:55 2007
-@@ -742,7 +742,7 @@
- {
- if (!(dazukoLoaded)){
- int result;
-- result = KMessageBox::warningContinueCancel(this, i18n( "I need to load a module called 'dazuko' first. This module will allow KlamAV to gain real-time access to files. If you don't want this message to appear in future, put the following command in your initialization scripts: 'modprobe dazuko.o'. You will next be asked for the root password."),
-+ result = KMessageBox::warningContinueCancel(this, i18n( "I need to load a module called 'dazuko' first. This module will allow KlamAV to gain real-time access to files. If you don't want this message to appear in future, put the following command in your initialization scripts: 'kldload dazuko.ko'. You will next be asked for the root password."),
- i18n( "Load Module" ),
- i18n( "Load Module" ),
- i18n( "Delete2" ));
-@@ -815,7 +815,7 @@
- //
- // //kdDebug() << release << endl;
- // QString insmodCommand="insmod /lib/modules/" + release + "/dazuko.o";
-- QString insmodCommand="modprobe dazuko";
-+ QString insmodCommand="kldload dazuko.ko";
- //QString insmodCommand="insmod /opt/kde/bin/dazuko.o";
- KProcIO *insmodproc = new KProcIO();
-