aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2005-03-07 16:11:25 +0000
committerfcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2005-03-07 16:11:25 +0000
commit9262fd1dd05690c49cd43f119035e3895663f2c3 (patch)
tree5d09264d402d31b93174fd9e35b25b510c0c7849
parentf4d93cfa5ecfede1b2ac4c15596b5d84bc674ac6 (diff)
downloads2u-9262fd1dd05690c49cd43f119035e3895663f2c3.tar
s2u-9262fd1dd05690c49cd43f119035e3895663f2c3.tar.gz
s2u-9262fd1dd05690c49cd43f119035e3895663f2c3.tar.bz2
s2u-9262fd1dd05690c49cd43f119035e3895663f2c3.tar.xz
s2u-9262fd1dd05690c49cd43f119035e3895663f2c3.zip
Fix recipient
git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@179805 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
-rwxr-xr-xhostname-post2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname-post b/hostname-post
index 6a15f51..bf194b6 100755
--- a/hostname-post
+++ b/hostname-post
@@ -10,6 +10,6 @@
# running X11 dbus session.
#---------------------------------------------------------------
-dbus-send --type=signal --dest=com.mandrakesoft.user.message /com/mandrakesoft/user com.mandrakesoft.user.message string:"Hostname: $1"
+dbus-send --system --type=signal /com/mandrakesoft/user com.mandrakesoft.user.message string:"Hostname: $1"
# hostname-post ends here