mirror of
https://github.com/gryf/wicd.git
synced 2026-01-01 11:32:27 +01:00
print wicd's version number on daemon start
This commit is contained in:
@@ -1667,6 +1667,8 @@ def main(argv):
|
|||||||
print 'wicd initializing...'
|
print 'wicd initializing...'
|
||||||
print '---------------------------'
|
print '---------------------------'
|
||||||
|
|
||||||
|
print 'wicd is version', wpath.version, wpath.revision
|
||||||
|
|
||||||
# Open the DBUS session
|
# Open the DBUS session
|
||||||
bus = dbus.SystemBus()
|
bus = dbus.SystemBus()
|
||||||
wicd_bus = dbus.service.BusName('org.wicd.daemon', bus=bus)
|
wicd_bus = dbus.service.BusName('org.wicd.daemon', bus=bus)
|
||||||
|
|||||||
Reference in New Issue
Block a user