aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflepied <flepied@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2005-12-16 14:28:12 +0000
committerflepied <flepied@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2005-12-16 14:28:12 +0000
commit4eb8fbf1f7ff1b24c6fb1cff4aff36850b430a20 (patch)
tree768b68adc61a753f87e6ccf3627a9d049779c3fa
parent060b3928ada1235e204fd36b26d73b49d6f74ae6 (diff)
downloads2u-4eb8fbf1f7ff1b24c6fb1cff4aff36850b430a20.tar
s2u-4eb8fbf1f7ff1b24c6fb1cff4aff36850b430a20.tar.gz
s2u-4eb8fbf1f7ff1b24c6fb1cff4aff36850b430a20.tar.bz2
s2u-4eb8fbf1f7ff1b24c6fb1cff4aff36850b430a20.tar.xz
s2u-4eb8fbf1f7ff1b24c6fb1cff4aff36850b430a20.zip
Mandriva
git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@179821 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
-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>