=== modified file 'mandos-ctl' --- mandos-ctl 2009-01-19 06:55:59 +0000 +++ mandos-ctl 2009-02-06 01:13:58 +0000 @@ -26,12 +26,12 @@ } defaultkeywords = ('name', 'enabled', 'timeout', 'last_checked_ok', 'checker') -busname = 'org.mandos-system.Mandos' -server_path = '/Mandos' -server_interface = 'org.mandos_system.Mandos' -client_interface = 'org.mandos_system.Mandos.Client' +domain = 'se.bsnet.fukt' +busname = domain + '.Mandos' +server_path = '/' +server_interface = domain + '.Mandos' +client_interface = domain + '.Mandos.Client' version = "1.0.5" - bus = dbus.SystemBus() mandos_dbus_objc = bus.get_object(busname, server_path) mandos_serv = dbus.Interface(mandos_dbus_objc,