~clint-fewbar/ubuntu/maverick/eucalyptus/beta-fixes

« back to all changes in this revision

Viewing changes to tools/euca_conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2010-03-25 18:10:17 UTC
  • Revision ID: james.westby@ubuntu.com-20100325181017-d407g95r1hk404w3
Tags: 1.6.2-0ubuntu25
* tools/eucalyptus.conf.5: add a caveat about VNET_*INTERFACE
  and storage controller, LP: #539051
* tools/euca_conf.in: ensure that we exit 0 if no errors
* debian/eucalyptus-udeb.postinst: don't retrieve preseed if
  skip-find = true

Show diffs side-by-side

added added

removed removed

Lines of Context:
1527
1527
        done | sort | uniq > $EUCALYPTUS/var/lib/eucalyptus/services
1528
1528
fi
1529
1529
 
1530
 
[ "$errors" = "1" ] && exit 1
 
1530
[ "$errors" = "1" ] && exit 1 || exit 0