head	1.2;
access;
symbols
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.03.07.22.47.09;	author miwi;	state dead;
branches;
next	1.1;

1.1
date	2006.06.05.10.29.13;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.41

PR:             110008
Submitted by:   Anderson S. Ferreira <anderson@@cnpm.embrapa.br> (maintainer)
@
text
@--- src/klamd.cpp	Wed Mar  8 15:47:12 2006
+++ src/klamd.cpp	Wed Mar  8 15:49:18 2006
@@@@ -699,7 +699,7 @@@@
 
 	
 	dazukoLoaded = FALSE;
-	QString lsmodCommand="lsmod";
+	QString lsmodCommand="kldstat";
 	lsmodproc = new KProcIO();
 	QString curpath = (QString) getenv("PATH");
 	lsmodproc->setEnvironment("PATH",curpath + ":/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin");
@@@@ -730,7 +730,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" ));
@@@@ -803,7 +803,7 @@@@
 // 	
 // 	//kdDebug() << release << endl;
 // 	QString insmodCommand="insmod /lib/modules/" + release + "/dazuko.o";
-	QString insmodCommand="modprobe dazuko";
+	QString insmodCommand="kldload  /usr/local/modules/dazuko.ko";
 	//QString insmodCommand="insmod /opt/kde/bin/dazuko.o";
 	KProcIO *insmodproc = new KProcIO();
 	
@


1.1
log
@Update to 0.35.1

PR:		ports/95485
Submitted by:	Anderson S. Ferreira <anderson@@cnpm.embrapa.br>
Approved by:	lawrance (mentor, implicit)
@
text
@@

