aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2020-06-08 23:11:52 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2020-06-08 23:11:52 +0200
commitf391895d125d15367604e7b4b36da18b8d7d29ce (patch)
tree58a42fe94feb97882a6bb1553b611a15babc8b10
parent1eeda6d8b289cf9866a0a19eb8a0471ce8e1f345 (diff)
downloads2u-f391895d125d15367604e7b4b36da18b8d7d29ce.tar
s2u-f391895d125d15367604e7b4b36da18b8d7d29ce.tar.gz
s2u-f391895d125d15367604e7b4b36da18b8d7d29ce.tar.bz2
s2u-f391895d125d15367604e7b4b36da18b8d7d29ce.tar.xz
s2u-f391895d125d15367604e7b4b36da18b8d7d29ce.zip
Fix dbus
-rwxr-xr-xhostname-post2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname-post b/hostname-post
index e14d055..fb3047f 100755
--- a/hostname-post
+++ b/hostname-post
@@ -10,6 +10,6 @@
# running X11 dbus session.
#---------------------------------------------------------------
-dbus-send --system --type=signal /com/mandriva/user com.mandriva.user.message string:"Hostname: $1"
+dbus-send --system --type=signal /org/mageia/user org.mageia.user.message string:"Hostname: $1"
# hostname-post ends here