diff options
-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 |