Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 02:31:20 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r357901 - stable/12/release/tools
Message-ID:  <202002140231.01E2VKIB013399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Fri Feb 14 02:31:20 2020
New Revision: 357901
URL: https://svnweb.freebsd.org/changeset/base/357901

Log:
  MFC r353022:
  
  Switch EC2 AMIs from using the dual-dhclient script to using the new
  dual-dhclient-daemon daemon. This makes it possible to stop/restart
  the dhclients.

Modified:
  stable/12/release/tools/ec2.conf
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/release/tools/ec2.conf
==============================================================================
--- stable/12/release/tools/ec2.conf	Fri Feb 14 02:27:01 2020	(r357900)
+++ stable/12/release/tools/ec2.conf	Fri Feb 14 02:31:20 2020	(r357901)
@@ -6,7 +6,7 @@
 # Packages to install into the image we're creating.  This is a deliberately
 # minimalist set, providing only the packages necessary to bootstrap further
 # package installation as specified via EC2 user-data.
-export VM_EXTRA_PACKAGES="ec2-scripts firstboot-freebsd-update firstboot-pkgs dual-dhclient"
+export VM_EXTRA_PACKAGES="ec2-scripts firstboot-freebsd-update firstboot-pkgs dual-dhclient-daemon"
 
 # Include the amazon-ssm-agent package in amd64 images, since some users want
 # to be able to use it on systems which are not connected to the Internet.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002140231.01E2VKIB013399>