diff options
author | fcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2005-03-07 16:11:25 +0000 |
---|---|---|
committer | fcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2005-03-07 16:11:25 +0000 |
commit | 9262fd1dd05690c49cd43f119035e3895663f2c3 (patch) | |
tree | 5d09264d402d31b93174fd9e35b25b510c0c7849 /hostname-post | |
parent | f4d93cfa5ecfede1b2ac4c15596b5d84bc674ac6 (diff) | |
download | s2u-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
Diffstat (limited to 'hostname-post')
-rwxr-xr-x | hostname-post | 2 |
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 |