~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to debian/lxc.default

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-08-04 13:23:42 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100804132342-ulzknee292oqfe2s
* New upstream version
* Convert libcap dependency to versioned (closes: #571527)
* Bump up standards version to 3.9.0
* Fix too-deep /usr/lib/lxc/lxc path (closes: #587847)
* Add init script (closes: #573830)
  Thanks to Przemysław Knycz <pknycz@kolnet.eu> for the base example
* Bump up standards version (3.9.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Comment out to run the lxc init script
 
2
#RUN=yes
 
3
 
 
4
# Directory containing the container configurations
 
5
CONF_DIR=/etc/lxc
 
6
 
 
7
# Start /etc/lxc/example.conf, /etc/lxc/autostart.conf, etc.
 
8
CONTAINERS="example autostart container"
 
9