~ubuntu-branches/ubuntu/quantal/lsb/quantal-proposed

« back to all changes in this revision

Viewing changes to initdutils.py

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Bailey
  • Date: 2006-05-18 01:00:59 UTC
  • Revision ID: james.westby@ubuntu.com-20060518010059-2d7qwr9hke8secjr
Tags: 3.1-5ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    for header, body in inheaders.iteritems():
83
83
        # Ignore empty headers
84
84
        if not body.strip():
85
 
            break
 
85
            continue
86
86
        
87
87
        if header in ('Default-Start', 'Default-Stop'):
88
88
            headers[header] = map(int, body.split())