~andreserl/ubuntu/natty/eucalyptus/lp732082

« back to all changes in this revision

Viewing changes to tools/eucalyptus.conf

  • Committer: Dave Walker (Daviey)
  • Date: 2011-02-02 17:08:14 UTC
  • Revision ID: davewalker@ubuntu.com-20110202170814-9ow4j8ntxjnarty4
* Switch from dhcp3-server to isc-dhcp-server as the new default. (LP: #711590)
  - debian/:
    + control: Switch from dhcp3-server to isc-dhcp-server as the new default.
    + eucalyptus.conf: Use different dhcpd binary name.
    + patches/{18-priv_security.patch|08-ubuntu-default-networking.patch},
      updated to rootwrap different dhpcd binary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
# This indicates where we have a dhcp server binary. We use it to provide
201
201
# the images with IPs: Eucalyptus provides its own configuration per
202
202
# instance. 
203
 
VNET_DHCPDAEMON="/usr/sbin/dhcpd3"
 
203
VNET_DHCPDAEMON="/usr/sbin/dhcpd"
204
204
 
205
205
# Some systems have their DHCP daemon configured to run as a non-root
206
206
# user.  If this is the case, set the name of that user here (by