aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-03-24 13:33:50 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-03-24 13:33:50 +0000
commita8bfe3ecabf9bde20ecc446370e745e14effb3ef (patch)
tree936432322ff719b12737620ecf8fc802031d56b6 /cron-sh
parent688311671c249f91014d0ab92d5d0b0e5809fd81 (diff)
downloadmsec-a8bfe3ecabf9bde20ecc446370e745e14effb3ef.tar
msec-a8bfe3ecabf9bde20ecc446370e745e14effb3ef.tar.gz
msec-a8bfe3ecabf9bde20ecc446370e745e14effb3ef.tar.bz2
msec-a8bfe3ecabf9bde20ecc446370e745e14effb3ef.tar.xz
msec-a8bfe3ecabf9bde20ecc446370e745e14effb3ef.zip
Using correct dbus-send.
Diffstat (limited to 'cron-sh')
-rwxr-xr-xcron-sh/security.sh2
1 files changed, 1 insertions, 1 deletions
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
}