--- battery-level-polling	2009-07-12 16:36:13.000000000 +0200
+++ /usr/share/laptop-mode-tools/modules/battery-level-polling	2009-07-12 16:42:22.000000000 +0200
@@ -11,7 +11,7 @@
 		# In AC mode we disable the polling daemon.
 		killall -q lm-polling-daemon
 	else
-		if ! pidof lm-polling-daemon ; then
+		if ! pidof -x lm-polling-daemon ; then
 			log "VERBOSE" "On battery and there was no polling daemon yet, starting the polling daemon."
 			
 			# If there is no polling daemon, we start one.

