aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh
diff options
context:
space:
mode:
authorAurelian R <arusanu@gmail.com>2026-03-28 01:52:04 +0200
committerAurelian R <arusanu@gmail.com>2026-03-28 01:52:04 +0200
commit0f6422ebf63c0398fd0f625fa67dd2e24e9a117f (patch)
tree57bc0086dfddd768ec7d103a58ef7cec3c203bba /cron-sh
parent4cca30a42f4e41a24425bac413b650a199502d4e (diff)
downloadmsec-0f6422ebf63c0398fd0f625fa67dd2e24e9a117f.tar
msec-0f6422ebf63c0398fd0f625fa67dd2e24e9a117f.tar.gz
msec-0f6422ebf63c0398fd0f625fa67dd2e24e9a117f.tar.bz2
msec-0f6422ebf63c0398fd0f625fa67dd2e24e9a117f.tar.xz
msec-0f6422ebf63c0398fd0f625fa67dd2e24e9a117f.zip
Syncronize with s2u's "org.mageia.user" dbus interface (mga#35261 )
Thanks to Martin Whitaker and Olivier Blin.
Diffstat (limited to 'cron-sh')
-rwxr-xr-xcron-sh/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/functions.sh b/cron-sh/functions.sh
index 90b15be..9c534ba 100755
--- a/cron-sh/functions.sh
+++ b/cron-sh/functions.sh
@@ -196,7 +196,7 @@ Notifylog() {
message=${1}
DBUS_SEND=`which dbus-send 2>/dev/null`
if [ -x "$DBUS_SEND" ]; then
- $DBUS_SEND --system --type=signal /com/mandriva/user com.mandriva.user.security_notification string:"$message"
+ $DBUS_SEND --system --type=signal /org/mageia/user org.mageia.user.security_notification string:"$message"
fi
fi
}