From a8bfe3ecabf9bde20ecc446370e745e14effb3ef Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 24 Mar 2009 13:33:50 +0000 Subject: Using correct dbus-send. --- cron-sh/security.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron-sh') diff --git a/cron-sh/security.sh b/cron-sh/security.sh index e9a7eac..19f6d8e 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -245,7 +245,7 @@ Notifylog() { message=${1} DBUS_SEND=`which DBUS_SEND 2>/dev/null` if [ -x "$DBUS_SEND" -a -s ${message} ]; then - dbus-send --system --type=signal /com/mandriva/user com.mandriva.user.security_notification string:"$message" + $DBUS_SEND --system --type=signal /com/mandriva/user com.mandriva.user.security_notification string:"$message" fi fi } -- cgit v1.2.1