Update to 1.4: When creating swap space on EC2 ephemeral disks, parse EC2

device names of "sd[bcde]" in addition to "/dev/sd[bcde]".  Until recently
EC2 hosts all used the latter form, but an increasing number seem to have
switched to the former.

Submitted by:   Luke Marsden
This commit is contained in:
Colin Percival 2013-03-19 05:21:30 +00:00
parent 5e077b2303
commit 5d8dc28060
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314617
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ec2-scripts
PORTVERSION= 1.3
PORTVERSION= 1.4
CATEGORIES= sysutils
MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/
EXTRACT_SUFX= .tgz

View file

@ -1,2 +1,2 @@
SHA256 (ec2-scripts-1.3.tgz) = 59f12bbdbd944a97b50ea3ba60ae5dcc6a0dd18f75fef4a9ae81f71e082aea2a
SIZE (ec2-scripts-1.3.tgz) = 4337
SHA256 (ec2-scripts-1.4.tgz) = 02441d9d40758e9ca026e7f0a8327f0aeed8538bda484925571400372dd03845
SIZE (ec2-scripts-1.4.tgz) = 4348