diff options
author | cperciva <cperciva@FreeBSD.org> | 2012-08-31 22:06:20 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2012-08-31 22:06:20 +0800 |
commit | 462178e652eceb6bc7b8b16e9ba46b85cb04db2a (patch) | |
tree | 5525b6fb15d767034ecf9935206f92a5321859db /sysutils | |
parent | 6a91cb7b888be5145210603ef34ad27385c73844 (diff) | |
download | freebsd-ports-gnome-462178e652eceb6bc7b8b16e9ba46b85cb04db2a.tar.gz freebsd-ports-gnome-462178e652eceb6bc7b8b16e9ba46b85cb04db2a.tar.zst freebsd-ports-gnome-462178e652eceb6bc7b8b16e9ba46b85cb04db2a.zip |
Update to version 1.1 of my ec2 boot scripts: Use the SWAPMETA entry in
the output of `vmstat -z` to figure out how much swap space we can
safely configure, instead of the kern.maxswzone sysctl.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ec2-scripts/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ec2-scripts/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ec2-scripts/Makefile b/sysutils/ec2-scripts/Makefile index 68d334b95971..8096aaa2e47f 100644 --- a/sysutils/ec2-scripts/Makefile +++ b/sysutils/ec2-scripts/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ec2-scripts -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/ EXTRACT_SUFX= .tgz diff --git a/sysutils/ec2-scripts/distinfo b/sysutils/ec2-scripts/distinfo index c339467f88e9..6520ea165d47 100644 --- a/sysutils/ec2-scripts/distinfo +++ b/sysutils/ec2-scripts/distinfo @@ -1,2 +1,2 @@ -SHA256 (ec2-scripts-1.0.tgz) = 772bfa277d78e1b8e77c90cd1dfe849a8d1903125920066c9eb92bb22acdea8a -SIZE (ec2-scripts-1.0.tgz) = 3400 +SHA256 (ec2-scripts-1.1.tgz) = 3aa935f6d1dbbd96cf3750f45c78b39a1b03202d31079060d41873c3b2d4ffd4 +SIZE (ec2-scripts-1.1.tgz) = 4216 |