Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 1cbbf911c12eb8e2b49ee2cb501355e3 > files > 3

s2u-0.8-1mdv2008.1.x86_64.rpm

#!/bin/sh
#---------------------------------------------------------------
# Project         : Mandriva Linux
# Module          : s2u
# File            : hostname-post
# Version         : $Id: hostname-post 43389 2005-12-16 14:28:12Z flepied $
# Author          : Frederic Lepied
# Created On      : Tue Jul  6 16:10:03 2004
# Purpose         : send a dbus message on hostname change to all
#                 running X11 dbus session.
#---------------------------------------------------------------

dbus-send --system --type=signal /com/mandriva/user com.mandriva.user.message string:"Hostname: $1"

# hostname-post ends here