aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rwxr-xr-xhostname-post4
-rw-r--r--s2u.conf4
3 files changed, 6 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index fa1d7e7..2d630bb 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
-Stew Benedict, <sbenedict@mandrakesoft.com>
-Frédéric Lepied, <flepied@mandrakesoft.com>
+Stew Benedict, <sbenedict@mandriva.com>
+Frédéric Lepied, <flepied@mandriva.com>
diff --git a/hostname-post b/hostname-post
index bf194b6..e14d055 100755
--- a/hostname-post
+++ b/hostname-post
@@ -1,6 +1,6 @@
#!/bin/sh
#---------------------------------------------------------------
-# Project : Mandrakelinux
+# Project : Mandriva Linux
# Module : s2u
# File : hostname-post
# Version : $Id$
@@ -10,6 +10,6 @@
# running X11 dbus session.
#---------------------------------------------------------------
-dbus-send --system --type=signal /com/mandrakesoft/user com.mandrakesoft.user.message string:"Hostname: $1"
+dbus-send --system --type=signal /com/mandriva/user com.mandriva.user.message string:"Hostname: $1"
# hostname-post ends here
diff --git a/s2u.conf b/s2u.conf
index ec66239..e78f430 100644
--- a/s2u.conf
+++ b/s2u.conf
@@ -7,11 +7,11 @@
<!-- ../system.conf have denied everything, so we just punch some holes -->
<policy user="root">
- <allow send_interface="com.mandrakesoft.user"/>
+ <allow send_interface="com.mandriva.user"/>
</policy>
<policy context="default">
- <deny send_interface="com.mandrakesoft.user"/>
+ <deny send_interface="com.mandriva.user"/>
</policy>