~free.ekanayaka/landscape-client/jaunty-1.5.2-0ubuntu0.9.04.0

« back to all changes in this revision

Viewing changes to scripts/landscape-manager

  • Committer: Free Ekanayaka
  • Date: 2010-06-16 10:01:20 UTC
  • Revision ID: free.ekanayaka@canonical.com-20100616100120-k185twz19yf1qqmh
* New upstream version (LP: #594594):
  - A new includes information about active network devices and their
    IP address in sysinfo output (LP: #272344).
  - A new plugin collects information about network traffic (#LP :284662).
  - Report information about which packages requested a reboot (LP: #538253).
  - Fix breakage on Lucid AMIs having no ramdisk (LP: #574810).
  - Migrate the inter-process communication system from DBus to Twisted AMP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
if os.path.dirname(os.path.abspath(sys.argv[0])) == os.path.abspath("scripts"):
4
4
    sys.path.insert(0, "./")
5
5
 
6
 
from landscape.manager.deployment import run
 
6
from landscape.manager.service import run
7
7
 
8
8
run(sys.argv)