diff options
| author | Aurelian R <arusanu@gmail.com> | 2026-03-28 01:52:04 +0200 |
|---|---|---|
| committer | Aurelian R <arusanu@gmail.com> | 2026-03-28 01:52:04 +0200 |
| commit | 0f6422ebf63c0398fd0f625fa67dd2e24e9a117f (patch) | |
| tree | 57bc0086dfddd768ec7d103a58ef7cec3c203bba /cron-sh | |
| parent | 4cca30a42f4e41a24425bac413b650a199502d4e (diff) | |
| download | msec-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-x | cron-sh/functions.sh | 2 |
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 } |
