~ubuntu-branches/ubuntu/raring/maas/raring-proposed

« back to all changes in this revision

Viewing changes to src/provisioningserver/dhcp/writer.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-07-17 08:28:36 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120717082836-ucb2vou8tqg353eq
Tags: 0.1+bzr777+dfsg-0ubuntu1
* New upstream release
* Only run 'maas' command as root. (LP: #974046)
  - debian/extras/maas: Check id.
  - debian/maas.install: Install in 'sbin'.
* debian/maas.postinst:
  - restart apache2 after everything gets processed.
  - Update version to handle upgrades.
* debian/extras/maas-provision: Add wrapper to access 'maasprovisiong'
  command line.
* debian/patches/99_temporary_fix_path.patch: Dropped. No longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    parser.add_argument(
56
56
        "-o", "--outfile", action="store", required=False, help=(
57
57
            "A file to save to. When left unspecified the configuration "
58
 
            "will be written to stdout. This option may be useful when "
59
 
            "using a pre-1973 UNIX (see http://en.wikipedia.org/wiki/"
60
 
            "Unix_pipes#History)."))
 
58
            "will be written to stdout. This option is useful when "
 
59
            "running outside of a shell."))
61
60
 
62
61
 
63
62
def run(args):