aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2023-09-27 22:02:36 +0000
committerMark Johnston <markj@FreeBSD.org>2023-09-27 23:03:25 +0000
commit63aa2e91342ead0495eada5667f413f0cf8eb56a (patch)
tree850b618307c04b495cdec97f673f0be72d6ab9d8 /release
parentf6d37c9ca13f8ab0ef32cf5344daecb8122d1e85 (diff)
Diffstat (limited to 'release')
-rw-r--r--release/tools/ec2.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf
index 71f9f5c330cb..d033739adc26 100644
--- a/release/tools/ec2.conf
+++ b/release/tools/ec2.conf
@@ -126,11 +126,9 @@ EOF
's/^#KbdInteractiveAuthentication yes/KbdInteractiveAuthentication no/' \
${DESTDIR}/etc/ssh/sshd_config
- # Use FreeBSD Update and Portsnap mirrors hosted in AWS
+ # Use FreeBSD Update mirrors hosted in AWS
sed -i '' -e 's/update.FreeBSD.org/aws.update.FreeBSD.org/' \
${DESTDIR}/etc/freebsd-update.conf
- sed -i '' -e 's/portsnap.FreeBSD.org/aws.portsnap.FreeBSD.org/' \
- ${DESTDIR}/etc/portsnap.conf
# Use the NTP service provided by Amazon
sed -i '' -e 's/^pool/#pool/' \