~ubuntu-branches/ubuntu/edgy/partman-base/edgy

« back to all changes in this revision

Viewing changes to partman

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-09-04 15:08:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060904150842-0ezaxzzb92e68uo0
Tags: 90ubuntu5
Don't shut down parted_server in PARTMAN_NO_COMMIT mode: it has
uncommitted changes in memory, so needs to stay running.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
    done
89
89
 
90
90
    if [ "$PARTMAN_NO_COMMIT" ]; then
91
 
        stop_parted_server
92
91
        exit 0
93
92
    fi
94
93